@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000;
}
.avmall,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Poppins", sans-serif;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

/* Hero Section */
.hero-section {
  background: url("../images/astroved-speaks-bg.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
  padding-top: 30px;
  /* border-image: fill 0 linear-gradient(#0003, #fff); */
}

.hero-section::after {
  content: "";
  display: block;
  height: 20px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.avs-navbar {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  grid-gap: 1.5rem;
}

.avs-navbar button {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: center;
  padding: 0;
  border: none;
}
.head-wallet {
  position: relative;
}
.head-wallet-wrap {
  justify-content: ;
}
.avs-navbar .wallet-ico {
  /* background: url("../images/wallet-icon.svg") no-repeat 0 center; */
}

.avs-navbar .head-signin.topnav.top-signin {
  background: url("../images/login-icon.svg") no-repeat 15% center;
  align-self: center;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #5255c8;
}
.avs-navbar .head-wallet a {
  /* color: #fff; */
  font-size: 1rem;
}
.avs-navbar .top-signin a {
  background: transparent;
  padding-left: 2.2rem !important;
  font-size: 1rem;
  width: 125px;
}
.hero-banner-sec {
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  text-align: center;
  background: #fff url(../images/hero-banner-bg.jpg) no-repeat right top;
  align-items: center;
  padding: 10px;
  padding-bottom: 5px;
}

.hero-blft iframe {
  border-radius: 0.5rem;
}

.hero-brgt {
  /* width: 544px; */
  margin: auto;
}

.hero-headcont {
  font-size: 1.8rem;
  color: #6869f9;
  margin: 0;
  line-height: 2.5rem;
  font-weight: 600;
}

.hero-headpara {
  width: 520px;
  margin: auto;
  padding:0 0.5rem;
  color: #000;
  font-size: 1.15rem;
}
span.free-txt {
    color: #e0522a;
}
.free-banner img {
    width: 100%;
}
.hero-btnsec {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}

.hero-btnsec a {
  background-color: #e0522a;
  color: #fff;
  border: 0.5rem;
  height: 56px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  grid-gap: 1rem;
}

.hero-brgt .animate-text {
  height: fit-content;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.hero-brgt .animate-text span {
  font-size: 1.25rem;
  color: #000;
  font-weight: normal;
  display: none;
  background: url("../images/hero-sld-icon.svg") no-repeat 0% -6%;
  padding-left: 2rem;
}

.hero-brgt .animate-text span:nth-child(2) {
  background-position-y: center;
}

.hero-brgt .animate-text span:nth-child(3) {
  background-position: 0px -71px;
}

.hero-brgt .animate-text span.text-in {
  display: inline-block;
  animation: textIn 0.5s ease;
}

.hero-brgt .animate-text span.text-out {
  animation: textOut 1s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.hero-card-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 0px;
}

.hero-card-box {
  padding: 0 1.5rem 0 0;
  background: rgb(255, 206, 160);
  background: linear-gradient(
    0deg,
    rgba(255, 206, 160, 1) 0%,
    rgba(255, 242, 231, 1) 100%
  );
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: 35% auto auto;
  position: relative;
  cursor: pointer;
  align-content: center;
}
.hero-card-img img {
  width: 130px;
}

.hero-card-cnt {
  padding-top: 0.7rem;
}
.hero-card-cnt h2 {
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
}
.hero-card-cnt p:nth-child(2) {
  font-size: 0.875rem;
}
a.card-cta {
  font-size: 0.75rem;
  color: #6768f8;
  padding: 3px 9px;
  margin-bottom: 5px;
  display: inline-block;
  background: #ffffffb8;
  border-radius: 10px;
  border: 1px solid #6768f87d;
  margin-top: 7px;
}
.hero-card-box.prasna-card {
  background: rgb(237, 166, 200);
  background: linear-gradient(
    0deg,
    rgba(237, 166, 200, 1) 0%,
    rgba(237, 225, 231, 1) 100%
  );
}
.hero-card-box.nadi-card {
  background: rgb(204, 255, 240);
  background: linear-gradient(
    0deg,
    rgba(204, 255, 240, 1) 0%,
    rgba(235, 255, 249, 1) 100%
  );
}
.hero-card-box.consult-card {
  background: rgb(204, 213, 255);
  background: linear-gradient(
    0deg,
    rgba(204, 213, 255, 1) 0%,
    rgba(242, 247, 255, 1) 100%
  );
}
.hero-card-box.report-card {
  background: rgb(237, 222, 166);
  background: linear-gradient(
    0deg,
    rgba(237, 222, 166, 1) 0%,
    rgba(237, 232, 213, 1) 100%
  );
}
.hero-card-box.betel-card {
  background: rgb(202, 225, 163);
  background: linear-gradient(
    0deg,
    rgba(202, 225, 163, 1) 0%,
    rgba(254, 254, 252, 1) 100%
  );
}
.hero-card-box.lac-card {
  background: rgb(230, 204, 255);
  background: linear-gradient(
    0deg,
    rgba(230, 204, 255, 1) 0%,
    rgba(249, 242, 255, 1) 100%
  );
}
.hero-card-box.ksamy-card {
  background: rgb(237, 222, 166);
  background: linear-gradient(
    0deg,
    rgba(237, 222, 166, 1) 0%,
    rgba(237, 232, 213, 1) 100%
  );
}
.hero-card-box.transit-card {
  background: rgb(230, 204, 255);
  background: linear-gradient(
    0deg,
    rgba(230, 204, 255, 1) 0%,
    rgba(249, 242, 255, 1) 100%
  );
}
/* Solution Section */
.solution-card {
  background-color: #fff;
  padding: 1.5rem 0;
  text-align: center;
}

.title-head {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 0 0 1.5rem;
  text-align: center;
  font-weight: 500;
}

.solution-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1.5rem;
}

.sol-cardlink {
  padding-top: 105px;
  display: block;
  background: url("/astrovedspeaks/assets/images/solution-card-img.svg")
    no-repeat -2% 0;
  font-weight: 600;
  color: #000;
  width: 120px;
  background-size: 900px;
}

.solution-grid .sol-card-cont:nth-child(2) .sol-cardlink {
  background-position-x: 15.7%;
}

.solution-grid .sol-card-cont:nth-child(3) .sol-cardlink {
  background-position-x: 33.3%;
}

.solution-grid .sol-card-cont:nth-child(4) .sol-cardlink {
  background-position-x: 50%;
}

.solution-grid .sol-card-cont:nth-child(5) .sol-cardlink {
  background-position-x: 66.7%;
}

.solution-grid .sol-card-cont:nth-child(6) .sol-cardlink {
  background-position-x: 84.3%;
}

.solution-grid .sol-card-cont:nth-child(7) .sol-cardlink {
  background-position-x: 102%;
}

/* Rating Customer */
.rating-card {
  background-color: #6869f9;
  padding: 1.8rem 0;
}

.rating-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  font-size: 1.25rem;
}

.rating-container {
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
  justify-content: center;
}

/* Our Astrologers */
.our-astrologer-section {
  padding: 1.5rem 0;
}
.viewall-txt {
  text-align: center;
}

.viewall-txt a {
  color: #6869f9;
  text-decoration: underline;
}

.viewall-txt a:hover {
  color: #e86a0f;
}
.common-title-div {
  text-align: center;
}
.our-astrologer-section h3 {
  padding-bottom: 1rem;
}
.astrologer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  grid-gap: 1.5rem 1rem;
  margin-top: 1.75rem;
}
.astrologer-profile {
  border-radius: 0.625rem;
  box-shadow: 0 1.58px 18.92px 0 rgba(0, 0, 0, 6%);
  position: relative;
}
.avh-certified {
  position: absolute;
  right: 0;
  top: -8px;
}
.astrologer-profile-img {
  text-align: center;
  background: rgb(254, 242, 234);
  background: linear-gradient(
    90deg,
    rgba(254, 242, 234, 1) 0%,
    rgba(245, 235, 255, 1) 100%
  );
  background-image: url("../images/astrologer-bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 17px 0 8px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.astrologer-profile-img img {
  border-radius: 50%;
}

.raing-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.raing-icon li {
  width: 13px;
  height: 13px;
  background: url("../images/star-fill.svg") no-repeat;
  display: inline-block;
}

.raing-icon li.nofill {
  background-position-y: 96%;
}

.astro-name,
.astro-sk {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
  display: block;
  overflow: hidden;
  font-weight: 600;
}

.astro-sk {
  font-size: 0.75rem;
  font-weight: normal;
}

.profile-grid {
  display: grid;
  grid-template-columns: 4fr auto;
  align-items: center;
  padding: 0 1rem;
  height: 100px;
}
.call-btn {
  width: 51px;
  height: 51px;
  background: #0aa865;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: width 0.2s ease-in-out, padding-left 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}
.call-btn img {
  width: 32px;
  height: 28px;
}
.call-btn .btn-txt {
  display: none;
  color: #fff;
  font-size: 0.75rem;
}

.profile-grid:hover .ast-indprof {
  display: none;
}

.call-btn-sec {
  text-align: center;
}

.profile-grid:hover .call-btn-sec {
  grid-column: span 2;
  cursor: pointer;
}

.profile-grid:hover .call-btn .btn-txt {
  display: inline-block;
}
.profile-grid:active .call-btn,
.profile-grid:hover .call-btn {
  width: 100%;
  color: #fff;
  font-weight: 600;
}

/* Testimonial Slider */
.testimonial-section {
  text-align: center;
  padding-bottom: 1rem;
  background: #f8f8ff;
  padding-top: 2rem;
}

.testimonial-slider {
  width: 1000px;
  margin: auto;
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  padding: 0 54px;
}

.testimonial {
  display: none;
}

.dot.active {
  background-color: #000;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.testimonial-prve,
.testimonial-next {
  width: 40px;
  height: 40px;
  background: url("../images/testimonial-arrow-icon.svg") no-repeat center;
  border: 1px solid #000;
  border-radius: 50px;
  cursor: pointer;
  opacity: 0.3;
  position: absolute;
  top: 40%;
}

.testimonial-prve:hover,
.testimonial-next:hover {
  opacity: 1;
}

.testimonial-prve {
  transform: rotate(180deg);
  left: 0;
}

.testimonial-next {
  position: absolute;
  right: 0;
}
.testimonial-content {
  color: #757171;
  line-height: 2rem;
}
.testimonial-author {
  font-weight: 600;
  color: #757171;
  padding: 1rem 0;
}

/* Book a Expert */
.book-expert {
  background: url("../images/book-expert-bg.jpg") no-repeat;
  background-size: cover;
}
.book-grid {
  display: grid;
  grid-template-columns: 289px 529px;
  grid-gap: 80px;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.book-box {
  background: #fff;
  border-radius: 0.75rem;
  padding: 32px;
}
.box-title {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  font-weight: 600;
  color: #141554;
}
.box-sub {
  color: #141554;
}
.box-link {
  color: #fff;
  background-color: #e0522a;
  display: block;
  text-align: center;
  align-content: center;
  width: 160px;
  height: 40px;
  margin-top: 1.5rem;
  border: 1px solid #e0522a;
  transition: 300ms background ease-in;
}
.box-link:hover {
  background: transparent;
  color: #e0522a;
}
/* Trust Section */
.trust-section {
  padding: 1.5rem 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
  text-align: center;
}
.trust-box {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(
        to right,
        rgba(255, 135, 24, 0.28),
        rgba(104, 104, 250, 0.28)
      )
      border-box;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  padding: 1rem;
}
.trust-icon {
  width: 67px;
  height: 64px;
  display: block;
  margin: auto;
  background: url("../images/trust-icon.svg") no-repeat;
  margin-bottom: 1rem;
}
.trust-grid .trust-box:nth-child(2) .trust-icon {
  background-position-x: 33%;
}
.trust-grid .trust-box:nth-child(3) .trust-icon {
  background-position-x: 67%;
}
.trust-grid .trust-box:nth-child(4) .trust-icon {
  background-position-x: 100%;
}
.asm-profile-grid {
  display: grid;
  grid-template-columns: auto;
}
.astrologer-profile span.celebrity::before,
.astrologer-profile span.in_demand::before,
.astrologer-profile span.must_try::before,
.astrologer-profile span.new::before,
.astrologer-profile span.raising_star::before,
.astrologer-profile span.top_choice::before,
.astrologer-profile span.top_rated::before,
.astrologer-profile span.vip::before,
.astrologer-profile span.certified::before,
.av-certified span.celebrity::before,
.av-certified span.in_demand::before,
.av-certified span.must_try::before,
.av-certified span.new::before,
.av-certified span.raising_star::before,
.av-certified span.top_choice::before,
.av-certified span.top_rated::before,
.av-certified span.vip::before,
.av-certified span.certified::before  {
  color: #fff;
  font-size: 0.7rem;
  border-top-right-radius: 1rem;
  font-weight: normal;
}
.av-certified {
  position: absolute;
  right: -3%;
  top: -15%;
}
.list-inn-wrap {
  align-items: center;
}
.asm-name {
  margin-bottom: 0;
  padding-top: 10px;
}
.astrologer-profile span.celebrity,
.astrologer-profile span.in_demand,
.astrologer-profile span.must_try,
.astrologer-profile span.new,
.astrologer-profile span.raising_star,
.astrologer-profile span.top_choice,
.astrologer-profile span.top_rated,
.astrologer-profile span.vip,
.astrologer-profile span.certified,
.av-certified span.celebrity,
.av-certified span.in_demand,
.av-certified span.must_try,
.av-certified span.new,
.av-certified span.raising_star,
.av-certified span.top_choice,
.av-certified span.top_rated,
.av-certified span.vip,
.av-certified span.certified {
  --r: 0.8em;
  /* border-block: 0.5em solid #0000;
  padding-inline: calc(var(--r) + 0.25em) 0.5em; */
    padding-left: calc(0.8em + 0.45em);
    padding-right: 0.5em;
  line-height: 1.8;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 0em),
    var(--r) 50%,
    0 0em
  );
  background: radial-gradient(0.2em 50% at right, #0000, #0000) border-box,
    #e86a0f padding-box;
  width: fit-content;
  display: flex;
}
.asm-title-lg {
  margin-bottom: 0;
}
.av-tag span.celebrity,
.av-tag span.in_demand,
.av-tag span.must_try,
.av-tag span.new,
.av-tag span.raising_star,
.av-tag span.top_choice,
.av-tag span.top_rated,
.av-tag span.vip,
.av-tag span.certified {
  background-color: #e86a0f;
  border-radius: 50px;
  color: #fff;
  padding: 0.1rem 0.5rem;
  display: inline-flex;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
}
.astrologer-profile span.celebrity:before,
.av-tag span.celebrity:before,
.av-certified span.celebrity:before {
  content: "Celebrity";
}
.astrologer-profile span.in_demand:before,
.av-tag span.in_demand:before,
.av-certified span.in_demand:before {
  content: "In Demand";
}
.astrologer-profile span.must_try:before,
.av-tag span.must_try:before,
.av-certified span.must_try:before {
  content: "Must Try";
}
.astrologer-profile span.new:before,
.av-tag span.new:before,
.av-certified span.new:before {
  content: "New";
}
.astrologer-profile span.raising_star:before,
.av-tag span.raising_star:before,
.av-certified span.raising_star:before {
  content: "Raising Star";
}
.astrologer-profile span.top_choice:before,
.av-tag span.top_choice:before,
.av-certified span.top_choice:before {
  content: "Top Choice";
}
.astrologer-profile span.top_rated:before,
.av-tag span.top_rated:before,
.av-certified span.top_rated:before {
  content: "Top Rated";
}
.astrologer-profile span.vip:before,
.av-tag span.vip:before,
.av-certified span.vip:before {
  content: "VIP";
}
.astrologer-profile span.certified:before,
.av-tag span.certified:before,
.av-certified span.certified:before {
  content: "Certified";
}
.prom-banner-grid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
}
.prom-banner-grid img {
  cursor: pointer;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.promotion-video {
  border-radius: 10px;
  max-width: 608px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 10%);
}

.hero-brgt {
  height: 100%;
  display: grid;
}
.decoration{
  background: url("../images/decoration-underline.svg") no-repeat;
  width: 250px;
  height: 10px;
  margin: 0 auto;
  opacity: 0.1;
}


/* Offer */

.star {
  /* left: 100px; */
  /* top: 100px; */
  height: 35px;
  width: 35px;
  background: #f00606;
  border-radius:5px;
  position: absolute;
  text-align:left;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.1);
  box-shadow:         0px 0px 10px rgba(0,0,0,0.1);
}
.star:before {height: 35px;width: 35px;background: #f00606;border-radius:5px;content:"";position: absolute;
/* Rotate */-moz-transform: rotate(-30deg);-webkit-transform: rotate(-30deg);-ms-transform: rotate(-30deg);-o-transform: rotate(-30deg);transform: rotate(-30deg);-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.1);box-shadow:         0px 0px 10px rgba(0,0,0,0.1);}
.star:after {padding-top: 10px;text-align: center;vertical-align: middle;height: 35px;width: 35px;background: #f00606;border-radius:5px;content: "";position: absolute;
/* Rotate */-moz-transform: rotate(30deg);-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg);-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.1);box-shadow:         0px 0px 10px rgba(0,0,0,0.1);}
.circle {
    font-family: "Poppins", sans-serif;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
    color: #f00606;
    /* left: 95px; */
    /* top: 95px; */
    position: absolute;
    text-align:center;
    width: 35px;
    height: 35px;
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.1);
    box-shadow:         0px 0px 10px rgba(0,0,0,0.1);
}
.offer-post {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  align-items:center;
}
.av-certified {
  display: flex;
  position: absolute;
  left: 0;
  top: -8px;
  right: inherit;
  justify-content: space-between;
  width: 100%;
}
.astrologer-profile span.celebrity, .astrologer-profile span.in_demand, .astrologer-profile span.must_try, .astrologer-profile span.new, .astrologer-profile span.raising_star, .astrologer-profile span.top_choice, .astrologer-profile span.top_rated, .astrologer-profile span.vip, .astrologer-profile span.certified, .av-certified span.celebrity, .av-certified span.in_demand, .av-certified span.must_try, .av-certified span.new, .av-certified span.raising_star, .av-certified span.top_choice, .av-certified span.top_rated, .av-certified span.vip, .av-certified span.certified{
  --r: 3.5rem;
  padding-left: 0.5em;
  padding-right: calc(1em + 0.1em);
  line-height: 1.8;
  clip-path: polygon(0 0, 100% 0, 0 327%, var(--r) 0, 100% calc(100% - 0em), 0 100%, 0 0);
  background: radial-gradient(3em 50% at left, #0000, #0000) border-box, #e86a0f padding-box;
  width: fit-content;
  display: flex;
}
.astrologer-profile span.celebrity, .astrologer-profile span.in_demand, .astrologer-profile span.must_try, .astrologer-profile span.new, .astrologer-profile span.raising_star, .astrologer-profile span.top_choice, .astrologer-profile span.top_rated, .astrologer-profile span.vip, .astrologer-profile span.certified, .av-certified span.celebrity, .av-certified span.in_demand, .av-certified span.must_try, .av-certified span.new, .av-certified span.raising_star, .av-certified span.top_choice, .av-certified span.top_rated, .av-certified span.vip, .av-certified span.certified{
  --r: .8em; /* control the cutout */          
  border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
  /* border-block: .5em solid #0000; */
  padding-right: calc(var(--r) + .25em);
  line-height: 1.8;
  -webkit-clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .25em),calc(100% - var(--r)) 50%,100% .25em);
  background: radial-gradient(3em 50% at left, #0000, #0000) border-box, #e86a0f padding-box;
  width: fit-content;
}

/* Offer Ribbon */

.offer-ribbon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.offer-ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  right: 30px;
  top: calc(1*var(--f));
  padding: .2em;
  background: #c30404;
  border-left: var(--f) solid #0005;
  border-bottom: var(--r) solid #0000;
  -webkit-clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%,var(--f) var(--f),0 var(--f));
  z-index: 1 ;
  text-align: center;
}
.offer-tag-wrap img.asm-astro-img {

  border: 1px solid #e6701c;
  
  padding: 2px;
  
  box-shadow: 0px 0px 6px #e86a0f;
  
  }

  .hp-offer{
    background: #c30404;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding: 0 10px;
  }
  .list-inn-wrap > .profile-card-lft{
    padding-left: 0;
    padding-right: 0;
    }
    .profile-card-rgt {
      padding-left: 10px;
  }

    /* New css */

   
    .hero-btnsec{margin-top: -10px;}
    .as-cardbtm-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  span.cur-syb {
    padding: 0;
    font-weight: inherit;
    font-family: 'Roboto';
}

/* Container */
.container {
  /* width: 100%; */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .hero-brgt {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1320px !important;
  }
}
/* Responsive Start */
/* Laptop */
@media screen and (max-width: 1200px) {
  .hero-headcont{line-height: 2.5rem;}
  .hero-btnsec{    margin-top: inherit;}
  .hero-brgt{gap: 10px;grid-gap: 10px;}
  .hero-banner-sec {
    grid-template-columns: auto;
    padding: 1rem 1rem 0;
    grid-gap: 0rem;
  }
  .hero-card-sec {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-slider {
    width: auto;
  }
}
/* Table */
@media screen and (max-width: 990px) {
  .solution-grid {
    justify-content: center;
  }
  .hero-card-box {
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: 120px 1fr;
    position: relative;
  }

  #mywallet .top-signin a {
    background: none !important;
  }
  .hero-card-cnt {
    padding: 0.5rem 1rem;
  }
  .rating-grid {
    font-size: 1rem;
  }
  .rating-container img {
    width: 50px;
  }
  .astrologer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-slider {
    width: auto;
  }
  .book-grid {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .book-grid img {
    margin: auto;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .book-box {
    text-align: center;
  }
  .box-link {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-slider {
    width: auto;
  }

  .rating-container {
    justify-content: start;
    grid-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-brgt {
    /* width: auto; */
  }
  .astrologer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-blft iframe {
    width: 100%;
  }
  .rating-grid {
    grid-gap: 1rem 0;
  }
  .hero-card-sec {
    grid-template-columns: 1fr;
  }
  .hero-card-box {
    padding: 0;
  }

  .solution-card {
    padding-top: 1rem;
  }
  .hero-card-sec {
    padding-top: 1rem;
  }
  .hero-banner-sec {
    padding: 1rem 1rem 0.1rem;
    display: block;
  }
  .hero-headcont {
    font-size: 1.7rem;
  }

  .hero-btnsec {
    margin-top: 0.5rem;
    grid-gap: 0.5rem;
  }
  section#hero-header {
    background-size: cover;
    background-position: center;
  }
  .av-tag {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
  }
  .border-right {
    border-right: none !important;
  }
  .offer-ribbon{    top: calc(0.5* var(--f));right: 10px;}
}
@media screen and (max-width: 576px) {
  .rating-container {
    grid-column: span 2;
    justify-content: center;
  }
  .rating-container {
    flex-direction: column;
    text-align: center;
  }
  .rating-grid {
    grid-template-columns: 1fr;
  }
  .hero-card-sec {
    grid-gap: 1rem;
  }
  .astrologer-grid {
    grid-template-columns: auto;
  }
  .profile-grid:hover .call-btn {
    padding-left: 0;
    width: 70%;
    margin: auto;
    background-position-x: 8%;
  }
  .avs-navbar button,
  .avs-navbar button.avs-login {
    padding: 0;
  }
  .avs-navbar button.avs-login {
    border: none;
  }
  .solution-grid,
  .trust-grid {
    grid-gap: 1rem;
  }
  .sol-cardlink {
    margin: auto;
  }
  .rating-container {
    flex-direction: column;
    text-align: center;
    grid-gap: 1rem;
  }
  .hero-headpara {
    width: auto;
  }
  .hero-blft {
    height: auto;
  }
  .avs-wallet span,
  .avs-login span {
    display: none;
  }
  .avs-navbar .head-signin.topnav.top-signin {
    width: 25px;
    height: 24px;
    border: none;
  }
  .avs-navbar .head-wallet a {
    vertical-align: middle !important;
  }

  .hero-btnsec {
    font-size: 14px;
  }

  .hero-btnsec img {
    width: 25px;
  }

  .hero-btnsec a {
    height: 40px;
    grid-gap: 0.3rem;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 477px) {
  .profile-grid:hover .call-btn {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .hero-btnsec span {
    width: 170px;
  }
  .astrologer-grid,
  .hero-btnsec,
  .rating-grid {
    grid-template-columns: auto;
  }
  .sol-card-cont:last-child {
    grid-column: span 2;
  }

  .hero-card-cnt {
    align-self: center;
  }
  .hero-btnsec{flex-direction: column;}
  .new-offer{margin-bottom: 10px;}
}
/* Break Range */
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .container {
    max-width: 1210px;
  }

  .hero-card-cnt {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hero-card-box:last-child {
    grid-column: span 2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 610px;
  }
}
/* iPad Mini */
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .hero-btnchat span,
  .hero-btntalk span {
    padding-left: 0.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-card-sec {
    grid-gap: 1.3rem;
    padding-top: 1.5rem;
  }
  .av-tag img {
    background: #e86a0f;
    border-radius: 4px;
    margin: 15px 0px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero-card-box {
    padding: 0 0.5rem 0 0;
    grid-template-columns: 35% auto auto;
  }
}
@media screen and (max-width: 450px){
  .hero-section{padding-top: 20px;}
  .hero-brgt .animate-text{margin-top: .5rem;margin-bottom: 0;}
  .hero-headcont {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.hero-headpara{font-size: 0.8rem;}
.hp-offer{    font-size: 22px;}
.new-offer {
  margin-bottom: 0;
}
.hero-brgt {
  gap: 5px;
  grid-gap: 5px;
}
.hero-brgt .animate-text span{
  font-size: 1rem;
  background: url(../images/hero-sld-icon.svg) no-repeat 0 0;
}
.hero-brgt .animate-text span:nth-child(3) {
  background-position: 0px -75px;
}
.hero-brgt .animate-text span:nth-child(2) {
  background-position-y: -35px;
}
}

@media screen and (max-width: 320px){
  .as-cardbtm-flex{
    flex-direction: column;
    align-items: flex-start;
  }
}

/*FAQ Section Css--*/
.faq-content {
    padding: 1.5rem 0;
    background: #fafafa;
}
.faq-content .accordion-panel {
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.faq-content .accordion-panel .accordion-header {
  background: #f3f3f3;
  color: #000;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
   cursor: pointer;
   border: 1px solid #dad8d8;
}
.faq-content .active .accordion-header{
    background-color: #6869f9;
    color: #fff;
}
.faq-content .accord-header {
    font-size: 16px;
    margin: 0;
}
.faq-content .accordion-panel .accordion-header h3 {
  margin: 0;
}
.faq-content .accordion-panel .accordion-header .accordion-button {
  width: 30px;
  height: 30px;
}
.faq-content .accordion-panel .accordion-body {
  padding: 20px;
  display: none;
  background: #fff;
    border: 1px solid #e0dede;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}
.faq-content .accordion-panel .accordion-body p:last-child {
  margin: 0;
}
.faq-content .accordion-button {
    flex-shrink: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-position: 5px;
}
.faq-content .active .accordion-button {
    filter: invert(500%) sepia(0%) saturate(8224%) hue-rotate(50deg) brightness(8010%) contrast(814%);
}
.faq-content .active-tab {
    filter: invert(500%) sepia(0%) saturate(8224%) hue-rotate(50deg) brightness(8010%) contrast(814%);
    transform: rotate(-180deg);
}
.faq-content .accordion-body ul {
    margin-left: 20px;
    margin-top: 10px;
}
.faq-content .accordion-body li {
    padding-bottom: 10px;
}
.faq-content .accordion-body ol {
    margin-top: 10px;
}
.faq-content a {
    color: #0d6efd;
}