@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");
html,
body {
  font-family: "Poppins", sans-serif !important;
  color: #212529;
  font-size: 16px;
  font-display: swap;
  line-height: 26px;
  overflow-x: hidden;
  padding-right: 0px !important;
}

.restrictWidth {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

/* general */
h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 72px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0.4rem;
}

h3 {
  font-size: 35px;
  line-height: 42px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

::-moz-placeholder {
  color: #C3C3C3 !important;
}

::placeholder {
  color: #C3C3C3 !important;
}

.entry-title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-title {
  font-size: 60px;
  line-height: 72px;
}

.subtitle {
  font-size: 18px;
  line-height: 27px;
  color: #343a40;
  font-weight: 500;
}

header {
  padding-bottom: 25px;
}

.restrictWidth_ {
  padding-top: 127px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .restrictWidth_ {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .restrictWidth_ {
    padding-top: 5px;
  }
}
.btn-primary {
  background-color: #FD7E14;
  border-color: #FD7E14;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
}
.btn-primary.large-btn {
  padding: 12px 20px;
  font-size: 16px;
}

.section-padding {
  padding: 30px 0;
}
.section-padding.pointers {
  padding: 50px 0;
}

.section-padding-10 {
  padding: 20px 0px;
}

.section-padding-40 {
  padding: 20px 0;
}

.section-padding-bottom {
  padding-bottom: 0;
}

.section-padding-top-0 {
  padding-top: 0;
}

.section-padding-top-50 {
  padding-top: 50px;
}

.section-padding-top-30 {
  padding-top: 30px;
}

.section-padding-bottom-50 {
  padding-bottom: 50px;
}

.section-heading {
  text-transform: uppercase;
  text-align: left;
  color: #212529;
  font-family: "Poppins", sans-serif;
}

.btn {
  display: inline;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
}
.btn.login-button {
  width: 100%;
  color: #8A8A8A;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  height: 48px;
}
.btn.login-button.verify_now {
  color: #8A8A8A;
}
.btn.login-button:disabled {
  background-color: #EFEFEF;
}
.btn.btn-border-only {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.btn.btn-border-only:hover {
  background-color: #FD7E14;
  color: #FFFFFF;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.chatbtn {
  display: inline;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
  width: 180px;
  white-space: nowrap;
  height: 41px;
  border: none;
}
.chatbtn.login-button {
  width: 100%;
  color: #BABABA;
  padding: 8px 20px;
  border-radius: 6px;
}
.chatbtn.login-button:disabled {
  background-color: #E6E6E6;
}
.chatbtn.btn-border-only {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.chatbtn.btn-border-only:hover {
  background-color: #FD7E14;
  color: #FFFFFF;
}
.chatbtn:focus {
  outline: none;
  box-shadow: none;
}

.btn-success {
  background-color: #12ce29;
  border: none;
}
.btn-success:focus, .btn-success:active, .btn-success:not(:disabled):not(.disabled):active, .btn-success:hover {
  background-color: #389E0D;
}

.btn-danger {
  background-color: #fd4344;
  border: none;
}
.btn-danger:focus, .btn-danger:active, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:hover {
  background-color: #CF1322;
}

.btn-secondary {
  background-color: #808284;
  border: none;
}

.chatbtn-secondary {
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  color: #707070;
}

.light-gray-bg {
  background-color: #f4f4f4;
}

.white-bg {
  background-color: #FFFFFF;
}

.error {
  color: #fd4344;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.section-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0.4rem;
  font-size: 12px;
}
.section-breadcrumb .breadcrumb a {
  color: #FD7E14;
}

/*  menu  */
#mainNav {
  height: 70px;
}
#mainNav .navbar-nav .nav-item {
  margin-right: 16px;
}
#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #FD7E14;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #FD7E14;
}
#mainNav .navbar-toggler {
  background-color: #ffcc33;
  padding: 10px;
  line-height: 0;
}

.mobile-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-brand img {
  width: 100%;
  height: 22.5px;
}

/* slider */
#hero_slider .inner-icons {
  position: absolute !important;
  left: 7%;
  top: 77%;
}
#hero_slider .inner-icons a {
  display: inline-block;
}
#hero_slider .inner-icons a img {
  width: 200px !important;
}

/* Page Body */
.hero-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-section.hero-fix-height {
  height: 300px;
}

.textalignment {
  text-align: center;
  margin: 10px 0px 20px 0px;
}

#page-content {
  min-height: 300px;
  padding-top: 116px;
}
#page-content .sidebar.astro-sidebar .sidebar-title {
  background-color: #ffcc33;
  padding: 16px 14px;
  border-radius: 6px 6px 0 0;
}
#page-content .sidebar.astro-sidebar .sidebar-title P {
  font-weight: 700;
  margin-bottom: 0;
}
#page-content .sidebar.astro-sidebar .sidebar-title span {
  font-size: 14px;
}
#page-content .sidebar.astro-sidebar .astro-faqs {
  padding-left: 0;
  list-style: none;
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
#page-content .sidebar.astro-sidebar .astro-faqs li {
  font-size: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid #eaeaea;
}
#page-content .sidebar.astro-sidebar .astro-faqs li:last-child {
  border-bottom: none;
}
#page-content .sidebar.image-add {
  margin-top: 15px;
  margin-bottom: 10px;
}
#page-content .home-astrologers {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 20px;
}
#page-content .home-astrologers > div {
  border: none;
  border-radius: 12px;
  padding: 15px 15px 15px 0;
  flex: 1 1 32%;
  height: auto;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
#page-content .home-astrologers > div:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#page-content .astro-card {
  display: flex;
}
#page-content .astro-card .astro-passport {
  flex: 0 0 120px;
}
#page-content .astro-card .astro-passport .astro-status {
  position: relative;
}
#page-content .astro-card .astro-passport .astro-status .online-green {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #34C105;
  top: 62px;
  left: 87px;
  border-radius: 50%;
  z-index: 1;
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0.25;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#page-content .astro-card .astro-image {
  width: 85px;
  height: 85px;
  outline: 2px solid rgba(18, 206, 41, 0.4);
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
#page-content .astro-card .astro-image .online-green {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #34C105;
  top: 81px;
  left: 98px;
  border-radius: 50%;
  z-index: 1;
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0.25;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#page-content .astro-card .astro-image .busy-red {
  background: red !important;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 81px;
  left: 98px;
  border-radius: 50%;
  z-index: 1;
}
#page-content .astro-card .astro-image .offline-grey {
  background: #aeaeae !important;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 81px;
  left: 98px;
  border-radius: 50%;
  z-index: 1;
}
#page-content .astro-card .astro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#page-content .astro-card .astro-rating {
  background-color: #ffcc33;
  max-width: 56px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 3px;
}
#page-content .astro-card p {
  margin-bottom: 0;
}
#page-content .astro-card .astro-detail {
  font-size: 14px;
  width: 100%;
}
#page-content .astro-card .astro-detail .astro-name {
  font-size: 16px;
  font-weight: 700;
}
#page-content .astro-card .astro-detail .astro-name a {
  color: #343a40;
  text-decoration: none;
}
#page-content .astro-card .astro-detail .astro-exp {
  font-weight: 400;
  color: #707070;
  margin-top: -4px;
}
#page-content .astro-card .astro-detail .astro-lang {
  margin-top: 4px;
  line-height: 18px;
}
#page-content .astro-card .astro-detail .astro-type {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  overflow: hidden;
  align-items: center;
}
#page-content .astro-card .astro-detail .astro-type span {
  line-height: 18px;
  padding: 0px 3px;
  margin-right: 3px;
  margin-bottom: 0px;
  color: #FF7000;
  border-radius: 3px;
}
#page-content .astro-card .astro-detail .action-item {
  display: flex;
  margin-top: 12px;
  align-items: center;
}
#page-content .astro-card .astro-detail .action-item > div {
  flex: 1;
}
#page-content .astro-card .astro-detail .action-item > div p {
  line-height: 16px;
}
#page-content .astro-card .astro-detail .action-item .offer-price {
  font-size: 14px;
  font-weight: 700;
}
#page-content .astro-card .astro-detail .action-item .offer {
  color: #8A8A8A !important;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 500;
}
#page-content .astro-card .astro-detail .action-item .btn {
  display: inline-block;
  max-width: 76px;
  width: 100%;
  height: 33px;
  padding: 4px 4px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
#page-content .astro-card .astro-detail .action-item .astro-availability {
  text-align: right;
}
#page-content .astro-card .astro-detail .action-item .astro-availability .btn-green {
  background-color: #34C105;
  color: white;
  border: 1.5px solid #34c105;
}
#page-content .astro-card .astro-detail .action-item .astro-availability .btn-green:hover {
  color: #fff;
  background-color: #34c105;
}
#page-content .astro-card .astro-detail .action-item .astro-availability .btn-red {
  color: #fff;
  background-color: #ff0000;
  border: 1.5px solid #ff0000;
}
#page-content .astro-card .astro-detail .action-item .astro-availability .btn-offline {
  color: #AEAEAE;
  border: 1.5px solid #AEAEAE;
  font-size: 15px;
}
#page-content .astro-card .astro-detail .action-item .astro-availability .action-btn {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #12ce29;
  padding: 6px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-decoration: none;
}
#page-content .astro-card .astro-detail .action-item .astro-availability .action-btn:hover {
  background-color: #389E0D;
}
#page-content .astro-card.busy .astro-image {
  outline-color: rgba(253, 67, 68, 0.4);
}
#page-content .astro-card.busy .astro-availability .action-btn {
  background-color: #fd4344 !important;
}
#page-content .astro-card.busy .astro-availability .action-btn:hover {
  background-color: #CF1322 !important;
}
#page-content .astro-card.busy .astro-availability .wait-time {
  display: block;
  color: #fd4344;
  font-size: 10px;
  font-weight: 600;
}
#page-content .astro-card.offline .astro-image {
  outline-color: rgba(128, 130, 132, 0.4);
}
#page-content .section-cta {
  margin-bottom: 10px;
  margin-top: 0px;
}
#page-content .section-cta .btn {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
}
#page-content .section-cta .desktoparrow-none {
  display: none;
}

.side-img-content-box {
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  overflow: hidden;
}
.side-img-content-box .sidebar-title {
  padding: 20px 15px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.side-img-content-box .sidebar-title p {
  margin-bottom: 0;
  font-weight: 700;
}
.side-img-content-box .box-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 15px;
}
.side-img-content-box .box-item .image {
  margin-right: 15px;
}
.side-img-content-box .box-item img {
  width: 55px;
}
.side-img-content-box .box-item .content p {
  color: #343a40;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.pointers {
  background-color: #ffcc33;
  text-align: center;
}
.pointers .pointer-item:nth-child(2) {
  border-left: 1px solid #606366;
  border-right: 1px solid #606366;
}
.pointers .pointer-wrapper .number {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.pointers .pointer-wrapper .number span {
  font-size: 25px;
}
.pointers .pointer-wrapper .pointer-text {
  font-weight: 500;
  margin-bottom: 0;
  color: #343a40;
  margin-top: 5px;
  font-size: 20px;
}

.in-news .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.in-news .news-wrapper .new-item {
  width: 14.4%;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  height: 70px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.in-news .news-wrapper .new-item img {
  max-width: 100%;
  padding: 10px;
}

.feature-box {
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  margin-top: 20px;
}
.feature-box.bg-color-1 {
  background-color: #ffe4d3;
}
.feature-box.bg-color-2 {
  background-color: #ffe8e6;
}
.feature-box.bg-color-3 {
  background-color: #e6e6ff;
}
.feature-box.text-box {
  border: 2px solid #FD7E14;
}
.feature-box.text-box span {
  font-size: 35px;
  line-height: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.feature-box.text-box a {
  color: #FD7E14;
}
.feature-box a {
  color: #343a40;
  text-decoration: none;
}
.feature-box p {
  margin-bottom: 0;
  font-weight: 500;
}
.feature-box .image {
  margin: 10px 0 15px;
}

.astrologers-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.astrologers-wrapper .astro-small-card {
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 15px;
  flex: 1 1 23%;
  border-radius: 6px;
}
.astrologers-wrapper .astro-small-card p {
  margin-bottom: 0;
}
.astrologers-wrapper .astro-small-card .astro-image {
  width: 85px;
  height: 85px;
  outline: 2px solid rgba(18, 206, 41, 0.4);
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.astrologers-wrapper .astro-small-card .astro-image img {
  width: 100%;
}
.astrologers-wrapper .astro-small-card.busy .astro-image {
  outline-color: rgba(253, 67, 68, 0.4);
}
.astrologers-wrapper .astro-small-card .astro-name {
  font-size: 16px;
  font-weight: 700;
}
.astrologers-wrapper .astro-small-card .astro-name a {
  color: #343a40;
  text-decoration: none;
}
.astrologers-wrapper .astro-small-card .online-status {
  color: #12ce29;
  font-size: 14px;
}
.astrologers-wrapper .astro-small-card .online-status span {
  padding-left: 16px;
  display: inline-block;
  position: relative;
}
.astrologers-wrapper .astro-small-card .online-status span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #12ce29;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 7px;
}
.astrologers-wrapper .astro-small-card.busy .online-status {
  color: #fd4344;
}
.astrologers-wrapper .astro-small-card.busy .online-status span::before {
  background-color: #fd4344;
}

#astrologers .owl-nav {
  text-align: right;
}
#astrologers .owl-next,
#astrologers .owl-prev {
  width: 38px;
  height: 38px;
}
#astrologers .owl-next span,
#astrologers .owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../../img/icons/carousel-arrow.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
}
#astrologers .owl-next:hover,
#astrologers .owl-prev:hover {
  background-color: transparent;
}
#astrologers .owl-next:hover span,
#astrologers .owl-prev:hover span {
  opacity: 1;
}
#astrologers .owl-prev span {
  transform: rotate(180deg);
}

.testimonial-section,
.promise-section,
.prediction-section,
.what-we-do {
  background-color: #ffcc33;
}

#testimonials .owl-nav button.owl-prev, #testimonials .owl-nav button.owl-next {
  background: none !important;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 8px !important;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span {
  background: #ff7c00;
  width: 14px;
  height: 4px !important;
}

#testimonials .testimonial-wrapper,
#recommended_products .testimonial-wrapper {
  text-align: center;
  padding: 20px 15px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
#testimonials .testimonial-wrapper p,
#recommended_products .testimonial-wrapper p {
  margin-bottom: 0;
}
#testimonials .testimonial-name,
#recommended_products .testimonial-name {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
#testimonials .testimonial-image img,
#recommended_products .testimonial-image img {
  width: 70px;
  height: 70px;
  display: inline-block;
}
#testimonials .testimonial-location,
#recommended_products .testimonial-location {
  font-size: 14px;
  color: #808284;
}
#testimonials .testimonial-content,
#recommended_products .testimonial-content {
  margin-top: 5px;
  height: 215px;
}
#testimonials .quation_mark,
#recommended_products .quation_mark {
  margin-top: -4px;
}
#testimonials .quation_mark img,
#recommended_products .quation_mark img {
  width: 33.33px;
  height: 22.22px;
  margin: auto;
}
#testimonials .owl-next,
#testimonials .owl-prev,
#recommended_products .owl-next,
#recommended_products .owl-prev {
  position: absolute;
  right: -55px;
  top: 43%;
  display: block;
  z-index: 1000;
  border-radius: 0;
  width: 38px;
  height: 38px;
  background: none !important;
}
#testimonials .owl-next span,
#testimonials .owl-prev span,
#recommended_products .owl-next span,
#recommended_products .owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../../img/icons/carousel-arrow.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
}
#testimonials .owl-next:hover,
#testimonials .owl-prev:hover,
#recommended_products .owl-next:hover,
#recommended_products .owl-prev:hover {
  background-color: transparent;
}
#testimonials .owl-next:hover span,
#testimonials .owl-prev:hover span,
#recommended_products .owl-next:hover span,
#recommended_products .owl-prev:hover span {
  opacity: 1;
}
#testimonials .owl-prev,
#recommended_products .owl-prev {
  right: auto;
  left: -55px;
}
#testimonials .owl-prev span,
#recommended_products .owl-prev span {
  transform: rotate(180deg);
}

#post_carousels .item {
  padding: 2px;
}
#post_carousels .item .blog-wrapper {
  box-shadow: 0px 0px 6px rgba(33, 37, 41, 0.06);
  margin-bottom: 10px;
}
#post_carousels .post-content {
  padding: 15px;
}
#post_carousels .post-content .blog-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
#post_carousels .post-content .blog-heading a {
  color: #343a40;
}
#post_carousels .post-content .blog-meta {
  display: flex;
  margin: 10px 0 15px;
  font-size: 14px;
  color: #606366;
}
#post_carousels .post-content .blog-meta > span {
  flex: 1;
}
#post_carousels .post-content .blog-meta > span.post-views {
  text-align: right;
}
#post_carousels .post-content .blog-meta > span i {
  margin-right: 8px;
}
#post_carousels .owl-next,
#post_carousels .owl-prev {
  position: absolute;
  right: -55px;
  top: 43%;
  display: block;
  z-index: 1000;
  border-radius: 0;
  width: 38px;
  height: 38px;
}
#post_carousels .owl-next span,
#post_carousels .owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../../img/icons/carousel-arrow.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
}
#post_carousels .owl-next:hover,
#post_carousels .owl-prev:hover {
  background-color: transparent;
}
#post_carousels .owl-next:hover span,
#post_carousels .owl-prev:hover span {
  opacity: 1;
}
#post_carousels .owl-prev {
  right: auto;
  left: -55px;
}
#post_carousels .owl-prev span {
  transform: rotate(180deg);
}

.blog-section .section-cta {
  margin-bottom: 0 !important;
  margin-top: 20px;
}

.horoscopes {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.horoscopes .hotoscope-box {
  text-align: center;
  padding: 18px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  flex: 1 1 15%;
  transition: 0.3s all;
}
.horoscopes .hotoscope-box p {
  margin-bottom: 0;
}
.horoscopes .hotoscope-box img {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}
.horoscopes .hotoscope-box .horoscope-name {
  font-weight: 700;
}
.horoscopes .hotoscope-box .horoscope-month {
  color: #343a40;
  font-size: 14px;
}
.horoscopes .hotoscope-box a {
  color: #212529;
}
.horoscopes .hotoscope-box:hover {
  border-color: #FD7E14;
}
.horoscopes .hotoscope-box:hover a {
  color: #FD7E14;
  text-decoration: none;
}
.horoscopes .hotoscope-box:hover .horoscope-month {
  color: #FD7E14;
}

.promise-box {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
}
.promise-box .image {
  margin-bottom: 13px;
}
.promise-box p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  color: #343a40;
  font-weight: 500;
}

.steps-wrapper {
  display: flex;
  margin-top: 20px;
}
.steps-wrapper .steps {
  text-align: center;
  flex: 1;
  position: relative;
}
.steps-wrapper .steps .step-inner {
  max-width: 190px;
}
.steps-wrapper .steps .step-icon {
  width: 120px;
  border: 2px dotted #FD7E14;
  padding: 10px;
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px auto;
  transition: 0.3s all;
  border-radius: 6px;
}
.steps-wrapper .steps .step-icon img {
  max-width: 40px;
  width: 100%;
}
.steps-wrapper .steps p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.steps-wrapper .steps:hover .step-icon {
  background-color: #FD7E14;
}
.steps-wrapper .steps:hover .step-icon img {
  filter: brightness(0) invert(1);
}
.steps-wrapper .steps::after {
  content: "";
  background-image: url("../../img/icons/orange-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 38%;
  right: 0;
}
.steps-wrapper .steps:last-child::after {
  display: none;
}

.app-section .section-heading {
  text-transform: inherit;
}
.app-section .download-section a {
  margin-right: 10px;
}

.gray-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 70px;
}
.gray-list li {
  flex: 1 1 45%;
  list-style: none;
  background-color: #f4f4f4;
  padding: 20px 15px;
  margin-top: 10px;
  font-weight: 500;
}

.prediction-section .gray-list li {
  background-color: rgba(244, 244, 244, 0.6);
}

.icon-box {
  padding: 50px 15px 10px;
  min-height: 250px;
  margin-bottom: 20px;
  border: 1px solid #FD7E14;
  border-radius: 6px;
  position: relative;
}
.icon-box .icon {
  width: 80px;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #FD7E14;
  border-radius: 100%;
  position: absolute;
  top: -40px;
  left: 34%;
  background-color: #FFF1E9;
}
.icon-box p {
  margin-bottom: 0;
}

/* About us page */
.about-hero {
  background-image: url(../../img/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0 30px;
  height: calc(100vh - 50px);
  overflow: hidden;
}
.about-hero .hero-bgimage {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.about-hero .hero-content {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-pointer {
  margin-top: -100px;
  background-color: transparent;
}
.hero-pointer .pointers {
  background-color: transparent;
}
.hero-pointer .pointers .number {
  color: #FD7E14;
}
.hero-pointer .pointers .pointer-item:nth-child(2) {
  border-width: 2px;
}

.what-we-do {
  position: relative;
}
.what-we-do:before {
  background-color: #ffcc33;
  width: 100%;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
}
.what-we-do .overlap-img {
  position: absolute;
}

.mission-wrap {
  padding: 20px;
  margin-bottom: 20px;
}
.mission-wrap:hover {
  background-color: #FD7E14;
  color: #FFFFFF;
  border-color: #FD7E14 !important;
}

.team-member {
  position: relative;
  margin-bottom: 50px;
}
.team-member .member-image {
  overflow: hidden;
  position: relative;
}
.team-member .member-image .overlay {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #FD7E14;
  transition: 0.3s all;
}
.team-member .member-image .overlay .bio {
  color: #FFFFFF;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
}
.team-member .member-image:hover .overlay {
  opacity: 0.8;
}
.team-member .member-image img {
  width: 100%;
}
.team-member .member-name {
  font-weight: 700;
  margin: 10px 0 2px;
}
.team-member .member-designation {
  margin-bottom: 8px;
}
.team-member .member-social {
  list-style: none;
  padding-left: 0;
}
.team-member .member-social li {
  display: inline-block;
}
.team-member .member-social li i {
  color: #FD7E14;
  margin-right: 20px;
}

/*messonary grid view */
.grid {
  display: grid;
  grid-template-rows: repeat(4, 180px);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 15px auto;
}
.grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 6px;
}
.grid .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.grid .item:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
.grid .item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/1;
}
.grid .item:nth-child(3) {
  grid-column: 3/4;
  grid-row: 2/2;
}
.grid .item:nth-child(4) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.grid .item:nth-child(5) {
  grid-column: 2/4;
  grid-row: 3/5;
}

.hero-overlap {
  position: relative;
}
.hero-overlap:before {
  content: "";
  background-color: #ffcc33;
  position: absolute;
  height: 300px;
  width: 100%;
  z-index: 0;
  top: 0;
}

.outer-shadow .container {
  box-shadow: 0px 0px 6px rgba(33, 37, 41, 0.06);
  border-radius: 8px;
  padding: 30px;
  background-color: #FFFFFF;
  position: relative;
}

.tools-wrap .tools-image {
  height: 200px;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-purple {
  background-color: #9254de;
}

.bg-pink {
  background-color: #f759ab;
}

.bg-aqua {
  background-color: #36cfc9;
}

.bg-red {
  background-color: #ff4d4f;
}

.bg-orange {
  background-color: #fd8e31;
}

.bg-green {
  background-color: #73d13d;
}

/*  Aarti page */
ul.aarti-cat, ul.dp-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
ul.aarti-cat li, ul.dp-cat li {
  list-style: none;
}
ul.aarti-cat li a, ul.dp-cat li a {
  font-size: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 30px;
  transition: 0.3s all;
  color: #212529;
  text-decoration: none;
  padding: 10px 30px;
  display: block;
  transition: 0.3s all;
}
ul.aarti-cat li a:hover, ul.dp-cat li a:hover, ul.aarti-cat li a.active, ul.dp-cat li a.active {
  color: #FD7E14;
  border-color: #FD7E14;
}
ul.alphabets {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 20px;
  align-items: center;
}
ul.alphabets li {
  list-style: none;
  text-align: center;
}
ul.alphabets li a {
  width: 80px;
  height: 80px;
  font-size: 35px;
  font-weight: 700;
  color: #212529;
  border: 1px solid #C3C3C3;
  text-decoration: none;
  border-radius: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s all;
}
ul.alphabets li a:hover, ul.alphabets li a.active {
  background-color: #FD7E14;
  color: #FFFFFF;
}

.aarti-info {
  margin-bottom: 18px;
}

.download-box {
  background-position: center;
  background-size: cover;
  height: 234px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
}
.download-box .artiImg {
  width: 100%;
  height: 234px;
}
.download-box:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: 1;
  opacity: 0.3;
}
.download-box img.img-fluid {
  transition: 0.5s all;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.download-box .aarti-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 9;
}
.download-box:hover .img-fluid {
  transform: scale(1.1);
}
.download-box .download-wrap {
  position: absolute;
  bottom: 0;
  padding: 7px;
  z-index: 9;
}
.download-box .download-wrap .share-icon {
  padding: 7px 9px;
  margin-left: 18px;
}

.latest-dp .download-box .img-fluid {
  height: auto;
}

/*  Baby Names */
.radio-group {
  display: flex;
  justify-content: center;
}
.radio-group label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.radio-group label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.radio-group label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.1em #C3C3C3;
}
.radio-group input.radio-btn {
  position: absolute;
  left: -99999px;
}
.radio-group input.radio-btn:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #FD7E14;
}

.gender-section {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gender-section .gender-option {
  width: 250px;
  height: 150px;
  display: flex;
  align-items: center;
  border: 1px solid #C3C3C3;
  border-radius: 6px;
}
.gender-section .gender-option:hover {
  border: 1px solid #FD7E14;
  cursor: pointer;
}
.gender-section .gender-option:hover p {
  color: #FD7E14;
}
.gender-section .gender-option .gender {
  width: 100%;
}
.gender-section .gender-option .gender img {
  margin-bottom: 16px;
}
.gender-section .gender-option .gender p {
  margin-bottom: 0;
  font-size: 20px;
}

.image-title-box .image {
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}
.image-title-box .box-title {
  font-size: 20px;
  font-weight: 700;
}

/*  Pagination  */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 0;
  margin-top: 30px;
}
.pagination li {
  list-style: none;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.prev a, .pagination li.next a {
  width: auto;
  padding: 4px 15px;
}
.pagination li a {
  color: #212529;
  text-decoration: none;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 5px;
}
.pagination li a:hover, .pagination li a.active {
  background-color: #FD7E14;
  color: #FFFFFF;
}

.name-table .tbl-head, .name-table .tbl-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
}
.name-table .tbl-head > div, .name-table .tbl-row > div {
  width: 14%;
  padding: 18px 12px;
  font-weight: 800;
  border-right: 1px solid #C3C3C3;
}
.name-table .tbl-head > div:nth-child(2), .name-table .tbl-row > div:nth-child(2) {
  width: 30%;
}
.name-table .tbl-head > div:last-child, .name-table .tbl-row > div:last-child {
  border-right: 0;
}
.name-table .tbl-row > div {
  font-weight: 400;
  padding: 10px 12px;
}
.name-table .tbl-row:last-child {
  border-bottom: 1px solid #C3C3C3;
}
.name-table .tbl-row .row-head {
  font-weight: 700;
  margin-right: 10px;
}

.sampleQ-wrap {
  padding: 3px;
  margin-bottom: 1.7rem;
  background: linear-gradient(0deg, rgba(255, 204, 51, 0.4) 59%, #fd7e14 100%);
}
.sampleQ-wrap .box-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  padding: 0.6rem 0 0;
}

/* modal box */
.modal .modal-md {
  max-width: 500px;
}
.modal.signupPopup .modal-header {
  display: block;
  padding: 18px 0;
}
.modal.signupPopup .modal-header .modal-title {
  font-weight: 400;
}
.modal.signupPopup .formWrapper {
  max-width: calc(100% - 10px);
  margin: 0 auto;
}
.modal.signupPopup .modal-body {
  background-color: transparent;
}
.modal.signupPopup .modal-body .helpText {
  margin-bottom: 30px;
}
.modal.signupPopup .padding-less {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.signupPopup .login-field {
  font-family: FontAwesome;
  position: relative;
  height: 48px;
}
.modal.signupPopup .login-field:before, .modal.signupPopup .login-field:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 20px;
}
.modal.signupPopup .login-field:after {
  left: 27px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.modal.signupPopup .login-field input[type=tel] {
  padding-left: 60px;
  border: 0.5px solid #AEAEAE;
  font-family: "Poppins", sans-serif;
}
.modal.signupPopup .login-field input[type=tel]:focus {
  border-color: #808284;
  box-shadow: none;
}
.modal.signupPopup .otp-field {
  display: flex;
  justify-content: center;
}
.modal.signupPopup .otp-field input[type=tel] {
  width: 100%;
  margin-right: 15px;
  text-align: center;
  padding: 10px 0px;
}
.modal.signupPopup .otp-field input[type=tel]:focus {
  border-color: #808284;
  box-shadow: none;
}
.modal.signupPopup .otp-field input[type=tel]:last-child {
  margin-right: 0;
}
.modal.signupPopup p.disabled {
  color: #000000;
  font-size: 16px;
}
.modal.signupPopup a {
  color: #FD7E14;
}
.modal.signupPopup a.disabled {
  color: #808284;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.modal.signupPopup span {
  color: #FD7E14;
}
.modal.signupPopup span.disabled {
  color: #808284;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

/***************Calculator Page Start***********************/
.mt-025 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.dth-cal .section-heading {
  text-transform: none;
  text-align: left;
}

.breadcrumb {
  padding: 10px 0 10px 0px;
  background-color: #ffffff;
  margin-bottom: 0px !important;
}
.breadcrumb .padding_top {
  padding-top: 116px;
}
.breadcrumb .breadcrumb-text {
  color: #606366;
  font-size: 14px;
}
.breadcrumb .breadcrumb-text a {
  color: #FD7E14;
  cursor: pointer;
  text-decoration: none;
}

.death-calculator-section {
  padding-top: 0;
}
.death-calculator-section .heart-image {
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  padding: 20px;
  background-color: #f4f4f4;
}
.death-calculator-section .heart-image img.img-fluid {
  width: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("../../img/calender_img.svg");
  background-repeat: no-repeat;
  width: 18px;
  position: absolute;
  top: 43px;
  right: 12px;
}

.death-calculator-form-section {
  background-color: #f8f8f8;
}
.death-calculator-form-section .form-group > .select-dropdown button {
  height: 40px;
}
.death-calculator-form-section .form-group > .select-dropdown::after {
  content: "";
  background-image: url("../../img/arrow-down-icon-new.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 17px;
  right: 12px;
}
.death-calculator-form-section label {
  margin-bottom: 4px;
}
.death-calculator-form-section p {
  width: 85%;
  margin: 0 auto;
}
.death-calculator-form-section .calculator-form {
  margin-top: 30px;
  text-align: left;
}
.death-calculator-form-section .calculator-form button.btn {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
  height: 45px;
}
.death-calculator-form-section .form-control {
  background-color: #fcfcfc !important;
  font-size: 16px;
  height: 40px;
  border-radius: 10px;
  color: #000000;
}
.death-calculator-form-section select {
  height: 40px;
}
.death-calculator-form-section .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.free-death-calculator p {
  text-align: left;
}
.free-death-calculator ul li {
  margin-bottom: 6px;
}

.faq-section {
  background-color: #f8f8f8;
}
.faq-section #accordion {
  margin-top: 20px;
}
.faq-section .card {
  border-color: #C3C3C3;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 5px 0px;
}
.faq-section .card button {
  color: #212529;
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: none;
  letter-spacing: unset;
  text-align: left;
  background: #f8f8f8;
}
.faq-section .card .card-header {
  background: #f8f8f8;
  border-bottom: 0px;
  padding-left: 0;
}
.faq-section .card .card-header h5 {
  font-size: 16px;
  font-weight: 500;
}
.faq-section .card .card-body {
  color: #343a40;
  padding-top: 0px;
}

#appDownloadModal .modal-header,
#calculatorModal .modal-header {
  background-color: #ffffff;
  border: 0;
  border-radius: 20px;
  min-height: 46px;
}
#appDownloadModal .close,
#calculatorModal .close {
  background-color: #606366 !important;
  padding: 1px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  place-items: center;
  justify-content: center;
}
#appDownloadModal .modal-content,
#calculatorModal .modal-content {
  border-radius: 20px;
  border: none;
}
#appDownloadModal .modal-body,
#calculatorModal .modal-body {
  padding: 0.5rem 2rem;
}
#appDownloadModal .modalContent,
#calculatorModal .modalContent {
  text-align: center;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#appDownloadModal .modalContent .modal-image,
#calculatorModal .modalContent .modal-image {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  place-items: center;
  margin: 0 auto;
}
#appDownloadModal .modalContent .modal-image img,
#calculatorModal .modalContent .modal-image img {
  width: 100%;
}
#appDownloadModal .modalContent h2,
#calculatorModal .modalContent h2 {
  color: #212529;
  line-height: initial;
  margin: 0px;
}
#appDownloadModal .modalContent p,
#calculatorModal .modalContent p {
  width: 85%;
  margin: 18px auto;
  color: #343a40;
  font-weight: 500;
  font-size: 18px;
}
#appDownloadModal .modalContent p:last-child,
#calculatorModal .modalContent p:last-child {
  margin-bottom: 0px;
}
#appDownloadModal .modalContent::-webkit-scrollbar,
#calculatorModal .modalContent::-webkit-scrollbar {
  width: 6px;
}
#appDownloadModal .modalContent::-webkit-scrollbar-track,
#calculatorModal .modalContent::-webkit-scrollbar-track {
  border-radius: 10px;
}
#appDownloadModal .modalContent::-webkit-scrollbar-thumb,
#calculatorModal .modalContent::-webkit-scrollbar-thumb {
  background: #b0b1b3;
  border-radius: 10px;
}
#appDownloadModal .modalContent::-webkit-scrollbar-thumb:hover,
#calculatorModal .modalContent::-webkit-scrollbar-thumb:hover {
  background: #606366;
}
#appDownloadModal button.btn,
#calculatorModal button.btn {
  padding-left: 40px;
  padding-right: 40px;
  height: 45px;
}
#appDownloadModal .modal-footer,
#calculatorModal .modal-footer {
  justify-content: center;
  border: 0;
  padding-bottom: 25px;
}

.light {
  font-weight: 500;
}
.light span {
  color: #C3C3C3;
}
.light span.active {
  color: #FD7E14;
}

.tab {
  display: flex;
  justify-content: space-evenly;
  place-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.5rem auto;
}
.tab .tablinks {
  width: 65px;
  height: 65px;
  border: 1px solid #C3C3C3;
  border-radius: 6px;
  margin: 10px 0px;
  display: flex;
  justify-content: center;
  place-items: center;
  font-size: 28px;
  color: #212529;
  background-color: #FFFFFF;
  transition: all linear 0.2s;
  cursor: pointer;
}
.tab .tablinks:hover {
  border: 1px solid #FD7E14;
}
.tab .tablinks.active {
  color: #FFFFFF;
  border: 1px solid #FD7E14;
  background-color: #FD7E14;
}

::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
}

.modal-content .tab {
  width: 100%;
  margin: 0.5rem auto;
  justify-content: center;
}
.modal-content .tab .tablinks {
  width: auto;
  height: auto;
  padding: 6px 15px;
  font-size: 17px;
  margin-right: 15px;
}
.modal-content .tab .tablinks:last-child {
  margin-right: 0px;
}
.modal-content .tabcontent p {
  margin: 9px auto !important;
}
.modal-content table {
  margin: 0 auto;
  width: 300px;
  text-align: left;
  border-color: #c3c3c3;
}
.modal-content table td {
  padding: 4px 18px;
  font-size: 16px;
  color: #343a40;
}

.tabcontent {
  display: none;
}
.tabcontent p {
  margin-bottom: 0;
}

.palm-reading ul {
  margin-bottom: 0px;
}
.palm-reading ul li {
  margin-bottom: 10px;
}

.psychic-reading {
  margin-top: 30px;
}

.psychic-reading-heading {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
}

table.full-width-table {
  width: 100%;
  border: 1px solid #c3c3c3;
  margin: 16px 0px;
}
table.full-width-table thead {
  background-color: #f4f4f4;
}
table.full-width-table thead th {
  font-weight: 600;
  padding: 10px 16px 9px 16px;
}
table.full-width-table tbody td {
  padding: 10px 16px 9px 16px;
  vertical-align: top;
}
table.full-width-table tbody td ul {
  font-size: 16px;
  list-style: none;
  list-style-position: outside;
  margin-bottom: 0;
  padding-left: 0;
}
table.full-width-table tbody td ul li {
  line-height: 25px;
}

.tool-image-section .tool-link {
  text-decoration: none;
  color: #212529;
}
.tool-image-section .tool-card {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  height: auto;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.tool-image-section .tool-card:hover {
  border-color: #fd7e14;
}
.tool-image-section .tool-card .tool-image {
  padding: 24px 16px 12px;
}
.tool-image-section .tool-card .tool-image img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.tool-image-section .tool-card .tool-name {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 21px;
  color: #212529;
}
.tool-image-section .tool-card .tool-description p {
  color: #343a40 !important;
  margin-bottom: 0px;
}

.circular-progress-bar {
  display: flex;
  justify-content: center;
  place-items: center;
}

.meter-calculator-value {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
}

.barOverflow {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 150px;
  margin-bottom: -35px;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 40px solid #eaeaea;
  border-bottom-color: #ffcc33;
  border-right-color: #ffcc33;
  transform: scaleX(-1);
}

span#meter-score {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
span#meter-score::after {
  content: "%";
}

.progress-bar-content {
  margin-top: 50px !important;
}

.percent-label {
  position: absolute;
  display: inline-block;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 10px auto;
  font-size: 16px;
  font-weight: 500;
}

.textonImage {
  position: relative;
}
.textonImage h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/****************Calculator Page End************************/
/**********WhatsApp Gallery Start***********/
.container-masonry {
  -moz-column-count: 4;
       column-count: 4;
  margin: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.container-masonry img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  display: flex;
  transition: all linear 3s;
}

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
  transition: all linear 3s;
}
figure:hover .figcaption {
  display: flex;
}

figure > img {
  grid-row: 1/-1;
  grid-column: 1;
  border-radius: 6px;
}

.common-buttons {
  width: 35px;
  height: 35px;
  background-color: #FD7E14;
  padding: 0px;
  display: flex;
  justify-content: center;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid #FFFFFF;
  margin-right: 8px;
  z-index: 9;
  cursor: pointer;
}
.common-buttons:last-child {
  margin-right: 0px;
}

.download-box .download-wrap {
  position: absolute;
  bottom: 0;
  padding: 7px;
  z-index: 9;
  right: 0;
  display: none;
}
.download-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-box:hover .download-wrap {
  display: flex;
}

.aarti-title {
  text-align: center;
  color: #343a40;
  font-size: 18px;
  font-weight: 500;
  margin: 8px 0px;
}

.death-calculator-form-section label,
#deathCalculateModal .modalContent label {
  font-size: 16px;
  color: #454545;
}
.death-calculator-form-section .form-group,
#deathCalculateModal .modalContent .form-group {
  position: relative;
}

.input-group-heading {
  background-color: #c3c3c3;
  height: 1px;
  position: relative;
  margin: 50px 0;
}
.input-group-heading span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid #c3c3c3;
  background-color: #f8f8f8;
  height: 34px;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
  top: -18px;
  font-size: 16px;
  color: #606366;
}

label.form-check-label.radio-label {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
}

.label-same-col {
  font-size: 16px;
  color: #212529;
  display: flex;
  place-items: center;
}

.selectBox {
  position: relative;
  height: 40px;
  z-index: 0;
}
.selectBox select {
  position: absolute;
  z-index: 999;
}
.selectBox select > option {
  z-index: 9999;
  background: #fcfcfc !important;
}

.light-text {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.light-background {
  padding: 0.5rem;
  background-color: #f8f8f8;
}
.light-background .sub-content {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.light-background .sub-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.light-background .sub-content ul li {
  color: #343a40;
  font-size: 16px;
}

span.error-message {
  font-size: 14px;
  color: #f00000;
  display: block;
  line-height: 21px;
}

/**********WhatsApp Gallery Start***********/
/* footer */
.dark-top-footer-background,
footer {
  background-color: #212529;
}
.dark-top-footer-background ul.footer-menu,
footer ul.footer-menu {
  padding-left: 5px;
  list-style: none;
}
.dark-top-footer-background ul.footer-menu a,
footer ul.footer-menu a {
  color: #fff;
  font-size: 14.5px;
  line-height: 28px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.dark-top-footer-background ul.footer-menu a:hover,
footer ul.footer-menu a:hover {
  color: #FFCA28;
  text-decoration: none;
  margin-left: 3px;
}
.dark-top-footer-background ul.footer-social-icon,
footer ul.footer-social-icon {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0px;
}
.dark-top-footer-background ul.footer-social-icon li,
footer ul.footer-social-icon li {
  display: inline-block;
  line-height: normal;
}
.dark-top-footer-background ul.footer-social-icon li i,
footer ul.footer-social-icon li i {
  color: #FFFFFF;
  width: 33px;
  height: 33px;
  background-color: #343a40;
  border-radius: 50%;
  border: 2px solid #424c5d;
  line-height: 32px;
  font-size: 15px;
  text-align: center;
  margin-right: 15px;
}
.dark-top-footer-background ul.footer-social-icon li i:hover,
footer ul.footer-social-icon li i:hover {
  background-color: #FFFFFF;
  color: #343a40;
}
.dark-top-footer-background ul.footer-social-icon li:last-child i,
footer ul.footer-social-icon li:last-child i {
  margin-right: 0;
}
.dark-top-footer-background .widget-title,
footer .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.dark-top-footer-background p,
footer p {
  margin-bottom: 0.5rem;
}
.dark-top-footer-background .footer-apps,
footer .footer-apps {
  text-align: center;
}
.dark-top-footer-background .our-apps a,
footer .our-apps a {
  display: block;
  margin: 0;
}
.dark-top-footer-background .copyright-text,
footer .copyright-text {
  border-top: 1px solid rgba(244, 244, 244, 0.2);
  padding-top: 10px;
  font-size: 15px;
}

.btn-getApp {
  display: none;
}

.custom-page nav#mainNav {
  background: #ffcc33;
  height: 48px;
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-top: 79px;
}
.custom-page #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #212529;
}
.custom-page #mainNav .navbar-nav .nav-item {
  position: relative;
  font-family: "Poppins", sans-serif;
}
.custom-page span.highlighter {
  background-color: #f00;
  position: absolute;
  top: -1px;
  right: -12px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 9px;
  padding: 0px 6px;
  height: 15px;
  display: flex;
  place-items: center;
  justify-content: center;
}
.custom-page .large_menu {
  width: 465px;
  padding: 10px;
  background: #ffffff;
  border: none;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  top: 37px;
}
.custom-page .large_menu li {
  width: 45%;
  float: left !important;
  margin-right: 5%;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
.custom-page .large_menu li a {
  color: #212529;
  text-decoration: none;
  padding-left: 20px;
  padding: 9px 0px;
  width: 100% !important;
  display: block;
  padding-left: 10px;
}
.custom-page .large_menu li:hover {
  background-color: #ffcc33;
}
.custom-page .dropdown-item:focus, .custom-page .dropdown-item:hover {
  background-color: #ffcc33 !important;
}
.custom-page .single_menu_list {
  width: 248px;
}
.custom-page .single_menu_list li {
  width: 100%;
}
.custom-page .store_dropdown {
  width: 248px;
  height: 576px;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-page .store_dropdown li {
  width: 100%;
}
.custom-page .top-header {
  height: 80px;
  display: flex;
  place-items: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  border-bottom: 1px solid #f9f7f7;
}
.custom-page .container.top-navigation .top-header-buttons {
  text-align: right;
  margin-top: 6px;
}
.custom-page .container.top-navigation .top-header-buttons span {
  border: 1px solid #606366;
  padding: 10px 15px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #606366;
  font-size: 15px;
  vertical-align: middle;
  margin: 0 4px;
  transition: all linear 0.2s;
  cursor: pointer;
}
.custom-page .container.top-navigation .top-header-buttons span img {
  width: 18px;
  height: 18px;
  margin: 0px 3px 3px 0px;
  transition: all linear 0.2s;
}
.custom-page .container.top-navigation .top-header-buttons span.active {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}
.custom-page .container.top-navigation .top-header-buttons span:last-child {
  margin-right: 0px;
}
.custom-page .container.top-navigation .top-header-buttons span:hover {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}
.custom-page .container.top-navigation .top-header-buttons span:hover img {
  filter: brightness(0%) invert(100%);
}
.custom-page .container.top-navigation .top-header-buttons a {
  border: 1px solid #606366;
  padding: 10px 15px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #606366;
  font-size: 15px;
  vertical-align: middle;
  margin: 0 4px;
  transition: all linear 0.2s;
}
.custom-page .container.top-navigation .top-header-buttons a img {
  width: 18px;
  height: 18px;
  margin: 0px 3px 3px 0px;
  transition: all linear 0.2s;
}
.custom-page .container.top-navigation .top-header-buttons a.active {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}
.custom-page .container.top-navigation .top-header-buttons a:last-child {
  margin-right: 0px;
}
.custom-page .container.top-navigation .top-header-buttons a:hover {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}
.custom-page .container.top-navigation .top-header-buttons a:hover img {
  filter: brightness(0%) invert(100%);
}
.custom-page h1 {
  font-size: 35px;
  color: #212529;
  margin-bottom: 10px;
  line-height: 35px;
}
.custom-page .new-section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.custom-page h2 {
  font-size: 29px;
  line-height: 29px;
}
.custom-page h3 {
  font-size: 24px;
  line-height: 29px;
}
.custom-page .heading-bottom-20 {
  margin-bottom: 10px;
}
.custom-page .navbar-expand-lg .navbar-nav .nav-link:first-child {
  padding-left: 0rem;
}
.custom-page .dark-top-footer-background {
  background-color: #454545;
}
.custom-page .dark-top-footer-background ul li {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2;
  padding-bottom: 3px;
  word-break: break-word;
}
.custom-page .view-all {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  place-items: center;
}
.custom-page .view-all a {
  height: 45px;
  display: flex;
  place-items: center;
  justify-content: center;
}
.custom-page .astro-card-new {
  background-image: url("../../img/astro-card-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 450px;
  margin-bottom: 16px;
  border-radius: 6px;
  position: relative;
}
.custom-page .astro-card-new .astro-detail {
  padding: 16px;
}
.custom-page .astro-card-new .astro-detail .astro-details-new {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.custom-page .astro-card-new .astro-detail span.astro-live {
  background-color: #fd4344;
  color: #ffffff;
  border-radius: 13px;
  padding: 4px 13px 4px 24px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.custom-page .astro-card-new .astro-detail span.astro-live::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  top: 9px;
  left: 8px;
  border-radius: 50%;
  animation: blinker 1s linear infinite;
}
.custom-page .astro-card-new .astro-detail span.astro-upcoming {
  background-color: transparent;
  border-radius: 13px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
  margin-right: 8px;
}
.custom-page .astro-card-new .astro-detail .astro-image-new {
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px auto;
  width: 125px;
  height: 125px;
  margin-top: 35px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  outline-width: 0px;
}
.custom-page .astro-card-new .astro-detail .astro-image-new img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 4x solid transarent;
  border-radius: 100%;
}
.custom-page .astro-card-new .astro-detail .astro-name a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.custom-page .astro-card-new .astro-detail .astro-title {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  margin: 29px 0px 15px;
}
.custom-page .astro-card-new .astro-detail .astro-type {
  justify-content: center;
  margin-top: 0px !important;
  height: auto !important;
  color: #eaeaea;
  font-size: 14px;
  font-weight: 300 !important;
}
.custom-page .astro-card-new .astro-detail .astro-availability {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.custom-page .astro-card-new .astro-detail .astro-availability .btn.btn-theme {
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0px;
  transition: all linear 0.2s;
  font-weight: 500;
}
.custom-page .astro-card-new .astro-detail .astro-availability .btn.btn-theme:hover {
  border-color: #fd7e14;
  background-color: #fd7e14;
  color: #ffffff;
}
.custom-page .astro-card-new .astro-detail .astro-availability .theme-green {
  color: #12ce29;
  border: 1px solid #12ce29 !important;
}
.custom-page .astro-card-new .astro-detail .astro-availability .theme-green:hover {
  background-color: #12ce29 !important;
  border-color: #12ce29 !important;
}
.custom-page .astro-card-new .astro-detail .astro-availability .theme-disabled {
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  color: #343a40;
}
.custom-page .astro-card-new .astro-detail .astro-availability .theme-disabled:hover {
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  color: #343a40 !important;
}
.custom-page .astro-card-new .astro-detail .astro-availability .theme-disabled img {
  margin-bottom: 3px;
  margin-right: 3px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.custom-page .downloadAppModal .modal-body {
  padding: 0.5rem 2rem 2rem !important;
}
.custom-page .downloadAppModal .modal-body .modalContent p.heading-text {
  width: 95%;
  margin: 0px auto 28px auto !important;
  font-weight: 400 !important;
}
.custom-page .downloadAppModal .modal-body .modalContent p.download-text {
  font-size: 20px !important;
  font-weight: 900 !important;
}
.custom-page .downloadAppModal .modal-body .modalContent .modal-image {
  width: auto !important;
  height: auto !important;
}
.custom-page .downloadAppModal .modal-body .modalContent .modal-image img {
  width: 138px !important;
  margin: 5px;
}

#instashopdropdownsss::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#instashopdropdownsss::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#instashopdropdownsss::-webkit-scrollbar-thumb {
  background-color: #ffcc33;
}

.faq-section #accordion .card button {
  position: relative;
}
.faq-section #accordion .card button::after {
  position: absolute;
  top: 13px;
  right: 12px;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("../../img/add.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  transition: transform 0.3s ease-in-out;
}

.faq-section #accordion .card button:not(.collapsed)::after {
  background-image: url("../../img/minus.svg");
  transform: rotate(-180deg);
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-13 {
  margin-bottom: 13px;
}

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

.common-template .banner-big-image img {
  width: 100%;
}
.common-template .sub-heading {
  font-size: 24px;
  font-weight: 500;
}

.sticker-section {
  background-color: #ffcc33;
  height: 160px;
  display: flex;
  border-radius: 10px;
}
.sticker-section img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 90px 90px 10px;
}
.sticker-section .sticker-content {
  display: flex;
  justify-content: center;
  place-items: start;
  flex-direction: column;
  padding-left: 50px;
}
.sticker-section .sticker-content h2 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.sticker-section .sticker-content a.consult-button {
  background-color: #212529;
  color: #ffffff;
  border-radius: 6px;
  padding: 8px 35px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.right-section-1 {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  border-radius: 6px;
}

#scroll::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

#scroll::-webkit-scrollbar {
  width: 8px;
}

#scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #c3c3c3;
}

.right-section-heading {
  background-color: #f4f4f4;
  padding: 12px 14px;
}
.right-section-heading p {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
  color: #343a40;
}

.right-section-1.colored .right-section-heading {
  background-color: #fd7e14;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.right-section-1.colored .right-section-heading p {
  color: #ffffff;
}

.right-section-content {
  max-height: 315px;
  overflow-y: scroll;
}
.right-section-content ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.right-section-content ul li {
  padding: 8px 35px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.right-section-content ul li:before {
  content: "";
  background-image: url("../../img/icon-arrow-black.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 16px;
  width: 6px;
  height: 8px;
}
.right-section-content ul li a {
  color: #212529;
  text-decoration: none;
}

.right-section-1.colored .right-section-content ul li {
  padding: 8px 16px;
  position: relative;
}
.right-section-1.colored .right-section-content ul li:before {
  content: "";
  background-image: url("../../img/icon-arrow-orange-circle.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: unset;
  right: 16px;
  width: 17px;
  height: 17px;
}
.right-section-1.colored .right-section-content ul li.disabled:before {
  background-image: url("../../img/icon-arrow-gray-circle.svg");
}

#blog_carousels .item {
  border: 1px solid #eaeaea;
}
#blog_carousels .item .blog-content {
  padding: 12px;
}
#blog_carousels .item .blog-content p {
  margin-bottom: 0px;
}
#blog_carousels .item .blog-content p a {
  text-decoration: none;
  color: #212529;
  font-weight: 500;
}
#blog_carousels .item .blog-content .blog-time {
  font-size: 14px;
  color: #606366;
  margin-top: 10px;
}

.theme-color {
  color: #ed7b1d;
}
.theme-color:hover {
  color: #ed7b1d;
  text-decoration: none;
}

.terms-condition h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize !important;
}
.terms-condition h4::first-letter {
  text-transform: capitalize !important;
}
.terms-condition p {
  text-align: justify;
}

.card-core-value {
  border-radius: 8px;
  border: 1px solid #bbbbbb;
  display: flex;
  justify-content: center;
  place-items: center;
  flex-direction: column;
  padding: 30px 0px;
  margin-bottom: 20px;
}
.card-core-value .card-core-image {
  width: 37%;
}
.card-core-value .card-core-image img {
  width: 100%;
}
.card-core-value .card-core-title {
  margin-top: 15px;
  color: #454545;
}

.card-career-passion-details {
  border-radius: 8px;
  border: 1px solid #bbbbbb;
  position: relative;
  padding: 20px 30px;
  margin-bottom: 16px;
}
.card-career-passion-details .card-career-passion-title {
  font-weight: 600;
  color: #1e1a17;
  font-size: 20px;
  margin-bottom: 8px;
}
.card-career-passion-details .card-career-passion-text {
  color: #454545;
  font-size: 16px;
  font-weight: 400;
}
.card-career-passion-details .card-career-passion-text span {
  font-weight: 500;
}
.card-career-passion-details .card-career-passion-viewBtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 6px;
  border: 1px solid #2f3338;
  color: #212529;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  transition: all linear 0.2s;
}
.card-career-passion-details .card-career-passion-viewBtn:hover {
  text-decoration: none;
  background-color: #2f3338;
  color: #ffffff;
}

.bg-drop-resume {
  background-color: #ffcc33;
  border-radius: 8px;
  color: #212529;
  display: flex;
  justify-content: space-between;
  place-items: center;
  flex-direction: row;
  padding: 0 40px;
  height: 115px;
}
.bg-drop-resume .drop-resume-details .drop-resume-title {
  color: #212529;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.bg-drop-resume .drop-resume-details .drop-resume-content {
  margin-bottom: 0px;
  margin-top: 5px;
}
.bg-drop-resume .drop-resume-btn {
  border: 1px solid #56585b;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0px 35px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: all linear 0.2s;
}
.bg-drop-resume .drop-resume-btn:hover {
  background-color: #f1f1f1;
}

.view-job-form {
  background-color: #f4f4f4;
  padding: 40px;
}

.job-title {
  color: #212529 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.view-job-section {
  color: #343a40;
}
.view-job-section ul {
  padding-left: 17px;
}
.view-job-section ul li {
  margin-bottom: 10px;
}
.view-job-section .form-row {
  font-size: 15px;
}
.view-job-section .form-row .error-message {
  font-size: 12px;
}
.view-job-section .form-row .form-group {
  text-align: left !important;
}
.view-job-section .form-row .form-control {
  font-size: 15px;
}
.view-job-section .form-row button {
  width: 100%;
  height: 40px;
}

.upload-resume-modal .view-job-form {
  padding: 0px 40px;
  overflow: hidden;
}
.upload-resume-modal .view-job-form .job-title {
  margin-top: 0px !important;
}
.upload-resume-modal .view-job-form .submitResumeBtn {
  display: flex;
  justify-content: center;
}
.upload-resume-modal .view-job-form .submitResumeBtn button {
  width: auto;
}
.upload-resume-modal .modal-content {
  background-color: #f4f4f4;
  border-radius: 0px !important;
}
.upload-resume-modal .modal-content .modal-header {
  background-color: #f4f4f4 !important;
}

#career_carousels .career-image img {
  border-radius: 6px;
}
#career_carousels .owl-dots {
  display: none;
}
#career_carousels .owl-next,
#career_carousels .owl-prev {
  position: absolute;
  right: 0px;
  top: 33%;
  display: block;
  z-index: 1000;
  border-radius: 0;
  width: 45px;
  height: 45px;
}
#career_carousels .owl-next span,
#career_carousels .owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../../img/carousel-career-arrow.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
}
#career_carousels .owl-next:hover,
#career_carousels .owl-prev:hover {
  background-color: transparent;
}
#career_carousels .owl-next:hover span,
#career_carousels .owl-prev:hover span {
  opacity: 1;
}
#career_carousels .owl-prev {
  right: auto;
  left: 0px;
}
#career_carousels .owl-prev span {
  transform: rotate(180deg);
}

.job-title {
  color: #212529 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.job-sub-title {
  color: #212529 !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
}

.panchang-details .job-sub-title {
  margin-bottom: 10px;
}

.panchang-table {
  margin-bottom: 30px;
}
.panchang-table table {
  width: 100%;
}
.panchang-table table tr {
  border: 1px solid #eaeaea;
}
.panchang-table table tr td {
  padding: 8px 14px;
}
.panchang-table table tr td img {
  width: 38px;
  margin-right: 10px;
}

.panchang-top-filter {
  display: flex;
  justify-content: space-between;
  place-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.panchang-top-filter .panchang-date-btn .btn {
  color: #606366;
  border-color: #c3c3c3;
  height: 40px;
  font-size: 16px;
  background-color: #f2f2f2;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  padding: 6px 16px;
  letter-spacing: 0px;
  margin-right: 8px;
}
.panchang-top-filter .panchang-date-btn .btn span {
  font-size: 12px;
  font-weight: 400;
}
.panchang-top-filter .panchang-date-btn .active {
  color: #ed7b1d;
  border-color: #ed7b1d;
  background-color: #ffffff;
}
.panchang-top-filter .panchang-search-btn {
  position: relative;
  width: 35%;
}
.panchang-top-filter .panchang-search-btn .form-control {
  height: 40px !important;
}
.panchang-top-filter .panchang-search-btn::after {
  content: "";
  background-image: url("../../img/icon-search-location.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  right: 8px;
  width: 15px;
  height: 15px;
}

.box-result-shadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 25px;
}

ul.content-list-50 li {
  width: 25%;
  float: left;
}

.date-padding {
  padding: 0px;
}

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

.choghadiya_banner_section {
  background-image: url("../../img/background-choghadiya.png");
  background-repeat: no-repeat;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  height: 140px;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 22px;
}
.choghadiya_banner_section .choghadiya_title {
  color: #ffcc33;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.choghadiya_banner_section .choghadiya_title.big {
  font-size: 30px;
}

.choghadiya-top-filter {
  width: 48% !important;
}

.choghadiya-search-btn {
  position: relative;
}
.choghadiya-search-btn::after {
  content: "";
  background-image: url("../../img/icon-search-location.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 15px;
}

.panchang-date-btn input {
  display: inline-block;
  width: 48%;
}

.choghadiya-top-date-filter {
  width: 100%;
  border-top: 1px solid #eaeaea;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding: 14px 0px;
  margin: 14px 0px;
}
.choghadiya-top-date-filter .choghadiya-date-btn button.btn.previous_btn img {
  transform: rotate(180deg);
}
.choghadiya-top-date-filter .choghadiya-date-btn button.btn {
  color: #606366;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  margin-bottom: 8px;
  height: 40px;
  width: 190px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 85%;
  margin: 5px;
}
.choghadiya-top-date-filter .choghadiya-date-btn button.btn:hover {
  background-color: #fffaf6;
}
.choghadiya-top-date-filter .choghadiya-date-btn button.btn.active {
  color: #ffffff;
  border-color: #ed7b1d;
  background-color: #ed7b1d;
  margin: 3px 3px;
  padding: 6px 18px;
}

.choghadiya_sunrise_content {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f2f2f2;
  padding: 8px 25px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  place-items: center;
}
.choghadiya_sunrise_content img {
  width: 35px;
  margin-right: 10px;
}

.choghadiya_sunset {
  display: flex;
  justify-content: end;
}

.choghadiya_sunrise_day table {
  width: 100%;
  border-color: #bbbbbb;
}
.choghadiya_sunrise_day table tr td {
  padding: 6px 16px;
  color: #343a40;
  font-size: 16px;
}
.choghadiya_sunrise_day table tr th {
  padding: 6px 16px;
}

.table_yellow_header {
  background-color: #ffcc33;
  color: #212529;
  font-weight: 600;
  font-size: 17px;
  padding: 8px 16px;
  height: 45px;
}
.table_yellow_header img {
  width: 30px;
  margin-right: 8px;
}

.table_yellow_header.sunset img {
  width: 25px;
}

.blue-color {
  color: #2a75c1;
}

.light-green-color {
  color: #12ce29;
}

.red-color {
  color: #fd4344;
}

.color-description {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.color-description .color_code {
  position: relative;
  margin-left: 50px;
}
.color-description .color_code::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #2a75c1;
  top: 6px;
  left: -20px;
}
.color-description .light_green_code::before {
  background-color: #12ce29;
}
.color-description .red_code::before {
  background-color: #fd4344;
}

.lagna_prediction table {
  width: 50%;
  margin: 0 auto;
}

.rahukaal-details {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  padding: 15px;
  background-color: #fcf6f0;
}
.rahukaal-details .rahukaal-heading {
  font-size: 20px;
  font-weight: 500;
}
.rahukaal-details .rahukaal-image {
  background-color: #fd7e14;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 15px 0px;
  display: flex;
  justify-content: center;
  place-items: center;
}
.rahukaal-details .rahukaal-image img {
  width: 70px;
}
.rahukaal-details .rahukaal-timing p {
  margin: 0;
  text-align: center;
}
.rahukaal-details .rahukaal-timing p:first-child {
  color: #fd7e14;
  font-size: 18px;
  font-weight: 500;
}

.split_box {
  display: flex;
  justify-content: space-between;
}

.custom_header {
  text-align: center;
  width: 49%;
}

/************live-streaming CSS Start*****************/
.live-streaming {
  background-image: url("../../img/live-streaming-background-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: top;
  position: relative;
  padding: 30px 0px 70px;
}
.live-streaming .inner-livestreaming {
  border: 2px solid rgba(255, 255, 255, 0.1803921569);
  width: 85%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.live-streaming .inner-livestreaming .mob-live-streaming-header,
.live-streaming .inner-livestreaming .mob-live-message-list {
  display: none;
}
.live-streaming .inner-livestreaming .live-streaming-header {
  height: 55px;
  background-color: #2c2d2e;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  place-items: center;
  padding: 0 16px;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner {
  display: flex;
  place-items: center;
  position: relative;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-image-icon {
  display: flex;
  place-items: center;
  margin-right: 20px;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-image-icon .astro-image {
  width: 35px;
  height: 35px;
  outline: 1px solid #ffffff;
  border: 2px solid transparent;
  border-radius: 100%;
  overflow: hidden;
  margin: 0px;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-image-icon .astro-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-image-icon .astro-name {
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-btn {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 2px 8px;
  margin-right: 10px;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-btn:last-child {
  margin-right: 0px;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .live-follow-button .btn {
  background-color: #ffcc33;
  border-radius: 16px;
  padding: 3px 15px;
  color: #212529;
  font-weight: 600;
  cursor: pointer;
  margin-left: 20px;
  font-size: 14px;
  text-transform: capitalize;
}
.live-streaming .inner-livestreaming .live-streaming-header .live-streaming-header-inner .btn-outline-white-round {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff !important;
}
.live-streaming .inner-livestreaming .live-streaming-body {
  display: flex;
  height: 100%;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-videos {
  width: 60%;
  position: relative;
  max-height: 77vh;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-videos::after {
  content: "";
  background: transparent linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 40%;
  transform: rotate(180deg);
  opacity: 0.8;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-videos::before {
  content: "";
  background: transparent linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  transform: rotate(0deg);
  opacity: 0.8;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-videos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-call-status {
  z-index: 99;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 1px 15px;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-call-status::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.25;
  border-radius: 30px;
  padding: 3px 30px;
  width: 100%;
  height: 100%;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-ads {
  position: absolute;
  bottom: 36px;
  right: 15px;
  z-index: 99;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats {
  width: 40%;
  background-color: #ffffff;
  position: relative;
  height: 77vh;
  display: flex;
  align-items: flex-end;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .live-message-list {
  padding: 20px;
  overflow-y: auto;
  padding-bottom: 58px;
  max-height: 100%;
  z-index: 8;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .live-message-list .chat-message {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .live-message-list .chat-message .message-icon {
  background-color: #212529;
  display: flex;
  justify-content: center;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  min-width: 26px;
  height: 26px;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .live-message-list .chat-message .message-content {
  padding-left: 10px;
  font-size: 14px;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .live-message-list .chat-message .message-content .message-name {
  color: #212529;
  font-weight: 600;
  line-height: 18px;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .live-message-list .chat-message .message-content .message-data {
  color: #606366;
  font-weight: 400;
  line-height: 20px;
  max-width: 305px !important;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .chat-bottom-section {
  position: absolute;
  left: 0;
  bottom: 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  height: 56px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  place-items: center;
  z-index: 9;
  background-color: #ffffff;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .chat-bottom-section .live-chat-btn {
  width: 100%;
  border: 1px solid #606366;
  border-radius: 20px;
  color: #212529;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-decoration: none;
  padding: 4px 6px;
}
.live-streaming .inner-livestreaming .live-streaming-body .live-chats .chat-bottom-section .live-chat-btn img {
  margin-right: 10px;
}
.live-streaming .inner-livestreaming .mob-app-join {
  display: none !important;
}

.no-drk-bg {
  display: flex;
  justify-content: center;
  place-items: center;
}
.no-drk-bg::after, .no-drk-bg::before {
  background: none !important;
}

.astrologer-not-available-details {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.astrologer-not-available-details .astro-image {
  width: 120px;
  height: 120px;
  outline: 1px solid #ffffff;
  border: 2px solid transparent;
  border-radius: 100%;
  overflow: hidden;
  margin: 0px;
}
.astrologer-not-available-details .not-available-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 5px 0px;
}
.astrologer-not-available-details .not-available-content {
  font-size: 14px;
  font-weight: 400;
}
.astrologer-not-available-details .no-chat-available {
  color: #606366;
  font-size: 14px;
  font-weight: 400;
}

/************live-streaming CSS End*****************/
/************Horoscope CSS Start **************/
.horoscope_section {
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  margin-bottom: 18px;
}
.horoscope_section p {
  margin: 0;
}
.horoscope_section .horoscope_section_one {
  padding: 20px 12px;
}
.horoscope_section .horoscope_section_one .horoscope_header {
  display: flex;
  flex-direction: row;
}
.horoscope_section .horoscope_section_one .horoscope_header .horoscope_image {
  border: 1px solid #ffcc33;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  place-items: center;
}
.horoscope_section .horoscope_section_one .horoscope_header .horoscope_image img {
  width: 70px;
}
.horoscope_section .horoscope_section_one .horoscope_header .horoscope_title_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.horoscope_section .horoscope_section_one .horoscope_header .horoscope_title_content h2 {
  margin: 0px;
}
.horoscope_section .horoscope_section_one .horoscope_header .horoscope_title_content .horoscope_date {
  color: #606366;
  font-size: 17px;
}
.horoscope_section .horoscope_section_one .horoscope_content {
  margin-top: 14px;
}
.horoscope_section .horoscope_section_one .horoscope_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.horoscope_section .horoscope_section_two ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.horoscope_section .horoscope_section_two ul li {
  padding: 12px;
  border-top: 1px solid #c3c3c3;
}
.horoscope_section .horoscope_section_two ul li a {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

/************New Astro Details CSS start***********/
.astrologer-section {
  border: 1px solid #c3c3c3;
  background-color: #eaeaea;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  place-items: center;
  flex-direction: column;
  width: 100%;
  padding: 30px 14px;
  position: sticky;
  top: 20px;
}
.astrologer-section .astrologer-image {
  width: 160px;
  height: 160px;
  outline: 2px solid rgba(18, 206, 41, 0.4);
  border: 2px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.astrologer-section .astrologer-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.astrologer-section .astrologer-follow-btn {
  width: 100%;
  margin-top: 22px;
}
.astrologer-section .astrologer-follow-btn .btn-outline-orange {
  border: 1px solid #ed7b1d;
  color: #ed7b1d !important;
  width: 100%;
  background-color: #fff;
}
.astrologer-section .astrologer-follow-btn .btn-outline-orange:hover {
  color: #ffffff !important;
  background-color: #ed7b1d;
}

.astrologer-heading {
  display: flex;
  justify-content: flex-start;
  place-items: center;
}

span.astrology-rating {
  color: #1e1a17;
  font-size: 12px;
  background-color: #fcc705;
  border-radius: 2px;
  padding: 3px 8px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: initial;
  margin-left: 15px;
}
span.astrology-rating img {
  margin-bottom: 4px;
  margin-left: 3px;
}

.consultaion-details {
  width: 60%;
  border: 1px solid #c3c3c3;
  display: flex;
  justify-content: flex-start;
  place-items: center;
  border-radius: 6px;
  padding: 10px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0392156863);
}
.consultaion-details .consultation {
  padding: 0px 20px;
  width: 50%;
  color: #606366;
}
.consultaion-details .consultation:last-child {
  border-left: 1px solid #c3c3c3;
}
.consultaion-details .consultation .current-consultation {
  display: block;
  color: #343a40;
  font-weight: 600;
}
.consultaion-details .consultation .original-consultation {
  color: #fd4344;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 8px;
}

.horoscope_single_box {
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 20px;
}
.horoscope_single_box .horoscope_single_heading {
  display: flex;
  flex-direction: row;
}
.horoscope_single_box .horoscope_single_heading .horoscope_single_title {
  margin-left: 8px;
}
.horoscope_single_box .horoscope_single_heading .horoscope_single_title h3 {
  margin: 0;
}

.horoscope_love {
  border: 1px solid #ff9688;
}

.horoscope_health {
  border: 1px solid #9ab7ff;
}

.horoscope_career {
  border: 1px solid #f4af7b;
}

.horoscope_emotions {
  border: 1px solid #ead276;
}

.horoscope_travel {
  border: 1px solid #7fd58e;
}

.bg-image-tips {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: #000000;
  border-radius: 8px;
  position: relative;
  z-index: 0;
  height: 95%;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid rgba(128, 128, 128, 0.4784313725);
}
.bg-image-tips:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0.6;
  z-index: 9;
}
.bg-image-tips p {
  font-weight: 100;
  z-index: 99;
  margin: 0;
  line-height: 22px;
}
.bg-image-tips .sub-title {
  font-weight: 500;
  line-height: 30px;
}

.vedic-tip-image {
  background-image: url("../../img/horoscope_vedic_tip.png");
}

.single-tip-image {
  background-image: url("../../img/horoscope_single_tip.png");
}

.couple-tip-image {
  background-image: url("../../img/horoscope_couple_tip.png");
}

.recommended-astrologer {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 20px;
}

.dropdown-other-sign.death-calculator-form-section {
  background-color: #ffffff;
}
.dropdown-other-sign.death-calculator-form-section .select-dropdown__button {
  background-color: #ffffff;
}
.dropdown-other-sign.death-calculator-form-section .select-dropdown__list {
  max-height: 288px;
}

.astrologer-main-box {
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  padding: 15px 10px;
  flex: 1 1 15%;
  display: flex;
  justify-content: center;
  margin: 0 12px;
  max-width: 206px;
}
.astrologer-main-box .astrologer-link {
  color: #343a40;
  text-decoration: none;
}
.astrologer-main-box .astrologer-image {
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  width: 127px;
  height: 127px;
  display: flex;
  justify-content: center;
  place-items: center;
  margin: 0 auto;
}
.astrologer-main-box .astrologer-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.astrologer-main-box .astrologer-details {
  text-align: center;
  margin-top: 10px;
}
.astrologer-main-box .astrologer-details p {
  margin: 0;
}
.astrologer-main-box .astrologer-details .astrologer-name {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}
.astrologer-main-box .astrologer-details .astrologer-rank {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fcc705;
  margin: 4px auto !important;
  text-align: center;
  padding: 0px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
}
.astrologer-main-box .astrologer-details .astrologer-rank img {
  margin-bottom: 3px;
  margin-left: 3px;
}
.astrologer-main-box .astrologer-details .astrologer-rate {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.astrology-buttons {
  margin: 20px 0 35px 0 !important;
  width: 60%;
}
.astrology-buttons .btn {
  padding: 15px 20px;
  width: 44.5%;
  display: inline-block;
  border: none;
  margin: 0px 8px;
}
.astrology-buttons .btn:first-child {
  color: #ffffff !important;
}
.astrology-buttons .btn span {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
}
.astrology-buttons .btn-danger {
  background-color: #ea4c40;
  border-color: #ea4c40;
  padding: 10px 20px;
}
.astrology-buttons .btn-dark {
  background-color: #808284;
  border-color: #808284;
  padding: 15px 20px;
}

.number_customer_rating {
  color: #8a8a8a;
  font-size: 12px;
}

.reviews_details {
  display: flex;
  flex-direction: row;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-top: 10px;
  padding: 16px 32px 18px 14px;
  position: relative;
}
.reviews_details .review-rating-star {
  position: absolute;
  top: 16px;
  right: 32px;
}
.reviews_details .review_alphabet span {
  display: flex;
  justify-content: center;
  place-items: center;
  color: #ffffff;
  background-color: #1779ba;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.reviews_details .review_container {
  padding-left: 12px;
}
.reviews_details .review_container .review_date {
  font-size: 12px;
  color: #606366;
  line-height: 18px;
  margin-bottom: 10px;
}
.reviews_details .review_container .review_reply_container {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 18px;
  position: relative;
}
.reviews_details .review_container .review_reply_container:before {
  content: "";
  background-image: url("../../img/review_reply.svg");
  position: absolute;
  top: -17px;
  left: -42px;
  width: 27px;
  height: 22px;
}

p.astro_about_desc {
  word-break: break-all;
}

/************New Astro Details CSS End***********/
span.light-heading {
  color: #343a40;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.show-on-mobile {
  display: none;
}

/*****************New Daily horoscope section CSS start *****************/
.horoscope-main-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  flex: 1 1 15%;
  padding: 13px;
}

.zodiac-sign {
  border: 1px solid rgb(216, 213, 213);
  border-radius: 8px;
  box-shadow: 0 6px 12px whitesmoke;
}
.zodiac-sign .zodiac-link:hover .zodaic-img {
  background: linear-gradient(90deg, rgb(253, 126, 20) 0%, rgb(246, 136, 44) 17%, rgb(251, 146, 57) 35%, rgb(246, 146, 62) 51%, rgb(247, 157, 81) 72%, rgb(252, 171, 104) 100%);
  background: #652e05;
  background: radial-gradient(circle, rgb(101, 46, 5) 0%, rgb(101, 46, 5) 25%, rgb(195, 92, 14) 50%, rgb(101, 46, 5) 75%, rgb(247, 157, 81) 100%, rgb(139, 84, 39) 100%);
  background: radial-gradient(circle, rgb(101, 46, 5) 0%, rgb(245, 147, 74) 25%, rgb(195, 92, 14) 50%, rgb(226, 127, 53) 75%, rgb(247, 157, 81) 100%, rgb(139, 84, 39) 100%);
  background: radial-gradient(circle, rgb(255, 177, 119) 0%, rgb(255, 207, 172) 25%, rgb(255, 158, 85) 50%, rgb(226, 127, 53) 75%, rgb(247, 157, 81) 100%, rgb(121, 76, 39) 100%);
  background: radial-gradient(circle, rgb(255, 196, 152) 0%, rgb(255, 215, 186) 25%, rgb(255, 153, 77) 50%, rgb(238, 134, 56) 75%, rgb(247, 157, 81) 100%, rgb(176, 86, 19) 100%);
  background: radial-gradient(circle, rgb(255, 196, 152) 0%, rgb(255, 215, 186) 25%, rgb(255, 153, 77) 50%, rgb(255, 108, 0) 75%, rgb(247, 157, 81) 100%, rgb(176, 86, 19) 100%);
  background: radial-gradient(circle, rgb(247, 226, 210) 0%, rgb(255, 244, 235) 25%, rgb(255, 191, 144) 50%, rgb(255, 108, 0) 75%, rgb(247, 157, 81) 100%, rgb(176, 86, 19) 100%);
  background: radial-gradient(circle, rgb(247, 226, 210) 0%, rgb(255, 244, 235) 25%, rgb(101, 46, 5) 50%, rgb(101, 46, 5) 75%, rgb(247, 157, 81) 100%, rgb(101, 46, 5) 100%);
}
.zodiac-sign .zodiac-link:hover .zodaic-img:hover img {
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
}

.horoscope-link {
  text-decoration: none !important;
  text-align: center;
}
.horoscope-link .horoscope-image {
  width: 95px;
  height: 95px;
  border: 1px solid #ffcc33;
  border-radius: 50%;
  transition: 0.1s all;
  display: flex;
  justify-content: center;
  place-items: center;
  margin: 0 auto;
}
.horoscope-link .horoscope-image img {
  width: 80px;
  height: 80px;
}
.horoscope-link p.horoscope-name {
  margin: 0;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
  transition: 0.1s all;
}
.horoscope-link p.horoscope-month {
  color: #000;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  transition: 0.1s all;
}
.horoscope-link:hover p.horoscope-name, .horoscope-link:hover p.horoscope-month {
  color: #fd7e14;
}
.horoscope-link:hover .horoscope-image {
  background-color: #ffcc33;
}

@media (max-width: 475px) {
  .headingFont {
    font-size: 18px !important;
    text-align: left !important;
  }
  .headingFontsm {
    font-size: 16px !important;
  }
  .textalignment {
    text-align: center;
    margin: 5px 0px 10px 0px;
  }
  .horoscopes {
    row-gap: 0px;
    -moz-column-gap: 4px;
         column-gap: 4px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .horoscopes .horoscope-main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    flex: 1 1 8%;
    padding: 5px 10px;
    padding-bottom: 8px;
    flex: none;
  }
  .horoscopes .zodiac-sign {
    border: 1px solid rgb(216, 213, 213);
    border-radius: 8px;
    box-shadow: 0 6px 12px whitesmoke;
  }
  .horoscopes .zodiac-sign .zodiac-link:hover .zodaic-img {
    background: linear-gradient(90deg, rgb(253, 126, 20) 0%, rgb(246, 136, 44) 17%, rgb(251, 146, 57) 35%, rgb(246, 146, 62) 51%, rgb(247, 157, 81) 72%, rgb(252, 171, 104) 100%);
    background: #652e05;
    background: radial-gradient(circle, rgb(101, 46, 5) 0%, rgb(101, 46, 5) 25%, rgb(195, 92, 14) 50%, rgb(101, 46, 5) 75%, rgb(247, 157, 81) 100%, rgb(139, 84, 39) 100%);
    background: radial-gradient(circle, rgb(101, 46, 5) 0%, rgb(245, 147, 74) 25%, rgb(195, 92, 14) 50%, rgb(226, 127, 53) 75%, rgb(247, 157, 81) 100%, rgb(139, 84, 39) 100%);
    background: radial-gradient(circle, rgb(255, 177, 119) 0%, rgb(255, 207, 172) 25%, rgb(255, 158, 85) 50%, rgb(226, 127, 53) 75%, rgb(247, 157, 81) 100%, rgb(121, 76, 39) 100%);
    background: radial-gradient(circle, rgb(255, 196, 152) 0%, rgb(255, 215, 186) 25%, rgb(255, 153, 77) 50%, rgb(238, 134, 56) 75%, rgb(247, 157, 81) 100%, rgb(176, 86, 19) 100%);
    background: radial-gradient(circle, rgb(255, 196, 152) 0%, rgb(255, 215, 186) 25%, rgb(255, 153, 77) 50%, rgb(255, 108, 0) 75%, rgb(247, 157, 81) 100%, rgb(176, 86, 19) 100%);
    background: radial-gradient(circle, rgb(247, 226, 210) 0%, rgb(255, 244, 235) 25%, rgb(255, 191, 144) 50%, rgb(255, 108, 0) 75%, rgb(247, 157, 81) 100%, rgb(176, 86, 19) 100%);
    background: radial-gradient(circle, rgb(247, 226, 210) 0%, rgb(255, 244, 235) 25%, rgb(101, 46, 5) 50%, rgb(101, 46, 5) 75%, rgb(247, 157, 81) 100%, rgb(101, 46, 5) 100%);
  }
  .horoscopes .zodiac-sign .zodiac-link:hover .zodaic-img:hover img {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
  }
  .horoscopes .horoscope-link {
    text-decoration: none !important;
    text-align: center;
  }
  .horoscopes .horoscope-link .horoscope-image {
    width: 65px;
    height: 65px;
    border: 1px solid #ffcc33;
    border-radius: 50%;
    transition: 0.1s all;
    display: flex;
    justify-content: center;
    place-items: center;
    margin: 0 auto;
  }
  .horoscopes .horoscope-link .horoscope-image img {
    width: 50px;
    height: 50px;
  }
  .horoscopes .horoscope-link p.horoscope-name {
    margin: 0;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    transition: 0.1s all;
    font-size: 13px;
  }
  .horoscopes .horoscope-link p.horoscope-month {
    color: #000;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    transition: 0.1s all;
    line-height: 14px;
  }
  .horoscopes .horoscope-link:hover p.horoscope-name, .horoscopes .horoscope-link:hover p.horoscope-month {
    color: #fd7e14;
  }
  .horoscopes .horoscope-link:hover .horoscope-image {
    background-color: #ffcc33;
  }
}
/*****************New Daily horoscope section CSS End *****************/
/***************Horoscope CSS End *********/
.lo_shu_grid {
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  height: 340px;
}
.lo_shu_grid .large {
  color: #ffffff;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #d9d9d9;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 3px;
  background: #ac2024;
  width: 40px;
  min-height: 40px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  place-items: center;
  position: relative;
}
.lo_shu_grid .large .cross::before,
.lo_shu_grid .large .cross::after {
  content: "";
  width: 0.8em;
  position: absolute;
  right: 10px;
  top: 50%;
}
.lo_shu_grid .large .cross::before {
  border-bottom: 2px solid black;
  transform: skewY(-40deg);
}
.lo_shu_grid .large .cross::after {
  border-bottom: 2px solid black;
  transform: skewY(40deg);
}

.lo_shu_grid.one_grid {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.lo_shu_grid.two_grid {
  background-color: #ffc0cb;
  border: 1px solid #ffc0cb;
}

.lo_shu_grid.three_grid {
  background-color: #008000;
  border: 1px solid #008000;
  color: #ffffff;
}

.lo_shu_grid.four_grid {
  background-color: #833c80;
  border: 1px solid #833c80;
  color: #ffffff;
}

.lo_shu_grid.five_grid {
  background-color: #ffa500;
  border: 1px solid #ffa500;
  color: #ffffff;
}

.lo_shu_grid.six_grid {
  background-color: #4669fa;
  border: 1px solid #4669fa;
  color: #ffffff;
}

.lo_shu_grid.seven_grid {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}

.lo_shu_grid.eight_grid {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.lo_shu_grid.nine_grid {
  background-color: #f34423;
  border: 1px solid #f34423;
  color: #ffffff;
}

.section_dasa_period {
  border: 1px solid #eaeaea;
  padding: 20px;
  text-align: center;
  position: relative;
}
.section_dasa_period .dasa_heading {
  background-color: #eaeaea;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0;
}
.section_dasa_period .dasa_content {
  padding: 20px 0px 6px 0px;
}
.section_dasa_period .dasa_result {
  font-weight: 600;
  font-size: 28px;
  padding: 20px 0px;
  color: #f77e29;
}

.heading_bold {
  font-weight: 500;
  font-size: 20px;
  color: #f77e29;
}

.light_text {
  font-size: 14px;
  color: #767676;
}

/*****************User Profile Start************************/
.userWallet {
  padding-top: 150px !important;
}
.userWallet .wallet_subtitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.userWallet .chat-history {
  text-align: right;
}
.userWallet .chat-history .balance {
  font-size: 25px;
  font-weight: 600;
}
.userWallet .first_time_title {
  background-image: url(../../img/firsttime.png);
  background-size: cover;
  background-position: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 19px;
  position: absolute;
  top: 0%;
}
.userWallet .first_time_offer_container {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 204, 51, 0.16);
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 145px;
  border-top: 1px solid #FFCC33;
  border-bottom: 1px solid #FFCC33;
  margin-top: 10px;
  padding-top: 20px;
}
.userWallet .recharge-pack {
  border: 1px solid #CACACA;
  position: relative;
  overflow: hidden;
  transition: all linear 0.1s;
  padding-top: 38px;
  border-radius: 10px;
  height: 101px;
  background-color: #fff;
}
.userWallet .recharge-pack p,
.userWallet .recharge-pack h3 {
  margin-bottom: 0;
  color: #212529;
}
.userWallet .recharge-pack h3 {
  font-size: 22px;
  margin-bottom: 6px;
}
.userWallet .recharge-pack a {
  text-decoration: none;
}
.userWallet .recharge-pack .get_para {
  background-color: #FFCC33;
  font-size: 14px;
  color: #212529;
}
.userWallet .recharge-pack .get_para .amount {
  font-weight: 400;
  font-size: 14px;
}
.userWallet .recharge-pack .get_para small {
  font-size: 14px;
}
.userWallet .recharge-pack .pay_now {
  background-color: rgba(52, 193, 5, 0.2);
  font-size: 14px;
}
.userWallet .offer {
  width: 135px;
  text-transform: uppercase;
}
.userWallet .ribbon {
  background: #fd7e14;
  color: white;
  position: absolute;
  top: -3px;
  font-size: 12px;
  width: 87%;
  transform: translate(7.5%, 2px);
  border-radius: 0px 0px 5px 5px;
  height: 25px;
  padding: 0px 10px;
  display: block;
  margin: auto;
}
.userWallet .side-actionBlock {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  border-radius: 5px;
}
.userWallet .side-actionBlock ul.actionBlock {
  list-style: none;
  display: flex;
  place-items: center;
  padding: 15px 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.userWallet .side-actionBlock ul.actionBlock img {
  width: 25px;
  margin-right: 10px;
}
.userWallet .coupon-card {
  border: 1px solid #CACACA;
  padding: 20px;
  border-radius: 10px;
}
.userWallet .coupon-card .coupon-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.userWallet .coupon-card .coupon_code_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.userWallet .coupon-card .coupon_code_container .coupon-code {
  border: 1px dotted #454545;
  padding: 5px 10px;
  border-radius: 5px 0px 0px 5px;
}
.userWallet .coupon-card .coupon_code_container .copy-coupon {
  background: rgba(255, 204, 51, 0.1490196078);
  padding: 5px 10px;
  border: 1px solid #454545;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.userWallet .coupon-card .coupon_code_container .copy-coupon span {
  margin-left: 5px;
}

.link_join,
.link_join:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .userWallet {
    padding-top: 110px !important;
  }
  .userWallet .recharge-pack {
    padding-top: 30px;
    height: auto;
  }
  .userWallet .wallet_subtitle {
    font-size: 16px;
  }
  .userWallet .chat-history .balance {
    font-size: 20px;
  }
  .userWallet .recharge-pack h3 {
    font-size: 20px;
  }
  .userWallet .get_para {
    font-size: 13px;
  }
  .userWallet .pay_now {
    font-size: 13px;
  }
  .userWallet .ribbon {
    font-size: 9px;
  }
  .userWallet .coupon-card {
    padding: 15px;
  }
  .userWallet .coupon-card .coupon-title {
    font-size: 14px;
  }
  .userWallet .coupon-card .coupon-desc {
    font-size: 14px;
  }
  .userWallet .coupon-card .coupon-code {
    font-size: 13px;
  }
  .userWallet .coupon-card .copy-coupon span {
    font-size: 13px;
  }
  .userWallet .first_time_title {
    position: absolute;
    top: 0.4%;
    padding: 0px 19px;
    font-size: 13px;
  }
}
/****************User Profile End *******************/
/*************Top Header CTA Start********************/
.top-cta-section {
  display: none;
  border-top: 1px solid #eaeaea;
  padding: 12px 0px 12px;
}
.top-cta-section .top-header-cta {
  display: flex;
  justify-content: space-around;
  place-items: center;
  text-align: center;
  margin-top: -10px;
}
.top-cta-section .top-header-cta .cta_box a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  place-items: center;
  text-decoration: none;
}
.top-cta-section .top-header-cta .cta_box .cta_image {
  background-color: #ffcc33;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  place-items: center;
}
.top-cta-section .top-header-cta .cta_box .cta_heading {
  line-height: 16px;
  margin-top: 4px;
  font-size: 12px;
  color: #212529;
}

@media (min-width: 768px) and (max-width: 992px) {
  .top-cta-section {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .custom-page .store_dropdown {
    height: auto;
  }
  .top-cta-section {
    padding-top: 73px;
  }
  .pointers {
    background-color: #ffcc33;
    text-align: center;
  }
  .pointers .pointer-item:nth-child(2) {
    border-left: 1px solid #606366;
    border-right: 1px solid #606366;
    margin: 10px 0px !important;
    padding: 10px 0px !important;
  }
  .pointers .pointer-wrapper .number {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .pointers .pointer-wrapper .number span {
    font-size: 25px;
  }
  .pointers .pointer-wrapper .pointer-text {
    font-weight: 500;
    margin-bottom: 0;
    color: #343a40;
    line-height: 19px;
  }
}
/*************Top Header CTA End********************/
/***********Insta Store CSS Start********************/
.store_recommended_products {
  background-color: #ffffff;
}
.store_recommended_products .product-wrapper {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.store_recommended_products .product-wrapper .product-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  height: 200px;
}
.store_recommended_products .product-wrapper .product-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.store_recommended_products .product-wrapper .product-details {
  text-align: center;
  padding: 20px;
}
.store_recommended_products .product-wrapper .product-details .product-name {
  color: #606366;
  margin-bottom: 10px;
}
.store_recommended_products .product-wrapper .product-details .product-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #343a40;
  font-weight: bold;
  margin-bottom: 4px;
}
.store_recommended_products .product-wrapper .product-details .product-price {
  color: #000000;
  margin-bottom: 0px;
}
.store_recommended_products .product-wrapper .product-details .mrp-price {
  color: #606366;
  margin: 0px;
  font-size: 14px;
}
.store_recommended_products .product-wrapper .product-details .mrp-price span {
  text-decoration: line-through;
}

.product-custom-link {
  text-decoration: none;
}
.product-custom-link:hover {
  text-decoration: none;
}
.product-custom-link:hover .product-category, .product-custom-link:hover .product-wrapper {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.product-wrapper.book-now {
  min-height: 410px;
  position: relative;
}
.product-wrapper.book-now:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.product-wrapper.book-now .discount {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  background-color: #fd4344;
  color: #ffffff;
  border-top-left-radius: 10px;
  font-size: 14px;
}

.btn_book_now {
  margin-top: 15px;
  display: inline-block;
}

.product-category {
  display: flex;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  max-height: 150px;
  min-height: 150px;
}
.product-category .category-image {
  max-width: 25%;
  min-width: 115px;
}
.product-category .category-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product-category .category-content {
  margin-left: 10px;
}
.product-category .category-content .category-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #212529;
  font-weight: bold;
  margin-bottom: 6px;
}
.product-category .category-content .category-desc {
  color: #212529;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bg-dark-section {
  background-color: #f8f8f8;
}

.xzoom-container .xzoom {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
.xzoom-container .xzoom img {
  width: 100% !important;
}
.xzoom-container .xzoom-gallery {
  opacity: 0.5;
}
.xzoom-container .xzoom-gallery.xactive {
  opacity: 1;
}

.xzoom-lens img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details-description .category-name {
  font-size: 14px;
  color: #606366;
  margin: 6px 0px 16px;
}
.product-details-description .product-price {
  font-size: 16px;
  color: #606366;
  margin: 0px;
}
.product-details-description .product-price span {
  text-decoration: line-through;
}
.product-details-description .offer-price {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #212529;
  font-weight: bold;
}
.product-details-description .offer-price span {
  margin-left: 10px;
  color: #fd4344;
}
.product-details-description .prod-description .add-ons-heading label {
  color: #000000;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.product-details-description .prod-description .select-dropdown {
  max-width: 50%;
}
.product-details-description .prod-description .select-dropdown button {
  height: 40px;
}
.product-details-description .prod-description .select-dropdown ::after {
  content: "";
  background-image: url("../../img/arrow-down-icon.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 17px;
  right: 12px;
}
.product-details-description .prod-description .select-dropdown button ::after,
.product-details-description .prod-description .select-dropdown ul::after,
.product-details-description .prod-description .select-dropdown ul li::after {
  display: none;
}
.product-details-description .price-distribution {
  color: #212529;
  font-size: 12px;
  margin-top: 20px;
}
.product-details-description .price-distribution span {
  font-size: 16px;
}
.product-details-description .btn_book_now {
  margin-top: 3px;
  margin-bottom: 0px;
}

.e-pooja-link {
  text-decoration: none;
}

.ePooja-section .product-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px 0px 6px 10px;
}

.epooja-item .epooja-wrapper {
  border: 1px solid rgb(234, 234, 234);
  border-radius: 10px;
}
.epooja-item .epooja-wrapper .product-image img {
  border-radius: 10px 10px 0px 0px;
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.epooja-item .product-details {
  margin-top: 16px;
}
.epooja-item .product-details .product-inner {
  padding: 0px 16px;
}
.epooja-item .product-details .product-inner .product-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: black;
  margin-bottom: 4px;
}
.epooja-item .product-details .product-inner .product-title {
  font-size: 14px;
  line-height: 21px;
  color: rgb(96, 99, 102);
  margin-bottom: 4px;
}
.epooja-item .product-details .product-inner .product-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 14px;
}
.epooja-item .product-details .book_now-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgb(234, 234, 234);
  padding: 9px 15px;
}
.epooja-item .product-details .book_now-section .left-book-now .e-pooja-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(0, 0, 0);
}
.epooja-item .product-details .book_now-section p {
  font-size: 10px;
  line-height: 15px;
  color: rgb(96, 99, 102);
  margin-bottom: 0px;
}
.epooja-item .product-details .book_now-section .right-book-now .btnBook-now {
  color: rgb(255, 112, 0);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  height: 38px;
  border: 1px solid rgb(255, 112, 0);
  width: 170px;
}
.epooja-item .product-details .book_now-section .right-book-now .btnBook-now:hover {
  background-color: rgb(255, 112, 0);
  color: #fff;
}

.e-pooja-xzoom {
  width: 100%;
}

.e-pooja-bg {
  background-color: #f8f8f8;
}

.payment-scucess-table {
  background-color: #f8f8f8;
}
.payment-scucess-table tbody, .payment-scucess-table td, .payment-scucess-table tfoot, .payment-scucess-table th, .payment-scucess-table thead, .payment-scucess-table tr {
  background-color: #f8f8f8;
}

.e-pooja-xzoom img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.desktop-bg {
  background-color: #F8F8F8;
  padding-bottom: 20px;
}

.bg-color {
  background-color: #F8F8F8;
  margin-bottom: -5px;
}

.e_puja_container {
  margin-top: 0px;
}
.e_puja_container .e-pooja-desc {
  padding: 0px;
}
.e_puja_container .e-pooja-desc .product-main-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 4px;
}
.e_puja_container .e-pooja-desc .e-pooja-title {
  font-size: 14px;
  line-height: 21px;
}
.e_puja_container .e-pooja-desc .e-pooja-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
.e_puja_container .e-pooja-desc .e-pooja-starting-time {
  background-color: #00ad31;
  border-radius: 10px;
  width: 63%;
  margin-bottom: 10px;
}
.e_puja_container .e-pooja-desc .e-pooja-starting-time .time-remain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.e_puja_container .e-pooja-desc .e-pooja-starting-time .time-remain p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background: #ededed;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: left;
  background-color: #00ad31;
  margin-bottom: 0px;
}
.e_puja_container .e-pooja-desc .e-poojabtn-container {
  margin-bottom: 32px;
}
.e_puja_container .e-pooja-desc .e-poojabtn-container .e-pooja-btn {
  height: 44px;
  width: 70%;
  max-width: 469px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e_puja_container .e-pooja-desc .days-left {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgb(255, 0, 0);
  margin-top: 4px;
}
.e_puja_container .e-pooja-astro-conta {
  padding-top: 20px;
  border-top: 1px solid rgb(202, 202, 202);
}
.e_puja_container .e-pooja-astro-conta .e-poojs-astro-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-img-left {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgb(138, 138, 138);
  margin-right: 14px;
}
.e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-img-left img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 50%;
  width: 59.1px;
  height: 59.1px;
}
.e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-right .e-pooja-astro-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-right .e-poojs-astro-expert {
  font-size: 14px;
  line-height: 21px;
  color: rgb(96, 99, 102);
}
.e_puja_container .e-pooja-astro-conta .astro-details-desc {
  margin-top: 8px;
}
.e_puja_container .e-pooja-astro-conta .astro-details-desc p {
  font-size: 16px;
  line-height: 21px;
  color: rgb(96, 99, 102);
}
.e_puja_container .summary-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 16px;
}
.e_puja_container .e-poojadetails {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.e_puja_container .e-poojadetails .e-pooja-summary img {
  width: 100%;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 10px 0px 0px;
}
.e_puja_container .e-poojadetails .ePooja-booking-details {
  padding: 16px 20px;
}
.e_puja_container .e-poojadetails .ePooja-booking-details .e-poojaName {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.e_puja_container .e-poojadetails .ePooja-booking-details .ePoojas-prcie {
  color: #454545;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 4px;
}
.e_puja_container .e-poojadetails .ePooja-booking-details .ePooja-astro-name {
  color: #454545;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
.e_puja_container .e-poojadetails .ePooja-booking-details .epoojs-sched-date {
  margin-top: 4px;
  color: #454545;
  font-size: 16px;
  line-height: 24px;
}
.e_puja_container .e-pooja-invoice {
  padding: 10px 10px 4px 10px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}
.e_puja_container .e-pooja-invoice .ePooja-table {
  margin-bottom: 0px;
}
.e_puja_container .e-pooja-invoice table tr td {
  color: #454545;
  font-size: 16px;
  line-height: 28px;
}
.e_puja_container .e-pooja-invoice .inmargin {
  margin-right: -3px;
  color: #454545;
  font-weight: 400;
  font-size: 15px;
}
.e_puja_container .e-pooja-invoice .borderNone {
  border-bottom: transparent;
}
.e_puja_container .e-pooja-invoice .danger-balance {
  color: #FF0000;
}
.e_puja_container .margin-top {
  margin-top: 20px;
  margin-bottom: 40px;
}
.e_puja_container .contact-us-conclusion {
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
}
.e_puja_container .contact-us-conclusion p {
  margin-bottom: 16px;
  width: 60%;
}
.e_puja_container .contact-us-conclusion .btnContactus {
  padding: 10px 24px;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.e_puja_container .btnpay {
  height: 45px;
}

.faqsection {
  margin-top: 34px;
}
.faqsection .inner-content {
  border-bottom: 1px solid #CACACA;
}
.faqsection .inner-content .productContent-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}
.faqsection .inner-content .productContent-heading ul li {
  color: rgb(96, 99, 102);
}
.faqsection .inner-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #606366;
}

.whatsappNum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0px;
}
.whatsappNum .numplus91, .whatsappNum .whatsappp-number {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #707070;
  margin: 0px 2px;
}
.whatsappNum .whatsapp-img {
  margin-right: 3px;
}
.whatsappNum .whats-num-title {
  color: #8A8A8A;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 4px;
}
.whatsappNum .editimgicon {
  font-size: 16px;
  color: #707070;
  line-height: 26px;
  margin-left: 3px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .epooja-item .product-details .book_now-section .right-book-now .btnBook-now {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .ePooja-section .product-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 0px 0px 6px 10px;
  }
  .epooja-item .epooja-wrapper {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 10px;
  }
  .epooja-item .epooja-wrapper .product-image img {
    border-radius: 10px 10px 0px 0px;
  }
  .epooja-item .product-details {
    margin-top: 16px;
  }
  .epooja-item .product-details .product-inner {
    padding: 0px 16px;
  }
  .epooja-item .product-details .product-inner .product-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    margin-bottom: 4px;
  }
  .epooja-item .product-details .product-inner .product-title {
    font-size: 14px;
    line-height: 21px;
    color: rgb(96, 99, 102);
    margin-bottom: 4px;
  }
  .epooja-item .product-details .product-inner .product-price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: black;
    margin-bottom: 14px;
  }
  .epooja-item .product-details .book_now-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(234, 234, 234);
    padding: 9px 15px;
  }
  .epooja-item .product-details .book_now-section .left-book-now .e-pooja-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgb(0, 0, 0);
  }
  .epooja-item .product-details .book_now-section p {
    font-size: 10px;
    line-height: 15px;
    color: rgb(96, 99, 102);
    margin-bottom: 0px;
  }
  .epooja-item .product-details .book_now-section .right-book-now .btnBook-now {
    color: rgb(255, 112, 0);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    height: 38px;
    border: 1px solid rgb(255, 112, 0);
    width: 170px;
  }
  .epooja-item .product-details .book_now-section .right-book-now .btnBook-now:hover {
    background-color: rgb(255, 112, 0);
    color: #fff;
  }
  .e-pooja-xzoom img {
    height: 220px !important;
  }
  .desktop-bg {
    background-color: #fff;
    padding-bottom: 20px;
  }
  .bg-color {
    background-color: #fff;
    margin-bottom: 0px;
  }
  .e_puja_container {
    margin-top: 0px;
  }
  .e_puja_container .e-pooja-desc {
    padding: 0px;
  }
  .e_puja_container .e-pooja-desc .product-main-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .e_puja_container .e-pooja-desc .e-pooja-title {
    font-size: 14px;
    line-height: 21px;
    color: rgb(96, 99, 102);
  }
  .e_puja_container .e-pooja-desc .e-pooja-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .e_puja_container .e-pooja-desc .e-pooja-starting-time {
    background-color: #00ad31;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .e_puja_container .e-pooja-desc .e-pooja-starting-time .time-remain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
  }
  .e_puja_container .e-pooja-desc .e-pooja-starting-time .time-remain p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    background: #ededed;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: left;
    background-color: #00ad31;
    margin-bottom: 0px;
  }
  .e_puja_container .e-pooja-desc .e-poojabtn-container {
    margin-bottom: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 9;
    margin: 0px -12px;
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
  }
  .e_puja_container .e-pooja-desc .e-poojabtn-container .e-pooja-btn {
    height: 40px;
    width: 96%;
    max-width: 469px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .e_puja_container .e-pooja-desc .days-left {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(255, 0, 0);
    margin-top: 4px;
    display: none;
  }
  .e_puja_container .e-pooja-astro-conta {
    padding-top: 16px;
    border-top: 1px solid rgb(202, 202, 202);
  }
  .e_puja_container .e-pooja-astro-conta .e-poojs-astro-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-img-left {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgb(138, 138, 138);
    margin-right: 14px;
  }
  .e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-img-left img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 50%;
    width: 54.1px;
    height: 54.1px;
  }
  .e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-right .e-pooja-astro-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .e_puja_container .e-pooja-astro-conta .e-poojs-astro-details .astro-right .e-poojs-astro-expert {
    font-size: 14px;
    line-height: 21px;
    color: rgb(96, 99, 102);
  }
  .e_puja_container .e-pooja-astro-conta .astro-details-desc {
    margin-top: 8px;
  }
  .e_puja_container .e-pooja-astro-conta .astro-details-desc p {
    font-size: 14px;
    line-height: 21px;
    color: rgb(96, 99, 102);
  }
  .e_puja_container .summary-heading {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .e_puja_container .e-poojadetails {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
  }
  .e_puja_container .e-poojadetails .e-pooja-summary img {
    width: 100%;
    height: 128px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px 10px 0px 0px;
  }
  .e_puja_container .e-poojadetails .ePooja-booking-details {
    padding: 16px 14px;
  }
  .e_puja_container .e-poojadetails .ePooja-booking-details .e-poojaName {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .e_puja_container .e-poojadetails .ePooja-booking-details .ePoojas-prcie {
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 4px;
  }
  .e_puja_container .e-poojadetails .ePooja-booking-details .ePooja-astro-name {
    color: #454545;
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
  }
  .e_puja_container .e-poojadetails .ePooja-booking-details .epoojs-sched-date {
    margin-top: 4px;
    color: #454545;
    font-size: 14px;
    line-height: 21px;
  }
  .e_puja_container .e-pooja-invoice {
    padding: 10px 10px 4px 10px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
  }
  .e_puja_container .e-pooja-invoice .ePooja-table {
    margin-bottom: 0px;
  }
  .e_puja_container .e-pooja-invoice table tr td {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .e_puja_container .e-pooja-invoice .inmargin {
    margin-right: -3px;
    color: #454545;
    font-weight: 400;
    font-size: 15px;
  }
  .e_puja_container .e-pooja-invoice .borderNone {
    border-bottom: transparent;
  }
  .e_puja_container .e-pooja-invoice .danger-balance {
    color: #FF0000;
  }
  .e_puja_container .margin-top {
    margin: 0px 0px 40px 0px;
  }
  .e_puja_container .contact-us-conclusion {
    padding: 16px;
    width: 100%;
  }
  .e_puja_container .contact-us-conclusion p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 21px;
    width: 100%;
  }
  .e_puja_container .contact-us-conclusion .btnContactus {
    height: 38px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .e_puja_container .btnpay {
    height: 38px;
  }
  .faqsection {
    margin-top: 0px;
  }
  .faqsection .inner-content {
    border-bottom: 1px solid #CACACA;
  }
  .faqsection .inner-content .productContent-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .faqsection .inner-content .productContent-heading ul li.licolor {
    color: rgb(96, 99, 102) !important;
  }
  .whatsappNum {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0px;
  }
  .whatsappNum .numplus91, .whatsappNum .whatsappp-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #707070;
    margin: 0px 2px;
  }
  .whatsappNum .whatsapp-img {
    margin-right: 3px;
    width: 14px;
    height: 14px;
  }
  .whatsappNum .numplus91 {
    font-size: 14px;
    line-height: 21px;
  }
  .whatsappNum .whats-num-title {
    color: #8A8A8A;
    font-size: 10px;
    line-height: 21px;
    margin-left: 2px;
  }
  .whatsappNum .editimgicon {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    line-height: 26px;
    margin-left: 10px;
    cursor: pointer;
  }
}
/********Shipping Address CSS Start**************/
.customer_address_box {
  position: relative;
  padding: 20px 17px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  margin-bottom: 20px;
}
.customer_address_box .edit_customer_address {
  position: absolute;
  top: 20px;
  right: 17px;
}
.customer_address_box .customer_name {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.customer_address_box .customer_address {
  color: #454545;
  font-size: 16px;
  width: 80%;
}

.product_detail_box {
  display: flex;
}
.product_detail_box .product_image {
  max-width: 150px;
  height: 120px;
}
.product_detail_box .product_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product_detail_box .product_details {
  padding: 0px 0px 0px 15px;
}
.product_detail_box .product_details .product_category {
  color: #606366;
  font-size: 14px;
}
.product_detail_box .product_details .product_name {
  font-size: 20px;
  color: #343a40;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.product_detail_box .product_details .product_adons {
  color: #343a40;
  font-size: 14px;
}

.payment_details {
  background-color: #f8f8f8;
  padding: 30px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.payment_details .payment_list .payment_row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c3c3c3;
  font-size: 16px;
  color: #1e1a17;
  padding: 10px 0px;
}
.payment_details .payment_list .payment_row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.payment_details .payment_list .payment_row:first-child {
  padding-top: 0px;
}
.payment_details .payment_coupon {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1.5px solid #c3c3c3;
}
.payment_details .payment_coupon button {
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 500;
}

.payment_options_box {
  display: flex;
  flex-wrap: wrap;
}
.payment_options_box .payment_options {
  margin-right: 10px;
  margin-bottom: 15px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 130px;
  display: flex;
  justify-content: center;
  place-items: center;
  height: 80px;
}
.payment_options_box .payment_options:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.payment_options_box .payment_options.debit_card {
  display: flex;
  place-items: center;
  justify-content: center;
  flex-direction: column;
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}
.payment_options_box .payment_options.debit_card p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*********Shipping Address CSS End***************/
/***********Insta Store CSS End********************/
a.widget_link {
  text-decoration: none;
  color: #212529;
}
a.widget_link:hover {
  text-decoration: none;
  color: #212529;
}
a.widget_link:hover .widget_container {
  box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.5);
  transition: all linear 0.1s;
}
a.widget_link:hover .zodiac_image {
  background-color: #ffcc33;
  transition: all linear 0.1s;
}
a.widget_link .widget_container {
  display: flex;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 18px 12px;
  min-height: 185px;
  position: relative;
}
a.widget_link .widget_container::after {
  content: "Read More";
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 14px;
  color: #fd7e14;
  font-weight: 500;
}
a.widget_link .widget_container .zodiac_image {
  width: 80px;
  height: 80px;
  border: 1px solid #ffcc33;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  place-items: center;
  margin-right: 12px;
}
a.widget_link .widget_container .zodiac_image img {
  width: 90%;
}
a.widget_link .widget_container .zodiac_sign_content h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
a.widget_link .widget_container .zodiac_sign_content p {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.instaastro-banner {
  height: auto;
  padding-top: 116px;
  padding-top: 30px;
  padding-top: 180px;
  padding-bottom: 60px;
  background: #180d19;
  background: url("../../img/banners/galaxy-stars-min1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-balnce {
  padding: 20px 0px;
}
.modal-balnce .balance-para {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0px;
  text-align: center;
}

.modal-footer-recharge {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 10px;
}
.modal-footer-recharge a {
  text-decoration: none;
}

@media (max-width: 475px) {
  .modal-balnce {
    padding: 5px 0px;
  }
  .modal-balnce .balance-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 1px;
    text-align: center;
  }
  .modal-footer-recharge {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 10px;
  }
  .modal-footer-recharge .recharge-now {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .modal-footer-recharge a {
    text-decoration: none;
  }
}
.modal-reuest {
  padding: 5px;
}
.modal-reuest .chat_request_img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.modal-reuest .chat_request_img img {
  width: 60px;
  height: 60px;
}
.modal-reuest h4 {
  font-weight: 500;
  font-size: 24px;
}
.modal-reuest p {
  font-size: 20px;
}
.modal-reuest .astrowait {
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 475px) {
  .modal-reuest {
    padding: 5px;
  }
  .modal-reuest .chat_request_img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
  }
  .modal-reuest .chat_request_img img {
    width: 45px;
    height: 45px;
  }
  .modal-reuest h4 {
    font-weight: 700;
    font-size: 16px;
  }
  .modal-reuest p {
    font-size: 14px;
  }
  .modal-reuest .astrowait {
    font-size: 20px;
    font-weight: 700;
  }
}
.modal-initiate {
  padding: 20px;
}
.modal-initiate .initiate-para {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.modal-initiate p {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 475px) {
  .modal-initiate {
    padding: 10px;
  }
  .modal-initiate .initiate-para {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .modal-initiate p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
  }
}
.modal-notavailable {
  padding: 22px 16px;
}
.modal-notavailable .cross-sign {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: normal;
  color: #000;
}
.modal-notavailable h5 {
  font-size: 24px;
  font-weight: 500;
}
.modal-notavailable .notavail-para {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 0px;
}
.modal-notavailable .browse-astro {
  max-width: 220px;
  width: 225px;
}

@media (max-width: 475px) {
  .modal-notavailable {
    padding: 18px 16px;
  }
  .modal-notavailable .modal-body .closebtn {
    /* left: 16px; */
    position: absolute;
    top: 12px;
    right: 20px;
    font-weight: normal;
    color: #000;
  }
  .modal-notavailable h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }
  .modal-notavailable .notavail-para {
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .modal-notavailable .browse-astro {
    max-width: 220px;
    width: 225px;
  }
}
.modal-queuelimit {
  padding: 22px 16px;
}
.modal-queuelimit h5 {
  font-size: 24px;
  font-weight: 500;
}
.modal-queuelimit .queuelimit-para {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 0px;
}

@media (max-width: 475px) {
  .modal-queuelimit {
    padding: 4px 1px;
  }
  .modal-queuelimit h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .modal-queuelimit .queuelimit-para {
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    margin-bottom: 0px;
  }
}
.modal-astroreview {
  padding: 22px 16px;
}
.modal-astroreview .cross-sign {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: normal;
  color: #000;
}
.modal-astroreview h5 {
  font-size: 24px;
  font-weight: 500;
}
.modal-astroreview .review-para {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 0px;
}
.modal-astroreview .review-rating {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px 0px;
}
.modal-astroreview .review-rating .rating {
  float: left;
}
.modal-astroreview .review-rating .rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.modal-astroreview .review-rating .rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #b3b3b3;
  text-shadow: none;
}
.modal-astroreview .review-rating .rating:not(:checked) > label:before {
  content: "★ ";
}
.modal-astroreview .review-rating .rating > input:checked ~ label {
  color: #FD7E14;
  text-shadow: none;
}
.modal-astroreview .review-rating .rating:not(:checked) > label:hover,
.modal-astroreview .review-rating .rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.modal-astroreview .review-rating .rating > input:checked + label:hover,
.modal-astroreview .review-rating .rating > input:checked + label:hover ~ label,
.modal-astroreview .review-rating .rating > input:checked ~ label:hover,
.modal-astroreview .review-rating .rating > input:checked ~ label:hover ~ label,
.modal-astroreview .review-rating .rating > label:hover ~ input:checked ~ label {
  color: #ea0;
  text-shadow: none;
}
.modal-astroreview .review-rating .rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.modal-astroreview .review-rating .clearfix:before,
.modal-astroreview .review-rating .clearfix:after {
  content: " ";
  display: table;
}
.modal-astroreview .review-rating .clearfix:after {
  clear: both;
}
.modal-astroreview .review-rating .clearfix {
  zoom: 1;
}
.modal-astroreview .review.review-text {
  border-radius: 20px;
}
.modal-astroreview .browse-astro {
  max-width: 220px;
  width: 225px;
}

@media (max-width: 475px) {
  .modal-astroreview {
    padding: 18px 16px;
  }
  .modal-astroreview .cross-sign {
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: normal;
    color: #000;
  }
  .modal-astroreview h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .modal-astroreview .review-para {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    margin-bottom: 0px;
  }
  .modal-astroreview .review-rating {
    margin-top: 1px;
    margin-bottom: -10px;
  }
  .modal-astroreview .review-rating img {
    width: 20px;
    height: 20px;
  }
  .modal-astroreview .review textarea {
    border-radius: 10px;
  }
  .modal-astroreview .browse-astro {
    max-width: 220px;
    width: 225px;
  }
}
.user-review-pending {
  height: 80px;
  padding: 10px;
}
.user-review-pending .pendingpara {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}
.user-review-pending .chat-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-review-pending .chat-review p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 0px;
}

.right_arrow__review {
  display: none;
}

.add_review_btn {
  display: block;
}

@media (max-width: 475px) {
  .user-review-pending {
    height: auto;
    padding: 12px 10px;
    background: #FFCA28;
  }
  .user-review-pending .pendingpara {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
  }
  .user-review-pending .chat-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .user-review-pending .chat-review p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.3px;
    margin-bottom: 0px;
  }
  .right_arrow__review {
    display: block;
    margin-top: -20px;
  }
  .add_review_btn {
    display: none;
  }
}
.user-review-desktop {
  padding: 10px 10px 0px 10px;
}
.user-review-desktop .pendingpara {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}
.user-review-desktop .chat-review-dektop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}
.user-review-desktop .chat-review-dektop .user-first-letter {
  width: 45px;
  height: 45px;
  background: #FF7000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 200px;
  flex-basis: 45px;
}
.user-review-desktop .chat-review-dektop .user-first-letter .first-letter {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.user-review-desktop .chat-review-dektop .user-review-text {
  padding: 5px 0px 5px 15px;
}
.user-review-desktop .chat-review-dektop .user-review-text .reviewer-name {
  font-size: 16px;
  font-weight: 500;
  margin-left: 3px;
}
.user-review-desktop .chat-review-dektop .user-review-text .reviewer-text {
  font-size: 14px;
  margin-left: 4px;
}
.user-review-desktop .chat-review-dektop .user-review-text .star-rating {
  display: flex;
  flex-direction: row;
  font-size: 1.6em;
  justify-content: flex-start;
  text-align: left;
  color: #FF7000;
}
.user-review-desktop .chat-review-dektop .user-review-text .star-rating input {
  display: none;
}
.user-review-desktop .chat-review-dektop .user-review-text .star-rating label {
  color: rgb(255, 209, 91);
  cursor: pointer;
}
.user-review-desktop .chat-review-dektop .user-review-text .star-rating :checked ~ label {
  color: #f90;
}
.user-review-desktop .chat-review-dektop .user-review-text .star-rating label:hover,
.user-review-desktop .chat-review-dektop .user-review-text .star-rating label:hover ~ label {
  color: #fc0;
}
.user-review-desktop .chat-review-dektop p {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.3px;
  margin-bottom: 0px;
}

.user-review-pending-mob {
  display: none;
}

@media (max-width: 475px) {
  .user-review-desktop {
    padding: 10px 10px 0px 10px;
  }
  .user-review-desktop .pendingpara {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
  }
  .user-review-desktop .chat-review-dektop {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
  }
  .user-review-desktop .chat-review-dektop .user-first-letter {
    width: 35px;
    height: 35px;
    background: #FF7000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 200px;
    flex-basis: 35px;
  }
  .user-review-desktop .chat-review-dektop .user-first-letter .first-letter {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  .user-review-desktop .chat-review-dektop .user-review-text {
    padding: 5px 0px 5px 15px;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .reviewer-name {
    font-size: 14px;
    font-weight: 500;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .reviewer-text {
    font-size: 12px;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .star-rating {
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
    justify-content: flex-start;
    text-align: left;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .star-rating input {
    display: none;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .star-rating label {
    color: rgb(255, 209, 91);
    cursor: pointer;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .star-rating :checked ~ label {
    color: #f90;
  }
  .user-review-desktop .chat-review-dektop .user-review-text .star-rating label:hover,
  .user-review-desktop .chat-review-dektop .user-review-text .star-rating label:hover ~ label {
    color: #fc0;
  }
  .user-review-desktop .chat-review-dektop p {
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.3px;
    margin-bottom: 0px;
  }
}
.queue-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.queue-container .user-container {
  padding: 10px 0px;
}
.queue-container .user-container .user-circle {
  width: 100px;
  height: 100px;
  background: #E6E6E6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.queue-container .user-container .user-circle p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
.queue-container .user-container .user-circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.5px dashed rgb(197, 197, 197);
}
.queue-container .astro-container {
  padding: 10px 0px;
}
.queue-container .astro-container .astro-img-container {
  width: 100px;
  height: 100px;
}
.queue-container .astro-container .astro-img-container img {
  width: 100px;
  height: 100px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 475px) {
  .queue-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
  }
  .queue-container .user-container {
    padding: 10px 0px;
  }
  .queue-container .user-container .user-circle {
    width: 70px;
    height: 70px;
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .queue-container .user-container .user-circle p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .queue-container .user-container .user-circle::before {
    content: "";
    display: block;
    position: absolute;
    width: 18.5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.5px dashed rgb(197, 197, 197);
  }
  .queue-container .astro-container {
    padding: 10px 0px;
    width: 70px;
  }
  .queue-container .astro-container .astro-img-container {
    width: 70px;
    height: 70px;
  }
  .queue-container .astro-container .astro-img-container img {
    width: 70px;
    height: 70px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.astro-queue-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.astro-queue-container .astro-queueimg-container {
  width: 100px;
  height: 100px;
}
.astro-queue-container .astro-queueimg-container img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgb(255, 112, 0);
}

@media (max-width: 475px) {
  .astro-queue-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }
  .astro-queue-container .astro-queueimg-container {
    width: 53px;
    height: 53px;
  }
  .astro-queue-container .astro-queueimg-container img {
    width: 53px;
    height: 53px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgb(255, 112, 0);
  }
}
.section-fixed-bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
}
.section-fixed-bottom .box {
  width: 380px;
  max-width: 400px;
  height: auto;
  border: 1px solid rgb(255, 202, 40);
  background-color: rgb(255, 202, 40);
  margin: 0 auto;
  border-radius: 5px;
  padding: 8px 0px;
}
.section-fixed-bottom .box .box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-fixed-bottom .box .box-inner .astro_queue_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-fixed-bottom .box .box-inner .astro_queue_left .astro-queue-img {
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
.section-fixed-bottom .box .box-inner .astro_queue_left .astro-queue-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-fixed-bottom .box .box-inner .astro-queue-details {
  padding: 0px 0px 0px 10px;
}
.section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
}
.section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price {
  line-height: 20px;
}
.section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price .queue-font {
  font-size: 12px;
  font-weight: 400;
}
.section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price .astro-queue-offer-rate {
  color: rgb(255, 0, 0);
}
.section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price .astro-queue-chat {
  color: #34C105;
}
.section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-status-content {
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  line-height: 19px;
}
.section-fixed-bottom .box .box-inner .queue-cancel-btn {
  color: #FF0000;
  border: 1px solid #FF0000;
  text-transform: capitalize;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 8px;
  border-radius: 7px;
}

@media (max-width: 475px) {
  .section-fixed-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99;
  }
  .section-fixed-bottom .box {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid rgb(255, 202, 40);
    background-color: rgb(255, 202, 40);
    margin: 0 auto;
    border-radius: 0px;
  }
  .section-fixed-bottom .box .box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details {
    padding: 0px 10px 0px 10px;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0px;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price {
    line-height: 20px;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price .queue-font {
    font-size: 12px;
    font-weight: 400;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price .astro-queue-offer-rate {
    color: rgb(255, 0, 0);
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-price .astro-queue-chat {
    color: #34C105;
  }
  .section-fixed-bottom .box .box-inner .astro-queue-details .astro-queue-status-content {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    line-height: 20px;
  }
  .section-fixed-bottom .box .box-inner .queue-cancel-btn {
    color: #FF0000;
    border: 1px solid #FF0000;
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 8px;
    border-radius: 7px;
    font-weight: 500;
  }
}
.Chat-intake-section .death-calculator-form-section {
  background-color: #fff;
}

.chat-section {
  background: rgba(255, 202, 40, 0.1019607843);
  margin: 10px;
  background: rgba(255, 202, 40, 0.1019607843);
}
.chat-section .chat {
  margin-top: auto;
  margin-bottom: auto;
}
.chat-section .chat .card {
  height: calc(100vh - 189px);
  border-radius: 0px !important;
}
.chat-section .chat .card .card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
  position: relative;
}
.chat-section .chat .card .card-header .astro-chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details {
  display: flex;
  justify-self: center;
  align-items: center;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro_chat_img {
  width: 50px;
  height: 50px;
  position: relative;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro_chat_img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info .chatastro_name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info .chat_time {
  font-size: 16px;
  color: #34C105;
  font-weight: 500;
}
.chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info .chatin_progress {
  margin-left: 8px;
}
.chat-section .chat .card .card-header .astro-chat-header .end_chat .btn-end {
  border: 1px solid rgb(204, 75, 55);
  color: rgb(204, 75, 55);
  font-weight: 400;
  font-size: 16px;
}
.chat-section .chat .card .card-header .chat-recharge-container {
  margin-top: 10px;
  padding-bottom: 8px;
}
.chat-section .chat .card .card-header .chat-recharge-container .less-balance-container .less-balance {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}
.chat-section .chat .card .card-header .chat-recharge-container .less-balance-container .continue-chat-para {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 12px;
  row-gap: 12px;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  flex: 1 1 14%;
  height: 90px;
  border: 1px solid #CACACA;
  border-radius: 10px;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont a {
  color: black;
  text-decoration: none;
  width: 100%;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack {
  position: relative;
  overflow: hidden;
  transition: all linear 0.1s;
  padding-top: 33px;
  border-radius: 10px;
  height: 101px;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack .ribbon {
  background: #fd7e14;
  color: white;
  position: absolute;
  top: 6px;
  font-size: 12px;
  width: 87%;
  transform: translate(7.5%, 0px);
  border-radius: 0px 0px 5px 5px;
  height: 17px;
  padding: 0px 10px;
  display: block;
  margin: auto;
  line-height: 15px;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack h3 {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 500;
}
.chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack .pay_now {
  background-color: rgba(52, 193, 5, 0.2);
  font-size: 14px;
}
.chat-section .chat .card .msg_head {
  position: relative;
}
.chat-section .chat #message_box_div .card-footer {
  background: #fff;
}
.chat-section .chat .Chat_msg_input {
  padding: 0px;
}
.chat-section .chat .Chat_msg_input .chat-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-section .chat .Chat_msg_input .chat-input .input-group-append {
  margin: 0px 10px;
}
.chat-section .chat .Chat_msg_input .chat-input .user-detail-share {
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.chat-section .chat .Chat_msg_input .chat-input .user-detail-share .gallery-share {
  margin: 0px 5px;
  cursor: pointer;
}
.chat-section .chat .Chat_msg_input .chat-input .user-detail-share .kundli-share {
  cursor: pointer;
}
.chat-section .chat .Chat_msg_input .chatinput {
  border-radius: 20px;
  height: 40px;
  width: 90%;
  font-size: 14px;
}
.chat-section .chat .Chat_msg_input .chat_send_btn {
  color: #8A8A8A;
  background: #EFEFEF;
  border-radius: 20px;
  max-width: 140px;
  width: 150px;
  font-size: 16px;
}
.chat-section .chat .chat_msg_body {
  background: url("../../img/chat/chat-room-bg4.png");
  overflow: auto;
}
.chat-section .chat .chat_msg_body .astro_msg_cotainer {
  display: flex;
  justify-content: start;
}
.chat-section .chat .chat_msg_body .astro_msg_cotainer .astro_msg {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 10px 0px 10px;
  position: relative;
  max-width: 550px;
}
.chat-section .chat .chat_msg_body .astro_msg_cotainer .astro_msg p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}
.chat-section .chat .chat_msg_body .astro_msg_cotainer .astro_msg .astro_msg_time {
  display: block;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 3px;
}
.chat-section .chat .chat_msg_body .user_msg_container {
  display: flex;
  justify-content: end;
}
.chat-section .chat .chat_msg_body .user_msg_container .user_msg {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 10px;
  background: rgb(226, 255, 199);
  padding: 10px 10px 0px 10px;
  position: relative;
  max-width: 550px;
}
.chat-section .chat .chat_msg_body .user_msg_container .user_msg p {
  font-size: 14px;
  margin-bottom: 0px;
  max-width: 210px;
}
.chat-section .chat .chat_msg_body .user_msg_container .user_msg .user_time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3px;
}
.chat-section .chat .chat_msg_body .user_msg_container .user_msg .user_time .user_msg_time {
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-right: 4px;
}
.chat-section .chat .chat_msg_body .auto-generated-message {
  margin-bottom: 10px;
}
.chat-section .chat .chat_msg_body .auto-generated-message .para-color {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px;
  background: #FEEECC;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.chat-section .chat .chat_msg_body .auto-generated-message .para-color p {
  margin-bottom: 0px;
  letter-spacing: -0.3px;
}
.chat-section .chat #message_box_div {
  padding: 10px 0px;
}

.kundl_shar_main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
}

.kundli_details_user {
  margin-left: 15px;
  width: 75%;
}

@media (max-width: 992px) {
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    flex: 1 1 30%;
    height: 90px;
    border: 1px solid #CACACA;
    border-radius: 10px;
  }
}
@media (max-width: 475px) {
  .chat-section {
    margin: 0px 0px;
  }
  .chat-section .chat {
    padding: 0px;
  }
  .chat-section .chat .card {
    height: calc(100vh - 108px);
    border-radius: 0px !important;
  }
  .chat-section .chat .card .card-header {
    border-radius: 0px !important;
    border-bottom: 0 !important;
    position: relative;
  }
  .chat-section .chat .card .card-header .astro-chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details {
    display: flex;
    justify-self: center;
    align-items: center;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro_chat_img {
    width: 40px;
    height: 40px;
    position: relative;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro_chat_img img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info .chatastro_name {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: -0.2px;
    line-height: 14px;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info .chat_time {
    font-size: 10px;
    color: #34C105;
    font-weight: 400;
  }
  .chat-section .chat .card .card-header .astro-chat-header .astro_chat_details .astro-info .chatin_progress {
    font-size: 10px;
    margin-left: 8px;
  }
  .chat-section .chat .card .card-header .astro-chat-header .end_chat .btn-end {
    border: 1px solid rgb(204, 75, 55);
    color: rgb(204, 75, 55);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 4px 14px;
    margin-bottom: 3px;
    margin-top: 0px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container {
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .less-balance-container .less-balance {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -5px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .less-balance-container .continue-chat-para {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 12px;
    row-gap: 12px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    flex: 1 1 30%;
    height: 74px;
    border: 1px solid #CACACA;
    border-radius: 10px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont a {
    color: black;
    text-decoration: none;
    width: 100%;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack {
    position: relative;
    overflow: hidden;
    transition: all linear 0.1s;
    border-radius: 10px;
    height: 75px;
    padding-top: 22px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack .ribbon {
    font-size: 10px !important;
    background: #fd7e14;
    color: white;
    position: absolute;
    top: 0px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px 0px 5px 5px;
    padding: -1px 10px;
    display: block;
    margin: auto;
    text-align: center;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack h3 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .recharge-pack .pay_now {
    background-color: rgba(52, 193, 5, 0.2);
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .chat-section .chat .card .card-header .chat-recharge-container .recharge-box-main .chat-recharge-box-cont .ribbon {
    border-color: red; /* Apply red border when ribbon class is present */
  }
  .chat-section .chat .card .msg_head {
    position: fixed;
    padding: 7px 14px;
    width: 100%;
    background: white;
    z-index: 9;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF !important;
  }
  .chat-section .chat #message_box_div {
    position: fixed;
    bottom: 0px;
    background: #f8f9fa;
    width: 100%;
  }
  .chat-section .chat .card-footer {
    padding: 0px;
  }
  .chat-section .chat .card-footer .Chat_msg_input {
    display: flex;
    justify-content: flex-start;
    height: auto;
    padding: 8px 0px;
  }
  .chat-section .chat .card-footer .Chat_msg_input .chat-input {
    flex-wrap: wrap;
    padding: 0px 10px;
  }
  .chat-section .chat .card-footer .Chat_msg_input .chat-input .input-group-append {
    margin-left: 0px;
  }
  .chat-section .chat .card-footer .Chat_msg_input .chat-input .user-detail-share {
    margin: 5px 0px 0px 5px;
  }
  .chat-section .chat .card-footer .Chat_msg_input .chatinput {
    border-radius: 20px;
    height: 34px;
    width: 70%;
    font-size: 14px;
  }
  .chat-section .chat .card-footer .Chat_msg_input .chat_send_btn {
    color: #8A8A8A;
    background: #EFEFEF;
    border-radius: 20px;
    max-width: 100%;
    width: auto;
    font-size: 13px;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .chat-section .chat .chat_msg_body {
    background: url("../../img/chat/chat-room-bg4.png");
    overflow: auto;
  }
  .chat-section .chat .chat_msg_body .chatbox {
    margin-top: 40px;
  }
  .chat-section .chat .chat_msg_body .chatbox .chat-window {
    margin-bottom: 70px;
  }
  .chat-section .chat .chat_msg_body .astro_msg_cotainer {
    display: flex;
    justify-content: start;
  }
  .chat-section .chat .chat_msg_body .astro_msg_cotainer .astro_msg {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 10px 0px 10px;
    position: relative;
    max-width: 250px;
    margin-bottom: 20px;
  }
  .chat-section .chat .chat_msg_body .astro_msg_cotainer .astro_msg p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0px;
    letter-spacing: -0.28px;
  }
  .chat-section .chat .chat_msg_body .astro_msg_cotainer .astro_msg .astro_msg_time {
    display: block;
    text-align: right;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 3px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container {
    display: flex;
    justify-content: end;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px;
    border-radius: 10px;
    background: rgb(226, 255, 199);
    padding: 10px 10px 0px 10px;
    position: relative;
    max-width: 250px;
    margin-bottom: 10px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .kundl_shar_main {
    min-width: 200px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .kundli_share_icon {
    width: 36px;
    height: 36px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .kundli_share_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .kundli_details_user {
    width: 75%;
    margin-left: 10px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .kundli_details_user .kundliInner {
    max-width: 140px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg p {
    font-size: 12px;
    margin-bottom: 0px;
    letter-spacing: -0.28px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .user_time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3px;
  }
  .chat-section .chat .chat_msg_body .user_msg_container .user_msg .user_time .user_msg_time {
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    margin-right: 4px;
  }
  .chat-section .chat .auto-generated-message {
    margin-bottom: 10px;
  }
  .chat-section .chat .auto-generated-message .para-color {
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
    background: #FEEECC;
    letter-spacing: -0.3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  }
  .chat-section .chat .auto-generated-message .para-color p {
    margin-bottom: 0px;
    letter-spacing: -0.3px;
  }
  .chat-section .chat #message_box_div {
    padding: 0px;
  }
  .testimonial-heading {
    text-align: center;
  }
  .dnone-mobile {
    display: none;
  }
  .mt-mt-3 {
    margin-top: 3px;
  }
  .mtmt-3 {
    margin-top: 30px;
  }
  #testimonials .owl-stage-outer {
    overflow: visible;
  }
  #testimonials .testimonial-wrapper {
    text-align: center;
    padding: 20px 15px;
    background-color: #FFFFFF;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-top: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1019607843);
  }
  #testimonials .testimonial-wrapper .testimonial-image {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  #testimonials .testimonial-wrapper .testimonial-image img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 6px solid white;
  }
  #testimonials .testimonial-wrapper .testimonial-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    margin-top: 26px;
  }
  #testimonials .testimonial-wrapper .testimonial-location {
    font-size: 12px;
    color: #707070;
    line-height: 18px;
  }
  #testimonials .testimonial-wrapper .testimonial-content {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    height: 166px;
  }
  #testimonials .left_mark {
    width: 33.34px;
    height: 22.23px;
    position: absolute;
    top: 8px;
    z-index: 99;
    left: 4px;
  }
  #testimonials .left_mark img {
    margin: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #testimonials .right_mark {
    width: 33.34px;
    height: 22.23px;
    position: absolute;
    bottom: -12px;
    z-index: 99;
    right: 3px;
  }
  #testimonials .right_mark img {
    margin: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .our_promise_sub {
    display: none;
  }
  .promise-box {
    margin-top: 10px;
    margin-bottom: 4px;
    background-color: #ffe083;
    border-radius: 8px;
    height: 105px;
  }
  .promise-container {
    padding-bottom: 10px;
  }
  .bgYellowish {
    background-color: rgba(255, 202, 40, 0.1019607843);
  }
  .prediction-section .gray-list li {
    background: rgba(255, 202, 40, 0.2);
  }
  .connect-section-desktop {
    display: none;
  }
  .connect-section-desktopNew {
    display: none;
  }
  .connect-section-mobile {
    display: block;
    padding-bottom: 10px;
  }
  .connect-section-mobile .container-mobile {
    box-shadow: 0px 0px 6px 0px #E5E5E5;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .connect-section-mobile .container-mobile .micon-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .connect-section-mobile .container-mobile .micon-box .m-icon {
    background: #FFCA28;
    height: 100%;
    width: 15%;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
  }
  .connect-section-mobile .container-mobile .micon-box .connectright-content {
    padding-left: 10px;
    width: 84%;
  }
  .connect-section-mobile .container-mobile .micon-box .connectright-content p {
    font-size: 14px;
    line-height: 21px;
  }
  .connect-section-mobile .mt-top {
    margin-top: 0px;
  }
  .getConsult {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .fontsm-mobile {
    font-size: 14px;
    line-height: 24px;
    color: #454545;
  }
  .fontsmimp {
    font-size: 14px !important;
    line-height: 24px;
    color: #454545;
  }
  #page-content .home-astrologers > div {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .contentsm p {
    font-size: 14px;
  }
  .faqheading {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px;
  }
  .faqcontent {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 390px) and (max-width: 475px) {
  .chat-section .chat .card-footer .Chat_msg_input .chatinput {
    width: 75%;
  }
  .chat-section .chat .Chat_msg_input .chat-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .chat-section .chat .card-footer .Chat_msg_input .chat-input .input-group-append {
    margin-left: 0px;
  }
}
#kundliList .modal-kundliList {
  padding: 0px;
}
#kundliList .modal-kundliList .share-heading-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
#kundliList .modal-kundliList .share-heading-con .closeModalImg {
  width: 30%;
  text-align: right;
}
#kundliList .modal-kundliList .share-heading-con .closeModalImg img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#kundliList .modal-kundliList .share-heading {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  width: 62%;
  text-align: right;
}
#kundliList .modal-kundliList .review_close {
  position: absolute;
  right: 10px;
  top: 10px !important;
  font-size: 40px;
  color: #797676;
}
#kundliList .modal-kundliList .kundli-list-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #CACACA;
  padding: 10px 0px;
}
#kundliList .modal-kundliList .kundli-list-container .first-half {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .kundliimg {
  width: 36px;
  height: 36px;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .kundliimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details {
  padding-left: 10px;
  text-align: left;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details p {
  margin-bottom: 0px;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-name {
  font-size: 16px;
  line-height: 24px;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-dob {
  font-size: 12px;
  color: #707070;
  line-height: 18px;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-tob {
  font-size: 12px;
  color: #707070;
  line-height: 18px;
}
#kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-pob {
  font-size: 12px;
  color: #707070;
  line-height: 18px;
}
#kundliList .modal-kundliList .kundli-list-container .second-half {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#kundliList .modal-kundliList .kundli-list-container .second-half .kundli-send-btn {
  font-size: 14px;
  border: 1px solid #FF7000;
  color: #FF7000;
  text-transform: capitalize;
  border-radius: 20px;
  width: 61px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: center;
  height: 26px;
  align-items: center;
}
#kundliList .modal-kundliList .share-modal-footer {
  width: 88%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 475px) {
  #kundliList .kundli-List-Mobile-Styling {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    border-radius: 0px !important;
    min-height: 455px !important;
    height: calc(100% - 100px);
  }
  #kundliList .kundli-List-Mobile-Styling .modalKundli-mobilecss {
    border-radius: 20px 20px 0px 0px;
    border: none;
  }
  #kundliList .kundli-List-Mobile-Styling .modalKundli-mobilecss .share-heading-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C3C3C3;
    padding: 10px 15px;
  }
  #kundliList .kundli-List-Mobile-Styling .modalKundli-mobilecss .share-heading-con img {
    width: 14px;
    height: 14px;
  }
  #kundliList .modal-kundliList {
    padding: 0px;
  }
  #kundliList .modal-kundliList .share-heading {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    text-align: left;
    margin: 0px;
    padding: 0px;
  }
  #kundliList .modal-kundliList .modalpadding {
    padding: 0px 20px;
  }
  #kundliList .modal-kundliList .review_close {
    position: absolute;
    right: 10px;
    top: 15px !important;
    font-size: 35px;
    color: #797676;
  }
  #kundliList .modal-kundliList .kundli-list-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #CACACA;
    padding: 10px 0px;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .kundliimg {
    width: 36px;
    height: 36px;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .kundliimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details {
    padding-left: 10px;
    text-align: left;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details p {
    margin-bottom: 0px;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-name {
    font-size: 16px;
    line-height: 24px;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-dob {
    font-size: 12px;
    color: #707070;
    line-height: 18px;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-tob {
    font-size: 12px;
    color: #707070;
    line-height: 18px;
  }
  #kundliList .modal-kundliList .kundli-list-container .first-half .user-kundli-details .user-kundli-pob {
    font-size: 12px;
    color: #707070;
    line-height: 18px;
  }
  #kundliList .modal-kundliList .kundli-list-container .second-half {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #kundliList .modal-kundliList .kundli-list-container .second-half .kundli-send-btn {
    font-size: 14px;
    border: 1px solid #FF7000;
    color: #FF7000;
    text-transform: capitalize;
    border-radius: 20px;
    width: 61px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    display: flex;
    justify-content: center;
    height: 26px;
    align-items: center;
  }
  #kundliList .modal-kundliList .share-modal-footer {
    width: 88%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #kundliList .modal-kundliList .share-modal-footer .create-new-kundli {
    width: 100%;
    max-width: 100%;
  }
}
#createKundliModal .modal-createkundli {
  padding: 1px;
}
#createKundliModal .modal-createkundli .birth-header-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#createKundliModal .modal-createkundli .form-css .input-field {
  padding-bottom: 8px;
  position: relative;
}
#createKundliModal .modal-createkundli .form-css .input-field label {
  font-weight: 500;
}
#createKundliModal .modal-createkundli .form-css .input-field .form-control {
  color: #8A8A8A;
  height: 47px;
}
#createKundliModal .modal-createkundli .form-css .input-field .gender-contanier {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#createKundliModal .modal-createkundli .form-css .input-field .gender-contanier .gender-label {
  width: 28%;
}
#createKundliModal .modal-createkundli .form-css .input-field .gender-contanier .gender-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
#createKundliModal .modal-createkundli .form-css .chat-kundli-send-cont {
  height: 45px;
}
#createKundliModal .modal-createkundli .form-css .chat-kundli-send-cont .sendcss {
  width: 100%;
  text-transform: capitalize;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 475px) {
  #createKundliModal .createkundlimobilecss {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    border-radius: 0px !important;
    min-height: 455px !important;
  }
  #createKundliModal .modal-createkundli {
    padding: 0px;
    border: none;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    bottom: 0px;
  }
  #createKundliModal .modal-createkundli .birth-header-con-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C3C3C3;
    padding: 10px 15px;
  }
  #createKundliModal .modal-createkundli .birth-header-con-mobile .share-heading-mobile {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    text-align: left;
    margin: 0px;
    padding: 0px;
  }
  #createKundliModal .modal-createkundli .birth-header-con-mobile .share-heading-mobile .close-icon img {
    width: 14px;
    height: 14px;
  }
  #createKundliModal .modal-createkundli .birth-header-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
  }
  #createKundliModal .modal-createkundli .birth-header-con .share-heading {
    font-size: 16px !important;
    font-weight: 500;
  }
  #createKundliModal .modal-createkundli .share-heading {
    display: none;
  }
  #createKundliModal .modal-createkundli .form-css .input-field {
    padding-bottom: 8px;
    position: relative;
  }
  #createKundliModal .modal-createkundli .form-css .input-field label {
    font-weight: 500;
    font-size: 14px;
  }
  #createKundliModal .modal-createkundli .form-css .input-field .form-control {
    color: #8A8A8A;
    height: 39px;
    font-size: 14px;
  }
  #createKundliModal .modal-createkundli .form-css .chat-kundli-send-cont {
    height: 45px;
  }
  #createKundliModal .modal-createkundli .form-css .chat-kundli-send-cont .sendcss {
    width: 100%;
    text-transform: capitalize;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 475px) {
  .birth-header-con-mobile {
    display: none;
  }
  .left_mark {
    display: none;
  }
  .connect-section-mobile {
    display: none;
  }
  .connect-section-desktopNew {
    display: block;
  }
}
.mt-top {
  margin-top: 10px;
}

.connect-section-desktop {
  display: none;
}

.icon-box-desk {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  border-radius: 12px;
  min-height: 250px;
}
.icon-box-desk p {
  margin-bottom: 0px;
}
.icon-box-desk .icon-desk {
  height: 60px;
  background: #FFCA28;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.styled-radio[type=radio]:checked,
.styled-radio[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.styled-radio[type=radio]:checked + label,
.styled-radio[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #FD7E14;
  padding-top: 2px;
  font-weight: 400 !important;
}

.styled-radio[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #8A8A8A;
}

.styled-radio[type=radio]:checked + label:before {
  border: 1px solid #FD7E14;
}

.styled-radio[type=radio]:not(:checked) + label:before {
  border: 1px solid #ddd;
}

.styled-radio[type=radio]:checked + label:before,
.styled-radio[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
}

.styled-radio[type=radio]:checked + label:before {
  border: 1px solid #FD7E14;
}

.styled-radio[type=radio]:checked + label:after,
.styled-radio[type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #FD7E14;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.styled-radio[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.styled-radio[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.calendar-year {
  border-radius: 5px 5px 0px 0px;
  padding: 10px 0px;
  background-color: #ccc;
  background-color: #ccc;
}
.calendar-year .calendar-heading {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-year .calendar-heading .left-arrow-img {
  cursor: pointer;
}
.calendar-year .calendar-heading .right-arrow-img {
  cursor: pointer;
}
.calendar-year .calendar-heading p {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 20px;
}

.month-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #ffc107;
  overflow: auto;
  border-radius: 0px 0px 5px 5px;
}
.month-list .month-ullist {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0px;
}
.month-list .month-ullist .active {
  background-color: #fd7e14;
  color: #fff;
  border: 1px solid #fd7e14;
}
.month-list .month-ullist li {
  border: 1px solid #fd7e14;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 18px;
  background-color: rgb(237, 237, 237);
  margin: 2px 5px;
  border-radius: 7px;
  color: black;
  cursor: pointer;
}
.month-list .month-ullist li:hover {
  background-color: #fd7e14;
  color: #fff;
  border: 1px solid #fd7e14;
}

.margin_bottom {
  margin-bottom: 20px;
}

.fest-card {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  transition: 0.2s linear;
}
.fest-card .festival-img {
  width: 130px;
  height: 110px;
}
.fest-card .festival-img img {
  border-radius: 9px 0px 0px 9px;
}
.fest-card .festivals-details {
  padding: 0px;
  margin-top: 4px;
  margin-left: 10px;
}
.fest-card .festivals-details .festival-name {
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  display: block;
  font-size: 14px;
}
.fest-card .festivals-details .date-font {
  color: #5a5a5a;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
}
.fest-card:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ball {
  position: relative;
  text-align: center;
  background: url("../../img/banners/background.png") !important;
  height: 380px;
  border-radius: 10px;
}

.quiz-section {
  background: url("../../img/chrismas/new_year_bg1.webp");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* question answer slide design */
.question-section {
  background-image: url("../../img/chrismas/new_year_bg3.webp");
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_image::before {
  content: "";
  background-image: url("../../img/chrismas/new_year_bg2.webp");
  width: 100%;
  height: 45%;
  position: absolute;
  top: 2%;
  right: 0%;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.bg_image_seconds::before {
  content: "";
  background-image: url("../../img/chrismas/new_year_bg2.webp");
  width: 100%;
  height: 43%;
  position: absolute;
  top: 4%;
  right: 0;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.voucher_gift_second {
  content: "";
  background-image: url("../../img/chrismas/black2.webp");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  z-index: -1;
}

.new_highlighter {
  position: absolute;
  background-color: #f00;
  position: absolute;
  top: -6px;
  right: -32px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 9px;
  padding: 0px 6px;
  height: 15px;
  display: flex;
  place-items: center;
  justify-content: center;
}

.highlighter_container {
  position: relative;
  display: inline-block;
}

.li-foo {
  position: relative;
}

.fs-14 {
  font-size: 18px !important;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.mainapps {
  display: flex;
  justify-content: left;
  place-items: center;
}

.email-fs {
  font-size: 14.5px;
}
.email-fs a {
  text-decoration: none;
}

.our-apps.mainapps img {
  width: 110px;
  height: 38px;
  padding: 2px;
}

.securepay-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.securepay-inner img {
  background-color: #eee;
  border-radius: 30%;
  padding: 12px;
  width: 50px;
  height: 50px;
}
.securepay-inner h3 {
  font-size: 14.5px;
  text-align: left;
  line-height: 1.5;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  margin-top: 0;
  color: #ddd;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  margin-top: 15px;
  bottom: 0;
  width: 100%;
  background: #ff6a00;
  height: 2px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.yamagandam-container {
  height: 186px;
  min-height: 186px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px -1px 28px -5px rgba(206, 201, 201, 0.75);
}

.date-yamagadam {
  font-size: 35px;
  font-weight: bold;
  color: #ff6a00;
}

.dateyama {
  font-size: 20px;
  padding: 10px 4px;
}

.date-yamagadam-second {
  font-size: 32px;
  font-weight: bold;
  color: #ff6a00;
}

.dateauspicious {
  font-weight: bold;
  color: #ff6a00;
  font-size: 24px;
  background: #edebeb;
}

.main-colm {
  color: #ff6a00;
}

.dest-num {
  background: linear-gradient(264.83deg, rgba(255, 202, 40, 0.8) 46.41%, rgba(255, 112, 0, 0.616) 134.94%) !important;
}

.numerologu-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-container-numerology {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  background-color: #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  height: 160px;
  min-height: 160px;
}
.inner-container-numerology:hover {
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
}
.inner-container-numerology .right-inner-vedic {
  background: url("../../img/icons/tool-icons/bg-yellow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.inner-container-numerology .right-inner-vedic ::before {
  content: "";
  background: url("../../img/icons/tool-icons/vedic-astrology-transparent.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: -45%;
  right: -45%;
  opacity: 0.4;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-container-numerology .right-inner-numerology {
  background: url("../../img/icons/tool-icons/bg-yellow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.inner-container-numerology .right-inner-numerology ::before {
  content: "";
  background: url("../../img/icons/tool-icons/numerology-transparent.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: -45%;
  right: -45%;
  opacity: 0.4;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-container-numerology .right-inner-relationship {
  background: url("../../img/icons/tool-icons/bg-yellow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.inner-container-numerology .right-inner-relationship ::before {
  content: "";
  background: url("../../img/icons/tool-icons/relationship-transparent.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: -45%;
  right: -45%;
  opacity: 0.4;
  background-position: center;
  background-repeat: no-repeat;
}

a.tool-links {
  color: #000000;
  text-decoration: none;
}

.left-container img {
  width: 85px;
  height: auto;
}

.right-corner-bg {
  position: absolute;
  right: -3%;
  top: -3%;
}

.right-corner-bg img {
  width: 100px;
  height: 100px;
  opacity: 0.7;
}

.right-numerology {
  padding: 5px 20px;
}
.right-numerology img {
  margin-top: 25px;
  width: 100%;
  height: auto;
}

.right-main-inner {
  padding: 8px 5px 10px 26px;
}
.right-main-inner p {
  font-size: 13px;
  line-height: 21px;
}

.right-chines img {
  width: 230px !important;
}

.right-chines-image img {
  width: 230px !important;
}

@media (max-width: 768px) {
  .right-chines-image img {
    width: 180px !important;
  }
}
@media (max-width: 572px) {
  .right-chines-image img {
    width: 160px !important;
    height: 148px !important;
  }
}
.report-link {
  height: 180px;
  border: 1px solid rgb(189, 186, 186);
  display: flex;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  background: #ece7e7;
  border-radius: 8px;
}

.report-link p {
  font-size: 21px;
  font-weight: bold;
}

.hover-none:hover {
  text-decoration: none;
}

.report-link:hover {
  box-shadow: 1px 1px 2px 1px #bfbfbf;
}

.imgchinese {
  width: 100%;
  height: auto;
  background-color: #FFD155;
  border-radius: 10px;
}

.chinese-horo {
  scroll-behavior: smooth;
}

.maincol {
  color: #fd7e14;
}

.calendar-2022.table-bordered td {
  width: 45% !important;
  font-family: "Poppins", sans-serif;
}

.calendar-2022.table-bordered th {
  font-family: "Poppins", sans-serif;
}

.marriage-2023.table-bordered td {
  width: 25% !important;
}

.chat-filter {
  margin-top: 30px;
}

.masthead {
  background-color: #eaeaea;
}

.process {
  position: relative;
}

.arrow-img::before {
  content: "";
  background: url("../../img/chatwithastrologer/arrow-main2.svg") no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -25%;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.offset-md-22 {
  margin-left: 12%;
}

.filter-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 2px;
}
.filter-container ul li:first-child {
  border: 1px solid #FD7E14;
}
.filter-container ul li:first-child a {
  color: #FD7E14;
}
.filter-container ul li:first-child span {
  color: #FD7E14;
  cursor: pointer;
}
.filter-container ul li {
  list-style: none;
  border: 1px solid #606366;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 6px;
  margin: 0px 5px;
}
.filter-container ul a {
  color: #606366;
  text-decoration: none;
  display: flex;
}
.filter-container ul span {
  text-decoration: none;
  display: flex;
}

.filter-container ul .input-li {
  display: flex;
}
.filter-container ul .input-li .input-field {
  outline: none;
  border: none;
  width: 100%;
}

#mainas {
  display: none;
}

.searchBtn {
  border: none;
  color: grey;
  background: transparent;
}

.mobilesearchBtn {
  display: none;
}

.find-best-astrologer {
  background-color: #F8F8F8;
  padding: 48px;
}

.consultmain-container {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}
.consultmain-container .consult-first {
  box-shadow: 0px 2px 6px rgba(95, 95, 95, 0.1607843137);
  padding: 9px 0px 1px 0px;
}
.consultmain-container .consult-first p {
  font-size: 18px;
  font-weight: bold;
}
.consultmain-container .consult-second {
  height: 200px;
  overflow: auto;
}
.consultmain-container .consult-second p {
  margin: 10px 0px 8px 0px;
}
.consultmain-container .consult-second p a {
  color: #212529;
  text-decoration: none;
}
.consultmain-container .consult-second img {
  padding: 0px 7px;
}
.consultmain-container hr {
  margin: 8px 5px !important;
}

.hide {
  display: none;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-head .modal-head-lefft {
  padding: 15px;
}
.modal-head .modal-head-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-head .modal-head-right .select-all {
  margin: 10px 0px;
  font-size: 18px;
}
.modal-head .modal-head-right .claer-all {
  margin: 17px 30px;
  font-size: 18px;
}

.modalbody-first p {
  cursor: pointer;
}

.modalbody-first {
  padding: 0px;
}
.modalbody-first .category-ul {
  padding: 0px;
  margin: 0 -12px;
}

.category-ul li {
  list-style: none;
  padding: 10px;
  cursor: pointer;
  margin-top: 0px;
}

.btn-reset {
  border: none;
}

.activeMenu {
  background: white;
  width: 175px;
  position: relative;
  margin-top: -15px;
}

.activeMenu:after {
  content: "";
  width: 6px;
  height: 46px;
  position: absolute;
  top: 1%;
  display: block;
  right: 0;
  background: #FD7E14;
}

.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5c5757;
  color: white;
  border-radius: 50%;
  border: none;
  font-size: 22px;
  margin-right: 20px;
  width: 22px;
  line-height: 20px;
  height: 22px;
}

.modal-content {
  border-radius: 20px;
}
.modal-content .modalbody, .modal-content .modal-footer1 {
  background-color: #f4f4f4;
  padding: 0px 15px;
}

.modalbody-container {
  display: flex;
  justify-content: space-between;
  background-color: #F4F4F4;
}
.modalbody-container .modalbody-second {
  width: 60%;
  overflow: auto;
  height: 365px;
  display: flex;
  flex-direction: column;
  padding: 5px 0px;
}

/*********************/
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #eee;
  border: 1px solid #FD7E14;
}

.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkcontainer input:checked ~ .checkmark {
  background-color: #FD7E14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.sortmodal {
  display: flex;
  flex-direction: column;
}

.ctab {
  display: none;
}

.ctab.active {
  display: block;
}

/******************************/
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  span.endtime {
    margin-top: 12px;
    display: block;
  }
  .right-numerology img {
    width: 180px;
    height: 180px;
    margin-top: 30px;
  }
  .right-zodiac-image img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .dest-num {
    opacity: 0.95;
  }
  .inner-container-numerology {
    height: 200px;
  }
  .right-inner-vedic {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-inner-numerology {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-inner-relationship {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .calendar-2022 tr {
    font-size: 15px;
  }
  .mundan-2022 td {
    width: auto;
    text-align: left;
  }
  .marriage-2023 tr {
    font-size: 16px;
  }
  .find-best-astrologer {
    padding: 40px 0px 40px 0px;
  }
  .order2 {
    order: 3;
  }
  .order1 {
    order: 1;
  }
  .filter-container ul .input-li {
    display: none;
  }
  .mobilesearchBtn {
    display: block;
    border-radius: 6px;
    background-color: transparent;
    padding: 5px 7%;
    color: #817e7e;
    border: 1px solid #606366;
  }
  .arrow-img::before {
    display: none;
  }
  #mainas {
    order: 2;
  }
  #mainas input[type=text]:focus {
    border: 1px solid #FD7E14;
    outline: none;
  }
  input.mobilesearch {
    width: 100%;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .mobileseacrh {
    position: absolute;
    right: 10%;
    color: grey;
    top: 15%;
    display: none;
  }
  .masthead {
    display: none;
  }
  .chat-filter {
    margin-top: 0px;
  }
  .modal-head .modal-head-right .select-all {
    font-size: 16px;
  }
  .modal-head .modal-head-lefft {
    margin-top: 10px;
  }
  .our-apps.mainapps img {
    width: 90px;
    height: auto;
    padding: 2px;
  }
}
@media (max-width: 572px) {
  .right-numerology img {
    width: 120px !important;
    height: 130px !important;
    margin-top: 35px;
  }
  .mob-view-flex {
    display: flex;
    place-items: center;
  }
  .right-main-inner {
    padding: 0px 9px 2px 30px;
  }
  .right-inner-vedic {
    height: 200px;
    min-height: 200px;
  }
  .right-inner-numerology {
    height: 200px;
    min-height: 200px;
  }
  .right-inner-relationship {
    height: 200px;
    min-height: 200px;
  }
  .calendar-2022 tr {
    font-size: 13px;
  }
  .mundan-2022 tr {
    font-size: 13px;
  }
  .marriage-2023 tr {
    font-size: 11px;
  }
  .daily-image-tarot {
    flex-direction: column;
  }
  .daily-right {
    padding: 0px 15px !important;
    margin-top: 20px;
  }
  .filter-container ul li {
    padding: 6px 5.5%;
  }
  .filter-container ul li a {
    font-size: 14px;
  }
  .mobilesearchBtn {
    color: #817e7e;
    border: 1px solid #606366;
    border-radius: 6px;
    padding: 5px 4%;
    background-color: transparent;
  }
  .filter-container ul li:first-child {
    margin-left: -40px;
  }
  .activeMenu {
    width: 120px;
  }
  .fs-14 {
    font-weight: 600;
    font-size: 14px !important;
  }
  .email-fs {
    font-size: 12px;
  }
  .dark-top-footer-background ul.footer-menu a {
    font-size: 12px;
    text-decoration: none;
  }
  .custom-page .dark-top-footer-background ul li {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 2;
    padding-bottom: 1px;
    word-break: break-word;
  }
  .our-apps.mainapps img {
    width: 70px;
    height: 25px;
    padding: 2px;
  }
  .dark-top-footer-background ul.footer-social-icon li i {
    color: #FFFFFF;
    width: 27px;
    height: 27px;
    background-color: #343a40;
    border-radius: 50%;
    border: 2px solid #424c5d;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin-right: 0px;
  }
  .securepay-inner {
    margin-bottom: 10px;
  }
  .securepay-inner img {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .securepay-inner h3 {
    margin-left: 10px;
    text-align: left;
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .inner-container-numerology {
    height: 180px;
    min-height: 180px;
  }
  .right-inner-vedic {
    height: 180px;
    min-height: 180px;
  }
  .right-inner-numerology {
    height: 180px;
    min-height: 180px;
  }
  .right-inner-relationship {
    height: 180px;
    min-height: 180px;
  }
  .our-apps.mainapps img {
    width: 96px;
    height: auto;
    padding: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .right-main-inner {
    padding: 10px 9px 2px 38px;
    height: 186px;
  }
  .inner-container-numerology {
    height: auto;
  }
}
#tarocarousal {
  box-shadow: 0px 3px 12px #eeeeee;
  padding: 10px 0px;
}

.itemtaropara {
  font-size: 18px;
  margin: 20px 0px 3px 0px;
  font-weight: bold;
}

section#tarosection {
  margin-bottom: 35px;
}

.btn-card {
  margin: 0px 10px;
  padding: 4px 40px;
  color: black;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ff7d00;
}

.btn-card.activetab {
  color: white;
  background: #ff7c00;
  border: 1px solid #ff7b00;
}

.defaultactive {
  color: white;
  background: #ff7c00;
  border: 1px solid #ff7b00;
}

.one-card-tarot {
  display: flex;
  justify-content: center;
  align-items: center;
}

.activetab {
  color: white;
  background: #ff7c00;
  border: 1px solid #ff7b00;
}

.ctab.active {
  display: block;
}

.ctab {
  display: none;
}

.item-taro {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 92px;
  padding-right: 92px;
  height: auto;
  text-align: justify;
}
.item-taro h2 {
  line-height: 24px;
}

button.owl-next {
  position: absolute;
  top: 49%;
  right: 5%;
  background-color: black !important;
  color: white !important;
  height: 31px;
  width: 32px;
  padding: 37px !important;
  border-radius: 50% !important;
}

button.owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  background-color: black !important;
  color: white !important;
  height: 31px;
  width: 32px;
  padding: 37px !important;
  border-radius: 50% !important;
}

#tarocarousal .owl-prev span {
  font-size: 35px;
}

#tarocarousal .owl-next span {
  font-size: 35px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.first-img-taro {
  position: absolute;
  left: 2%;
  top: 1%;
}
.first-img-taro img {
  width: 90px;
  height: 90px;
}

.second-img-taro {
  position: absolute;
  right: 2%;
  bottom: 2%;
}
.second-img-taro img {
  width: 90px;
  height: 90px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff7c00;
}

@media (min-width: 270px) and (max-width: 572px) {
  .item-taro {
    text-align: center;
    padding: 15px 25px 0px 25px;
  }
  .item-taro p:last-child {
    font-size: 12px;
    line-height: 18px;
  }
  .item-taro h2 {
    line-height: 18px;
  }
  button.owl-next {
    width: 21px;
    height: 21px;
    right: 2%;
    position: absolute;
    top: 50%;
  }
  button.owl-prev {
    width: 21px;
    height: 21px;
    left: 2%;
    position: absolute;
    top: 50%;
  }
  #tarocarousal .owl-next span {
    font-size: 24px;
    line-height: 20px;
  }
  #tarocarousal .owl-prev span {
    font-size: 24px;
    line-height: 20px;
  }
  .itemtaropara {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 4px 0px;
    font-weight: bold;
  }
  .btn-card {
    padding: 4px 10px;
  }
}
.taro-card {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden;
}

.first-taro-bg {
  position: absolute;
  top: 14%;
  left: -19%;
}

.second-trao-bg {
  position: absolute;
  right: -19%;
  top: 14%;
}

.card-daily-tarot {
  background: url("../../img/icons/tarot/card.png") no-repeat center center/cover;
}

.card-daily-tarot_new {
  background: url("../../img/icons/tarot/Group 1000002991.png") no-repeat center center/cover !important;
}

.tarot-deck-v3 {
  overflow: hidden;
  position: relative;
}

.tarot-deck-v3 .deck {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 270px) and (max-width: 572px) {
  .firsttarobg, .secondtarobg {
    width: 205px;
    height: 205px;
  }
  .first-taro-bg {
    position: absolute;
    top: 44%;
    left: -25%;
  }
  .second-trao-bg {
    position: absolute;
    top: 44%;
    right: -25%;
  }
}
@media only screen and (min-width: 768px) {
  .tarot-deck-v3 {
    padding-top: 15px;
  }
}
.tarot-deck-1card .cardmain {
  position: absolute;
  top: 15px;
}

.tarot-deck-1card .cardmain:hover {
  top: 5px;
}

@media only screen and (min-width: 320px) {
  .tarot-deck-1card {
    height: 220px;
  }
  .tarot-deck-1card .deck {
    width: 260px;
  }
  .tarot-deck-1card .deck .card-1 {
    right: -8px;
  }
  .tarot-deck-1card .deck .card-2 {
    right: 6px;
  }
  .tarot-deck-1card .deck .card-3 {
    right: 20px;
  }
  .tarot-deck-1card .deck .card-4 {
    right: 34px;
  }
  .tarot-deck-1card .deck .card-5 {
    right: 48px;
  }
  .tarot-deck-1card .deck .card-6 {
    right: 62px;
  }
  .tarot-deck-1card .deck .card-7 {
    right: 76px;
  }
  .tarot-deck-1card .deck .card-8 {
    right: 90px;
  }
  .tarot-deck-1card .deck .card-9 {
    right: 104px;
  }
  .tarot-deck-1card .deck .card-10 {
    right: 118px;
  }
  .tarot-deck-1card .deck .card-11 {
    right: 132px;
  }
  .tarot-deck-1card .deck .card-12 {
    right: 146px;
  }
  .tarot-deck-1card .deck .cardmain {
    transform: rotate(0deg);
    height: 171px;
    width: 120px;
  }
}
@media only screen and (min-width: 568px) {
  .tarot-deck-1card {
    height: 260px;
  }
  .tarot-deck-1card .deck {
    width: 300px;
  }
  .tarot-deck-1card .deck .cardmain {
    height: 214px;
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .tarot-deck-1card {
    height: 590px;
  }
  .tarot-deck-1card .deck {
    width: 700px;
  }
  .tarot-deck-1card .deck .card-1 {
    left: 40px;
  }
  .tarot-deck-1card .deck .card-2 {
    left: 72px;
  }
  .tarot-deck-1card .deck .card-3 {
    left: 104px;
  }
  .tarot-deck-1card .deck .card-4 {
    left: 136px;
  }
  .tarot-deck-1card .deck .card-5 {
    left: 168px;
  }
  .tarot-deck-1card .deck .card-6 {
    left: 200px;
  }
  .tarot-deck-1card .deck .card-7 {
    left: 232px;
  }
  .tarot-deck-1card .deck .card-8 {
    left: 264px;
  }
  .tarot-deck-1card .deck .card-9 {
    left: 296px;
  }
  .tarot-deck-1card .deck .card-10 {
    left: 328px;
  }
  .tarot-deck-1card .deck .card-11 {
    left: 360px;
  }
  .tarot-deck-1card .deck .card-12 {
    left: 392px;
  }
  .tarot-deck-1card .deck .card-1 {
    transform: rotate(-15deg);
    top: 100px;
  }
  .tarot-deck-1card .deck .card-1:hover {
    top: 85px;
  }
  .tarot-deck-1card .deck .card-2 {
    transform: rotate(-12deg);
    top: 80px;
  }
  .tarot-deck-1card .deck .card-2:hover {
    top: 65px;
  }
  .tarot-deck-1card .deck .card-3 {
    transform: rotate(-9deg);
    top: 60px;
  }
  .tarot-deck-1card .deck .card-3:hover {
    top: 45px;
  }
  .tarot-deck-1card .deck .card-4 {
    transform: rotate(-6deg);
    top: 40px;
  }
  .tarot-deck-1card .deck .card-4:hover {
    top: 25px;
  }
  .tarot-deck-1card .deck .card-5 {
    transform: rotate(-3deg);
    top: 20px;
  }
  .tarot-deck-1card .deck .card-5:hover {
    top: 5px;
  }
  .tarot-deck-1card .deck .card-6 {
    transform: rotate(0deg);
    top: 0;
  }
  .tarot-deck-1card .deck .card-6:hover {
    top: -15px;
  }
  .tarot-deck-1card .deck .card-7 {
    transform: rotate(3deg);
    top: 20px;
  }
  .tarot-deck-1card .deck .card-7:hover {
    top: 5px;
  }
  .tarot-deck-1card .deck .card-8 {
    transform: rotate(6deg);
    top: 40px;
  }
  .tarot-deck-1card .deck .card-8:hover {
    top: 25px;
  }
  .tarot-deck-1card .deck .card-9 {
    transform: rotate(9deg);
    top: 60px;
  }
  .tarot-deck-1card .deck .card-9:hover {
    top: 45px;
  }
  .tarot-deck-1card .deck .card-10 {
    transform: rotate(12deg);
    top: 80px;
  }
  .tarot-deck-1card .deck .card-10:hover {
    top: 65px;
  }
  .tarot-deck-1card .deck .card-11 {
    transform: rotate(15deg);
    top: 100px;
  }
  .tarot-deck-1card .deck .card-11:hover {
    top: 85px;
  }
  .tarot-deck-1card .deck .card-12 {
    transform: rotate(18deg);
    top: 120px;
  }
  .tarot-deck-1card .deck .card-12:hover {
    top: 105px;
  }
  .tarot-deck-1card .deck .cardmain {
    height: 370px;
    width: 260px;
  }
}
@media only screen and (min-width: 1024px) {
  .tarot-deck-1card {
    height: 610px;
  }
  .tarot-deck-1card .deck {
    width: 980px;
  }
  .tarot-deck-1card .deck .card-1 {
    left: 50px;
  }
  .tarot-deck-1card .deck .card-2 {
    left: 106px;
  }
  .tarot-deck-1card .deck .card-3 {
    left: 162px;
  }
  .tarot-deck-1card .deck .card-4 {
    left: 218px;
  }
  .tarot-deck-1card .deck .card-5 {
    left: 274px;
  }
  .tarot-deck-1card .deck .card-6 {
    left: 330px;
  }
  .tarot-deck-1card .deck .card-7 {
    left: 386px;
  }
  .tarot-deck-1card .deck .card-8 {
    left: 442px;
  }
  .tarot-deck-1card .deck .card-9 {
    left: 498px;
  }
  .tarot-deck-1card .deck .card-10 {
    left: 554px;
  }
  .tarot-deck-1card .deck .card-11 {
    left: 610px;
  }
  .tarot-deck-1card .deck .card-12 {
    left: 666px;
  }
  .tarot-deck-1card .deck .card-1 {
    transform: rotate(-15deg);
    top: 100px;
  }
  .tarot-deck-1card .deck .card-1:hover {
    top: 85px;
  }
  .tarot-deck-1card .deck .card-2 {
    transform: rotate(-12deg);
    top: 80px;
  }
  .tarot-deck-1card .deck .card-2:hover {
    top: 65px;
  }
  .tarot-deck-1card .deck .card-3 {
    transform: rotate(-9deg);
    top: 60px;
  }
  .tarot-deck-1card .deck .card-3:hover {
    top: 45px;
  }
  .tarot-deck-1card .deck .card-4 {
    transform: rotate(-6deg);
    top: 40px;
  }
  .tarot-deck-1card .deck .card-4:hover {
    top: 25px;
  }
  .tarot-deck-1card .deck .card-5 {
    transform: rotate(-3deg);
    top: 20px;
  }
  .tarot-deck-1card .deck .card-5:hover {
    top: 5px;
  }
  .tarot-deck-1card .deck .card-6 {
    transform: rotate(0deg);
    top: 0;
  }
  .tarot-deck-1card .deck .card-6:hover {
    top: -15px;
  }
  .tarot-deck-1card .deck .card-7 {
    transform: rotate(3deg);
    top: 20px;
  }
  .tarot-deck-1card .deck .card-7:hover {
    top: 5px;
  }
  .tarot-deck-1card .deck .card-8 {
    transform: rotate(6deg);
    top: 40px;
  }
  .tarot-deck-1card .deck .card-8:hover {
    top: 25px;
  }
  .tarot-deck-1card .deck .card-9 {
    transform: rotate(9deg);
    top: 60px;
  }
  .tarot-deck-1card .deck .card-9:hover {
    top: 45px;
  }
  .tarot-deck-1card .deck .card-10 {
    transform: rotate(12deg);
    top: 80px;
  }
  .tarot-deck-1card .deck .card-10:hover {
    top: 65px;
  }
  .tarot-deck-1card .deck .card-11 {
    transform: rotate(15deg);
    top: 100px;
  }
  .tarot-deck-1card .deck .card-11:hover {
    top: 85px;
  }
  .tarot-deck-1card .deck .card-12 {
    transform: rotate(18deg);
    top: 120px;
  }
  .tarot-deck-1card .deck .card-12:hover {
    top: 105px;
  }
  .tarot-deck-1card .deck .cardmain {
    height: 342px;
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .tarot-deck-1card {
    height: 560px;
  }
  .tarot-deck-1card .deck {
    width: 1140px;
  }
  .tarot-deck-1card .deck .card-1 {
    left: 50px;
  }
  .tarot-deck-1card .deck .card-2 {
    left: 120px;
  }
  .tarot-deck-1card .deck .card-3 {
    left: 190px;
  }
  .tarot-deck-1card .deck .card-4 {
    left: 260px;
  }
  .tarot-deck-1card .deck .card-5 {
    left: 330px;
  }
  .tarot-deck-1card .deck .card-6 {
    left: 400px;
  }
  .tarot-deck-1card .deck .card-7 {
    left: 470px;
  }
  .tarot-deck-1card .deck .card-8 {
    left: 540px;
  }
  .tarot-deck-1card .deck .card-9 {
    left: 610px;
  }
  .tarot-deck-1card .deck .card-10 {
    left: 680px;
  }
  .tarot-deck-1card .deck .card-11 {
    left: 750px;
  }
  .tarot-deck-1card .deck .card-12 {
    left: 800px;
  }
  .tarot-deck-1card .deck .card-1 {
    transform: rotate(-15deg);
    top: 100px;
  }
  .tarot-deck-1card .deck .card-1:hover {
    top: 85px;
  }
  .tarot-deck-1card .deck .card-2 {
    transform: rotate(-12deg);
    top: 80px;
  }
  .tarot-deck-1card .deck .card-2:hover {
    top: 65px;
  }
  .tarot-deck-1card .deck .card-3 {
    transform: rotate(-9deg);
    top: 60px;
  }
  .tarot-deck-1card .deck .card-3:hover {
    top: 45px;
  }
  .tarot-deck-1card .deck .card-4 {
    transform: rotate(-6deg);
    top: 40px;
  }
  .tarot-deck-1card .deck .card-4:hover {
    top: 25px;
  }
  .tarot-deck-1card .deck .card-5 {
    transform: rotate(-3deg);
    top: 20px;
  }
  .tarot-deck-1card .deck .card-5:hover {
    top: 5px;
  }
  .tarot-deck-1card .deck .card-6 {
    transform: rotate(0deg);
    top: 0;
  }
  .tarot-deck-1card .deck .card-6:hover {
    top: -15px;
  }
  .tarot-deck-1card .deck .card-7 {
    transform: rotate(3deg);
    top: 20px;
  }
  .tarot-deck-1card .deck .card-7:hover {
    top: 5px;
  }
  .tarot-deck-1card .deck .card-8 {
    transform: rotate(6deg);
    top: 40px;
  }
  .tarot-deck-1card .deck .card-8:hover {
    top: 25px;
  }
  .tarot-deck-1card .deck .card-9 {
    transform: rotate(9deg);
    top: 60px;
  }
  .tarot-deck-1card .deck .card-9:hover {
    top: 45px;
  }
  .tarot-deck-1card .deck .card-10 {
    transform: rotate(12deg);
    top: 80px;
  }
  .tarot-deck-1card .deck .card-10:hover {
    top: 65px;
  }
  .tarot-deck-1card .deck .card-11 {
    transform: rotate(15deg);
    top: 100px;
  }
  .tarot-deck-1card .deck .card-11:hover {
    top: 85px;
  }
  .tarot-deck-1card .deck .card-12 {
    transform: rotate(18deg);
    top: 120px;
  }
  .tarot-deck-1card .deck .card-12:hover {
    top: 105px;
  }
  .tarot-deck-1card .deck .cardmain {
    height: 370px !important;
    width: 260px;
  }
}
.tarot-cards {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #eeeeee;
  transition: 0.3s ease-in-out;
}

.tarot-card-inner img {
  width: 92px;
  height: 132px;
  display: block;
  margin: auto;
}

.ambgbtn {
  height: 29px;
  width: 101px;
  background-color: #ff7d00;
  font-size: 10px;
  padding: 5px;
}

.ambg:hover {
  background-color: #ee8421 !important;
}

a.tarot-card-link {
  color: black;
  text-decoration: none;
}

.tarot-cards:hover {
  box-shadow: 0px 3px 5px #858282;
}

.tarot-cards::before {
  content: "";
  position: absolute;
  width: 219px;
  height: 219px;
  background: url("../../img/icons/tarot/tar0-card-trans.png") no-repeat center;
  background-size: cover;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#recommended-card .owl-prev span {
  font-size: 35px;
}

#recommended-card .owl-next span {
  font-size: 35px;
}

#recommended-card button.owl-prev {
  top: -19%;
  right: 7%;
  left: unset;
}

#recommended-card button.owl-next {
  top: -19%;
  left: unset;
  right: 3%;
}

@media (max-width: 768px) {
  #recommended-card button.owl-prev {
    top: -19%;
    right: 13%;
    left: unset;
  }
}
.daily-image-tarot {
  display: flex;
  justify-content: center;
  align-items: center;
}

.daily-image-tarot img {
  height: 336.51px;
  width: 215.27px;
}

.daily-right {
  padding: 0px 40px;
  text-align: justify;
}

.ambg {
  background-color: #ff7d00;
  height: 45px;
  font-size: 16px;
  padding: 10px 25px !important;
  width: 266px;
}

a.ambg:hover {
  text-decoration: none !important;
}

a[disabled] {
  pointer-events: none;
}

.f1_container {
  position: relative;
  margin: 0 5px;
  width: 106px;
  height: 161px;
  z-index: 1;
  float: left;
}

.f1_container {
  perspective: 1000;
}

.f1_card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.7s linear;
  transform-style: preserve-3d;
  transition: all 0.7s linear;
}

.f1_container.active .f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.front img {
  width: 106px;
  height: 161px;
}

.back img {
  width: 106px;
  height: 161px;
}

.face.front img {
  transition: all linear 0.3s;
}

.face.front img:hover {
  transform: scale(1.03);
}

.flip-card {
  display: flex;
  justify-content: center;
  place-items: center;
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.card-container .card-container-img img {
  width: 150px;
  height: auto;
}

.flip-card::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 200px;
  background: url("../../img/icons/tarot/tar0-card-trans.png") no-repeat center;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.three-card-inner img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .f1_container {
    width: 78px;
    height: 113px;
  }
  .front img {
    width: 78px;
    height: 113px;
  }
  .back img {
    width: 78px;
    height: 113px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
@media (min-width: 270px) and (max-width: 572px) {
  .f1_container {
    width: 105px;
    height: 140px;
    margin: 0px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .front img {
    width: 100px;
    height: 140px;
  }
  .back img {
    width: 100px;
    height: 140px;
  }
  .ambg {
    width: 235px;
  }
  .flip-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 200px;
    background: url("../../img/icons/tarot/tar0-card-trans.png") no-repeat center;
    background-size: cover;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .three-card-inner img {
    width: 100%;
  }
  .card-container {
    flex-direction: column;
  }
  .card-container-img {
    display: block;
    margin: auto;
    padding-bottom: 30px;
  }
  .card-content5 {
    padding: 0px !important;
  }
}
.threepara {
  font-size: 20px;
}

.three-card-container {
  background-color: #eeeeee;
  border-radius: 8px;
}
.three-card-container p {
  line-height: 23px;
}

.majorcard-content-home h6 {
  font-size: 18px;
}

.majorcard-content-home p {
  font-size: 14px;
  line-height: 24px;
}

.hometarotbtn {
  width: 141px;
  height: 34px;
  font-size: 12px !important;
}

.tarottable td {
  white-space: nowrap;
}

.major-arcana-inner img {
  width: 100%;
  height: auto;
}

.major-para {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 0px;
  border-radius: 5px 5px 10px 10px;
  margin-top: -12px;
}
.major-para h6 {
  font-size: 18px;
  margin-top: 12px;
}

.major-card-container {
  box-shadow: 0px 3px 8px rgba(93, 93, 93, 0.1607843137);
  border-radius: 10px;
}
.major-card-container img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}

.majorcard-content h6 {
  font-size: 14px;
  font-weight: bold;
}
.majorcard-content h6 p {
  font-size: 14px;
}

.common-para {
  font-size: 14px;
  line-height: 23px;
}

.major-readbtn {
  font-size: 11px;
  padding: 4px 14.5px;
  font-weight: 600;
  background-color: #FD7E14;
  border: #FD7E14;
  border-radius: 5px;
  color: white;
}

/*******************************************/
.lext-padding {
  margin-top: 2.5rem;
}

.right-inner-numerology-width {
  width: 100%;
}

.numvr {
  font-weight: bold;
  font-size: 4rem;
  padding: 35px;
  color: gray;
}

@media (max-width: 768px) {
  .lext-padding {
    margin-top: 0.8rem;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .lext-padding {
    margin-top: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lext-padding {
    margin-top: 2rem;
  }
}
.mainpage-con p {
  text-align: justify;
}

.para_list, .list-bottom, .list-left {
  margin-bottom: 2px !important;
}

.para_list > li {
  padding-bottom: 8px;
  text-align: justify;
}

.para_just > p {
  text-align: justify;
}

.list-bottom > li {
  padding-bottom: 8px;
}

.list-left > li {
  padding-bottom: 8px;
  text-align: left;
}

.pythag_image {
  max-width: 100%;
  display: flex;
  justify-content: start;
  align-content: center;
}

.fluid_pythag {
  width: 35%;
}

@media (max-width: 768px) {
  .fluid_pythag {
    width: 60%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .fluid_pythag {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .fluid_pythag {
    width: 35%;
  }
}
.img_bg {
  background-image: url("../../../static/img/CTA/kundli_Icons/icons_bg.png");
}

.free_kundli_horoscope {
  background: #ffcc33;
  padding: 20px 175px;
  margin: 10px 0px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.free_kundli_horoscope .free_kundli_text {
  font-size: 24px;
  font-weight: 200;
  color: #4e4e4e;
  margin-bottom: 20px;
}
.free_kundli_horoscope .btn_container_horoscope {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
.free_kundli_horoscope .btn_container_horoscope a {
  border: 1px solid #FF7000;
  box-shadow: 1px 1px 4px #919191;
  padding: 10px 15px;
  border-radius: 35px;
  cursor: pointer;
  text-decoration: none;
  color: #FF7000;
  background-color: #fff;
  font-size: 15px;
  margin: 0 4px;
  font-weight: bold;
  transition: all linear 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
}
.free_kundli_horoscope .btn_container_horoscope a:hover {
  background: #fd7e14;
  color: #fff;
}
.free_kundli_horoscope .btn_container_horoscope a:hover:hover img {
  filter: brightness(0%) invert(100%);
}
.free_kundli_horoscope .btn_container_horoscope a img {
  margin-right: 8px;
  color: #fd7e14;
  width: 20px;
  height: 20px;
}

@media (min-width: 769px) and (max-width: 991px) {
  .free_kundli_horoscope {
    padding: 20px 5px;
    width: 100%;
  }
  .free_kundli_horoscope .free_kundli_text {
    font-size: 18px;
  }
  .free_kundli_horoscope .btn_container_horoscope a {
    padding: 10px 1px;
    font-size: 15px;
  }
}
@media (min-width: 573px) and (max-width: 768px) {
  .free_kundli_horoscope {
    padding: 20px 5px;
    width: 100%;
  }
  .free_kundli_horoscope .free_kundli_text {
    font-size: 18px;
  }
  .free_kundli_horoscope .btn_container_horoscope a {
    padding: 10px 1px;
    font-size: 15px;
  }
}
@media (min-width: 270px) and (max-width: 572px) {
  .free_kundli_horoscope {
    padding: 20px 5px;
    width: 100%;
  }
  .free_kundli_horoscope .free_kundli_text {
    font-size: 94%;
  }
  .free_kundli_horoscope .btn_container_horoscope a {
    padding: 5px 1px;
    font-size: 70%;
  }
  .free_kundli_horoscope .btn_container_horoscope a img {
    width: 20px;
    height: 20px;
  }
}
.free_kundli_banner {
  background-color: #212529;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.row_display_banner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.right_display_banner {
  width: 140px;
  margin-right: 80px;
}

.right_display_banner img {
  width: 100%;
}

.free_kundli_heading {
  font-size: 42px;
  color: #fff;
  margin-bottom: 35px;
  letter-spacing: 1px;
  line-height: 1;
}

.free_kundli_btn {
  background-color: #ffcc33;
  border: none;
  padding: 10px 40px;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
  color: #313131;
}

.free_kundli_btn:hover {
  text-decoration: none;
  color: #313131;
}

.right_display_banner img:hover {
  filter: invert(1);
}

@media (min-width: 270px) and (max-width: 372px) {
  .row_display_banner {
    padding: 20px 0;
  }
  .right_display_banner {
    width: 140px;
    margin-right: 45px;
    padding-left: 5px;
  }
  .free_kundli_heading {
    font-size: 18px;
  }
  .free_kundli_btn {
    padding: 10px 40px;
    font-size: 15px;
  }
  .sticker-section {
    background-color: #ffcc33;
    height: 130px;
    display: flex;
  }
  .sticker-section img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .sticker-section .sticker-content {
    display: flex;
    justify-content: center;
    place-items: start;
    flex-direction: column;
    padding-left: 50px;
  }
  .sticker-section .sticker-content h2 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
  }
  .sticker-section .sticker-content a.consult-button {
    background-color: #212529;
    color: #ffffff;
    border-radius: 6px;
    padding: 8px 35px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
  }
}
@media (min-width: 373px) and (max-width: 768px) {
  .row_display_banner {
    padding: 20px 0;
  }
  .right_display_banner {
    width: 140px;
    margin-right: 45px;
    padding-left: 5px;
  }
  .free_kundli_heading {
    font-size: 28px;
  }
  .free_kundli_btn {
    padding: 10px 40px;
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .row_display_banner {
    padding: 20px 0;
  }
  .right_display_banner {
    width: 140px;
    margin-right: 45px;
    padding-left: 5px;
  }
  .free_kundli_heading {
    font-size: 38px;
  }
  .free_kundli_btn {
    padding: 10px 40px;
    font-size: 22px;
  }
}
.banner_rahukaal {
  position: absolute;
  top: -220px;
  background-image: none !important;
  width: 100%;
}

@media (max-width: 360px) {
  .banner_rahukaal {
    position: absolute;
    top: -262px;
    width: 100%;
    background-image: none;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn {
    font-size: 60%;
    margin: 0px;
    padding: auto;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn span {
    display: none;
  }
}
@media (min-width: 361px) and (max-width: 372px) {
  .banner_rahukaal {
    position: absolute;
    top: -262px;
    width: 100%;
    background-image: none;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn {
    width: 28%;
    font-size: 60%;
    margin: 0;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn span {
    display: none;
  }
}
@media (min-width: 373px) and (max-width: 575px) {
  .banner_rahukaal {
    position: absolute;
    top: -265px;
    width: 100%;
    background-image: none;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn {
    width: 30.2%;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn span {
    display: none;
  }
}
@media (max-width: 269px) {
  .sticker-section .sticker-content h2 {
    font-size: 100%;
  }
  .sticker-section .sticker-content a.consult-button {
    padding: 5px 12px;
    font-size: 60%;
  }
}
@media (min-width: 270px) and (max-width: 372px) {
  .sticker-section .sticker-content h2 {
    font-size: 100%;
  }
  .sticker-section .sticker-content a.consult-button {
    padding: 5px 12px;
    font-size: 60%;
  }
}
@media (min-width: 373px) and (max-width: 768px) {
  .sticker-section .sticker-content a.consult-button {
    padding: 5px 12px;
    font-size: 70%;
  }
}
.tarot_img {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 2px;
  border-radius: 15px;
}

.major-arcana-inner-img-fool {
  float: right;
  padding-left: 20px;
}
.major-arcana-inner-img-fool .fool-img {
  display: block;
  margin: auto;
}

@media (min-width: 270px) and (max-width: 768px) {
  .major-arcana-inner-img-fool {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .major-arcana-inner-img-fool .fool-img {
    width: 50%;
  }
}
.astrology-banner-image img {
  width: 100%;
}

.tool-section-div {
  height: 50px;
  background-color: #ffcc33;
  min-height: 45px;
  border-radius: 5020px;
}
.tool-section-div .section-link {
  text-decoration: none;
  color: #000;
}
.tool-section-div .section-card {
  border-radius: 8px;
  height: auto;
  cursor: pointer;
  padding: 10px 0px;
}
.tool-section-div .section-card .section-style p {
  font-size: 12px;
}
.tool-section-div .section-card:hover {
  color: white;
}
.tool-section-div .section-card .tool-name-new {
  font-size: 18px;
  font-weight: 500;
  color: #606366;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #fd7e14;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: rgb(245, 241, 241);
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.support-call {
  background-color: aliceblue;
  position: relative;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 12px #c1bcbc;
}
.support-call h6 {
  font-weight: bold;
  color: black;
}
.support-call .call-us {
  color: #403f3f;
}
.support-call .color-main {
  color: #fd7e14;
  line-height: 4px;
}

.support-call::after {
  content: "›";
  position: absolute;
  right: 2%;
  top: 40%;
  font-size: 30px;
}

.icon_contact {
  background: #dee2e6;
  box-shadow: 0 0 3px 0 #dee2e6;
  position: absolute;
  top: 11%;
  right: 61%;
  width: 29px;
  height: 29px;
  text-align: center;
  border-radius: 16px;
  transform: rotate(45deg);
}

.icons-abh {
  color: #213f98;
  display: block;
  transition: 0.9s;
  transform: rotate(-45deg);
  font-size: 28px;
  margin-left: 0;
  margin-top: 2px;
}

.muhurat-page {
  border: 1px solid #fd7e14;
  padding: 5px;
  border-radius: 10px;
  background-color: #ffcc33;
  box-shadow: 0 6px 12px #ede4e4;
  height: 200px;
}
.muhurat-page img {
  border-radius: 10px;
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}
.muhurat-page p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .muhurat-page {
    height: auto;
  }
}
.tab {
  margin: 47px auto 0px 0px;
}

.number {
  font-size: 35px;
  color: #212529;
  margin-bottom: 0px;
  padding-top: 20px;
  line-height: 35px;
}

.load {
  height: 100px;
  width: 100px;
  position: relative;
  top: 44%;
  left: 0%;
  border-radius: 50%;
  border-top: 4PX solid red;
  border-bottom: 4px solid yellow;
  animation: rot 2s linear infinite;
}

.load::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  border-radius: 50%;
  border-left: 8px solid blue;
  border-right: 8px solid darkorange;
  left: 0px;
}

@keyframes rot {
  to {
    transform: rotate(360deg);
  }
}
.lol {
  width: 100px;
  height: 100px;
  border: 5px solid #ccc;
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lol {
    top: 76%;
  }
}
@media (min-width: 476px) and (max-width: 767px) {
  .lol {
    top: 50%;
  }
}
@media (min-width: 377px) and (max-width: 475px) {
  .lol {
    top: 56%;
  }
}
@media (max-width: 376px) {
  .lol {
    top: 61.5%;
  }
}
div.conssec::-webkit-scrollbar {
  width: 4px;
}

div.conssec::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

div.conssec::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.astro-inner-am {
  border: 0.5px solid rgba(255, 112, 0, 0.6784313725);
  box-shadow: 0px 0px 10px 0px rgba(255, 112, 0, 0.1);
  background-color: #fff;
  padding: 12px 15px 8px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 5px;
  transition: 0.2s all ease-in-out;
}
.astro-inner-am:hover {
  box-shadow: 0px 1px 8px 1px rgba(255, 112, 0, 0.35);
}
.astro-inner-am .bord-none {
  border: none !important;
  padding: 10px 10px 10px 0px !important;
  box-shadow: none !important;
}
.astro-inner-am .bord-none .astropass-dy {
  flex: 0 0 100px !important;
  position: relative;
}
.astro-inner-am .bord-none .astropass-dy .astro-status {
  position: relative;
}
.astro-inner-am .bord-none .astropass-dy .astro-status .online-green-status {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #34C105;
  top: 59px;
  left: 64px;
  border-radius: 50%;
  z-index: 1;
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0.25;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.astro-inner-am .bord-none .astropass-dy .busy-red-status {
  background: red !important;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 59px;
  left: 64px;
  border-radius: 50%;
  z-index: 1;
}
.astro-inner-am .bord-none .astropass-dy .offline-grey-status {
  background: #aeaeae !important;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 59px;
  left: 64px;
  border-radius: 50%;
  z-index: 1;
}
.astro-inner-am .bord-none .astropass-dy .astroimg-dy {
  width: 75px !important;
  height: 75px !important;
  border-radius: 50%;
  background-image: url(https://aws.astrotalk.com/assets/images/Chat_with_astrologers/astro-background-gray.jpg);
  background-repeat: round;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden !important;
  outline: 2px solid rgba(18, 206, 41, 0.4);
  border: 2px solid #FFFFFF;
}
.astro-inner-am .bord-none .astropass-dy .astroimg-dy img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.astro-inner-am .bord-none .astropass-dy .astrorate-dy span {
  color: #525252 !important;
  font-size: 12px;
}
.astro-inner-am .bord-none .astropass-dy .astrorate-dy {
  border-radius: 10px !important;
}
.astro-inner-am .bord-none .astrodeta-dy {
  padding: 0px;
}
.astro-inner-am .bord-none .astrodeta-dy .astroname-dy {
  font-size: 16px !important;
  color: #000;
  font-weight: 500 !important;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.astro-inner-am .bord-none .astrodeta-dy .astroname-dy a {
  color: #000 !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroty-dy {
  color: #807f7f !important;
  margin-bottom: 5px !important;
  margin-top: 2px !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroty-dy span {
  background: none !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  text-transform: capitalize;
}
.astro-inner-am .bord-none .astrodeta-dy .astrollangu-dy {
  color: #707070 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroexpe-dy {
  color: #707070 !important;
  font-size: 14px !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy {
  margin-top: 0px !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .astrprice-dy .offerpric-dy {
  color: #030303 !important;
  font-size: 13px !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .astrprice-dy .offerpric-dy span.discount_price_dy {
  text-decoration: line-through !important;
  color: #fd4344 !important;
  font-weight: normal;
  font-size: 12px !important;
  color: #8A8A8A !important;
  font-weight: 500;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .availibi-dy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .availibi-dy .btndelhi-dy {
  color: #34C105 !important;
  margin: 0px 5px;
  border: 1.5px solid #34C105;
  padding: 0px 18px;
  font-size: 15px !important;
  height: 33px;
  width: 100%;
  max-width: 87px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .availibi-dy .btndelhi-dy:hover {
  background-color: #34C105;
  color: #fff !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .availibi-dy .offline-btn {
  max-width: 87px !important;
  padding: 5px 5px !important;
  color: #AEAEAE !important;
  width: 100%;
  margin: 0px 0px;
  border: 1.5px solid #AEAEAE;
  padding: 0px 18px;
  font-size: 14px !important;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
  height: 33px !important;
}
.astro-inner-am .bord-none .astrodeta-dy .astroitem-dy .availibi-dy .busy_dy {
  border: 1.5px solid #FF0000;
  color: #FF0000 !important;
  background: #fff;
  max-width: 87px !important;
  width: 100%;
  height: 33px !important;
  padding: 0px 2px !important;
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .astro-inner-am {
    height: auto;
    margin-bottom: 25px !important;
  }
}
.card-header-city {
  background-color: #ffcc33;
  height: 45px;
  display: flex;
}
.card-header-city .card-header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-header-city .card-header-inner img {
  width: 30px;
  height: 30px;
  padding: 0 5px 5px 0px;
}
.card-header-city .card-header-inner h3 {
  color: #454545;
  font-size: 21px;
  font-family: sans-serif;
  padding-left: 2px;
}

.list-group-item {
  padding: 8px 8px;
}

.scroller-thin::-webkit-scrollbar {
  width: 3px;
  cursor: pointer;
  background-color: #ffcc33;
}

.scroller-thin::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3019607843);
  background-color: #ffcc33;
  cursor: pointer;
}

.scroller-thin::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}

li.list-group-item a::after {
  line-height: 16px;
  font-size: 30px;
}

.payment-option {
  margin-bottom: 1rem;
  border: 1px solid #E6E6E6;
  padding: 1rem 0;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
}
.payment-option a {
  text-decoration: none;
}

.payment-option p {
  color: #505050;
  margin-bottom: 0;
  font-size: 18px;
}

.payment-option img {
  max-width: 70px;
  height: 70px;
  width: 100%;
}

.btn-social {
  height: 2rem;
  width: 2rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100% !important;
}

@media (max-width: 620px) {
  .payment-option {
    padding: 0.3rem 0;
  }
  .payment-option p {
    font-size: 12px;
    font-weight: 400;
  }
  .payment-option img {
    max-width: 40px;
    height: 40px;
  }
}
.kundli-en img {
  width: 100%;
  height: 220px !important;
}

@media (max-width: 768px) {
  .kundli-en img {
    width: 100%;
    height: 95px !important;
  }
}
.kundli-sticker-section {
  background-color: #f5f5f5;
  height: 53.5%;
  display: flex;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.12);
}
.kundli-sticker-section img {
  width: 100%;
  height: 220px;
}
.kundli-sticker-section .sticker-content {
  display: flex;
  justify-content: center;
  place-items: center;
  flex-direction: column;
}
.kundli-sticker-section .sticker-content h2 {
  font-family: "Poppins", sans-serif;
  color: #010101;
  margin-bottom: 15px;
  font-size: 170%;
  font-weight: bold;
}
.kundli-sticker-section .sticker-content p {
  font-size: 130%;
  font-weight: 500;
}
.kundli-sticker-section .sticker-content a.consult-button {
  background-color: #f17223;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.64), 0 3px 0px 0 rgba(0, 0, 0, 0.14);
  color: #ffffff;
  border-radius: 26px;
  padding: 1.3% 5%;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .kundli-sticker-section {
    background-color: #f5f5f5;
    height: 53.5%;
    display: flex;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .kundli-sticker-section img {
    width: 100%;
    height: 220px;
  }
  .kundli-sticker-section .sticker-content {
    display: flex;
    justify-content: center;
    place-items: center;
    flex-direction: column;
  }
  .kundli-sticker-section .sticker-content h2 {
    font-family: "Poppins", sans-serif;
    color: #010101;
    margin-bottom: 15px;
    font-size: 183%;
    font-weight: bold;
  }
  .kundli-sticker-section .sticker-content p {
    font-size: 130%;
    font-weight: 500;
  }
  .kundli-sticker-section .sticker-content a.consult-button {
    background-color: #f17223;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.64), 0 3px 0px 0 rgba(0, 0, 0, 0.14);
    color: #ffffff;
    border-radius: 26px;
    padding: 1.3% 5%;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .kundli-sticker-section {
    height: 33%;
  }
  .kundli-sticker-section img {
    width: 100%;
    height: 96px;
  }
  .kundli-sticker-section .sticker-content h2 {
    margin-bottom: 0px;
    font-size: 100%;
    font-weight: bold;
  }
  .kundli-sticker-section .sticker-content p {
    font-size: 80%;
    font-weight: 500;
    margin-top: -6px;
    margin-bottom: 0;
  }
  .kundli-sticker-section .sticker-content a.consult-button {
    border-radius: 26px;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.64), 0 3px 0px 0 rgba(0, 0, 0, 0.14);
    margin: 1px 0px 5px 0;
    padding: 0% 5%;
    font-size: 60%;
  }
}
@media (max-width: 572px) {
  .kundli-sticker-section {
    height: 34.5%;
  }
  .kundli-sticker-section img {
    width: 100%;
    height: 96px;
  }
  .kundli-sticker-section .sticker-content h2 {
    margin-bottom: 0px;
    font-size: 100%;
    font-weight: bold;
  }
  .kundli-sticker-section .sticker-content p {
    font-size: 77%;
    font-weight: 500;
    margin-top: -6px;
    margin-bottom: 0;
  }
  .kundli-sticker-section .sticker-content a.consult-button {
    border-radius: 26px;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.64), 0 3px 0px 0 rgba(0, 0, 0, 0.14);
    margin: 1px 0px 5px 0;
    padding: 0% 5%;
    font-size: 75%;
  }
}
@media (max-width: 380px) {
  .kundli-sticker-section {
    height: 34%;
  }
  .kundli-sticker-section img {
    width: 100%;
    height: 96px;
  }
  .kundli-sticker-section .sticker-content h2 {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
  }
  .kundli-sticker-section .sticker-content p {
    font-size: 12px;
    font-weight: 500;
    margin-top: -9px;
    margin-bottom: 0;
  }
  .kundli-sticker-section .sticker-content a.consult-button {
    border-radius: 26px;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.64), 0 3px 0px 0 rgba(0, 0, 0, 0.14);
    margin: 1px 0px 5px 0;
    padding: 0% 7%;
    font-size: 12px;
  }
}
.atab {
  display: none;
}

.atab.active {
  display: block;
}

.zodiac-sign-meaning {
  border: 1px solid rgb(240, 235, 235);
  height: 78px;
  border-radius: 10px;
  box-shadow: 0 6px 12px whitesmoke;
  background: linear-gradient(90deg, rgb(248, 197, 42) 0%, rgb(255, 207, 60) 17%, rgb(251, 207, 75) 35%, rgb(254, 212, 88) 51%, rgb(253, 214, 95) 72%, rgb(248, 214, 113) 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  width: 100%;
  white-space: nowrap;
}
.zodiac-sign-meaning .btnzodiac {
  margin: 4px 10px;
  padding: 3px 10px;
  border-radius: 30px;
  /* outline: none; */
  border: 1px solid #fd7e14;
  white-space: nowrap;
}
.zodiac-sign-meaning .active-meaning {
  background-color: #fd7e14;
  color: white;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0px;
  overflow: auto;
  margin: 10px 0px;
  width: 100%;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list .defaultactive {
  background-color: #fd7e14;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list .defaultactive a {
  color: #fff;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list li {
  list-style: none;
  border: 1px solid #fd7e14;
  border-radius: 30px;
  padding: 5px 8px;
  margin: 10px 10px;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list li:hover {
  background-color: #fd7e14;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list li:hover a {
  color: #fff;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list li a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.zodiac-sign-meaning .zodiac-sign-meaning-list li a:hover {
  text-decoration: none;
}

.talk-banner {
  height: auto;
}
.talk-banner .talk-bg {
  background: linear-gradient(90deg, #FFDD5E 0%, #FFD96E 65.1%, #FFD39D 88.62%);
  border-radius: 10px;
}
.talk-banner .talk-bg .banner-content {
  margin: 60px 0px 0px 40px;
}
.talk-banner .talk-bg .banner-content p {
  font-size: 24px;
  font-weight: 500;
}
.talk-banner .talk-bg .banner-content h1 {
  font-weight: 600;
  font-size: 30px;
}
.talk-banner .talk-bg .banner-content .banner-images-inner-mobile {
  display: none;
}
.talk-banner .talk-bg .talk-banner-images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.talk-banner .talk-bg .talk-banner-images .banner-images-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.talk-banner .talk-bg .talk-banner-images .banner-images-inner .img-play2 {
  margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .talk-banner {
    display: none;
    height: auto;
  }
  .talk-banner .talk-bg {
    background: linear-gradient(90deg, #FFDD5E 0%, #FFD96E 65.1%, #FFD39D 88.62%);
    border-radius: 10px;
  }
  .talk-banner .talk-bg .banner-content {
    margin: 60px 0px 0px 40px;
  }
  .talk-banner .talk-bg .banner-content p {
    font-size: 20px;
    font-weight: 500;
  }
  .talk-banner .talk-bg .banner-content h1 {
    font-weight: 600;
    font-size: 24px;
  }
  .talk-banner .talk-bg .talk-banner-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-inner .img-play2 {
    margin-top: 12px;
  }
}
@media (min-width: 572px) and (max-width: 768px) {
  .talk-banner {
    display: none;
    height: auto;
  }
  .talk-banner .talk-bg {
    background: linear-gradient(90deg, #FFDD5E 0%, #FFD96E 65.1%, #FFD39D 88.62%);
    border-radius: 10px;
  }
  .talk-banner .talk-bg .banner-content {
    margin: 25px 0px 0px 40px;
  }
  .talk-banner .talk-bg .banner-content p {
    font-size: 14px;
    font-weight: 500;
  }
  .talk-banner .talk-bg .banner-content h1 {
    font-weight: 700;
    font-size: 14px;
  }
  .talk-banner .talk-bg .banner-content .banner-images-inner-mobile {
    display: block;
    margin-bottom: 15px;
  }
  .talk-banner .talk-bg .banner-content .banner-images-inner-mobile img {
    margin-top: 12px;
    width: 70px;
    height: 20px;
  }
  .talk-banner .talk-bg .talk-banner-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-phone img {
    width: 70px;
    height: 130px;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-inner .img-play2 {
    margin-top: 12px;
  }
}
@media (max-width: 572px) {
  .talk-banner {
    display: none;
    height: auto;
  }
  .talk-banner .talk-bg {
    background: linear-gradient(90deg, #FFDD5E 0%, #FFD96E 65.1%, #FFD39D 88.62%);
    border-radius: 10px 10px 0px 0px;
  }
  .talk-banner .talk-bg .banner-content {
    margin: 15px 0px 0px 10px;
  }
  .talk-banner .talk-bg .banner-content p {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .talk-banner .talk-bg .banner-content h1 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .talk-banner .talk-bg .banner-content .banner-images-inner-mobile {
    display: block;
    margin-bottom: 15px;
  }
  .talk-banner .talk-bg .banner-content .banner-images-inner-mobile img {
    margin-top: 12px;
    width: 70px;
    height: 20px;
  }
  .talk-banner .talk-bg .width-60 {
    width: 60%;
  }
  .talk-banner .talk-bg .width-35 {
    width: 35%;
  }
  .talk-banner .talk-bg .talk-banner-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-phone img {
    width: 70px;
    height: 102px;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
  }
  .talk-banner .talk-bg .talk-banner-images .banner-images-inner .img-play2 {
    margin-top: 12px;
  }
}
.offer-section {
  display: none;
}

@media (max-width: 572px) {
  .offer-section {
    background: #FFCA28;
    display: block;
  }
  .offer-section .call-chat-offer {
    height: 26px;
    margin: 0px 0px;
  }
  .offer-section p {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 12px;
  }
}
.productdesc ul {
  margin-left: -20px;
}

.deah-calculator-order-tool p {
  text-align: center;
}

.deah-calculator-order-tool h2 {
  text-align: center !important;
}

.underline-banner {
  font: 700 40px "Poppins", sans-serif;
}
.underline-banner::before {
  content: "";
  position: absolute;
  border: 2px solid #FFFFFF;
  width: 220px;
  top: 140px;
}

.text-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px !important;
  font: 700 40px "Poppins", sans-serif;
}
.text-underline::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 2.5px;
}

.tool-num {
  background: linear-gradient(264.83deg, rgba(255, 202, 40, 0.8) 46.41%, rgba(255, 112, 0, 0.616) 134.94%) !important;
}

.right-numerology {
  position: relative;
}

.img-fluid-banner {
  position: absolute;
  top: 79px;
  right: 88px;
  width: 34%;
  filter: brightness(60%) invert(13%);
}

.hero-content p {
  font: 400 35px "Poppins", sans-serif;
  line-height: 50px;
}

.hero-content-margin {
  margin-top: 1rem;
}

.banner-section, .banner-section-80, .banner-section-20-0 {
  height: 200px;
  display: grid;
  align-content: center;
  margin-top: 10px;
  padding-top: 12px;
}

.right-banner-content p {
  font-size: 28px;
  margin-top: 15px;
}

@media (max-width: 475px) {
  .deah-calculator-order-tool h2 {
    text-align: left !important;
  }
  .hero-content-margin {
    margin-top: 5rem;
  }
  .text-hero-banner {
    font-size: 16px !important;
  }
  .img-fluid-banner {
    position: absolute;
    top: -3px;
    right: 57px;
    width: 30% !important;
  }
  .text-underline {
    font: 700 16px "Poppins", sans-serif;
    line-height: 26px;
    margin-bottom: 15px !important;
  }
  .text-underline::before {
    content: "";
    bottom: -4px;
    width: 70%;
    height: 2.5px;
  }
  .underline-banner {
    font: 700 15px "Poppins", sans-serif;
    line-height: 26px;
  }
  .underline-banner::before {
    content: "";
    position: absolute;
    border: 2px solid #FFFFFF;
    width: 135px;
    top: 82px;
  }
  .hero-content p {
    font: 400 20px "Poppins", sans-serif;
    line-height: 25px;
  }
  .death-calculator-mob {
    display: flex;
    flex-direction: column;
    margin-bottom: -20px;
  }
  .deah-calculator-order-head {
    order: 1;
    margin-bottom: 0px;
    padding-bottom: 0px 0px;
  }
  .order-head-margin {
    margin-bottom: 1rem;
  }
  .bot-padding {
    padding-bottom: 1rem;
  }
  .deah-calculator-order-tool {
    order: 0;
    padding-bottom: 0px 0px;
  }
  .deah-calculator-order-tool .order-head {
    text-align: start;
  }
  .section-padding {
    padding: 10px 0px !important;
  }
  .section-padding-10 {
    padding: 0px;
  }
  .deah-calculator-order-tool p {
    text-align: justify;
  }
  .gender_select {
    text-align: left !important;
  }
  .death-calculator-form-section {
    background-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .banner-section-80 {
    height: 180px;
    margin-top: 10px;
    padding-top: 28px;
  }
  .banner-section-20-0 {
    height: 200px;
    margin-top: 10px;
    padding-top: 32px;
  }
  .banner-section-20-0 p {
    font-size: 16px !important;
  }
  .banner-section {
    height: 160px;
    margin-top: 10px;
    padding-top: 28px;
  }
  .right-banner-content p {
    font-size: 18px;
    margin-top: 0px;
  }
  .text-hero-banner {
    font-size: 16px !important;
  }
  .img-fluid-banner {
    position: absolute;
    top: -3px;
    right: 57px;
    width: 30% !important;
  }
  .text-underline {
    font: 700 16px "Poppins", sans-serif;
    line-height: 26px;
    margin-bottom: 15px !important;
  }
  .text-underline::before {
    content: "";
    bottom: -4px;
    width: 70%;
    height: 2.5px;
  }
  .underline-banner {
    font: 700 15px "Poppins", sans-serif;
    line-height: 26px;
  }
  .underline-banner::before {
    content: "";
    position: absolute;
    border: 2px solid #FFFFFF;
    width: 135px;
    top: 82px;
  }
  .hero-content p {
    font: 400 20px "Poppins", sans-serif;
    line-height: 25px;
  }
  .death-calculator-mob {
    display: flex;
    flex-direction: column;
    margin-bottom: -20px;
  }
  .deah-calculator-order-head {
    order: 1;
    margin-bottom: 0px;
    padding-bottom: 0px 0px;
  }
  .deah-calculator-order-tool {
    order: 0;
    padding-bottom: 0px 0px;
  }
  .deah-calculator-order-tool .order-head {
    text-align: start;
  }
  .section-padding {
    padding: 12px 0px !important;
  }
  .section-padding-10 {
    padding: 0px;
  }
  .deah-calculator-order-tool p {
    text-align: justify;
  }
  .gender_select {
    text-align: left !important;
  }
  .death-calculator-form-section {
    background-color: #FFFFFF;
  }
}
.daily-tarot-section {
  background-color: #f8f8f8;
}

#circle {
  width: 100%;
  height: 100%;
  transform: rotate(135deg);
}

#circle-percentage {
  position: absolute;
  color: #444;
  top: -3em;
  left: 0.3em;
  right: 0;
  font-size: 4em;
}

.love-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 475px) {
  .love-progress-bar {
    display: flex;
    flex-direction: column;
  }
  .love_img {
    padding: 6px;
  }
  .right-numerology {
    padding: 5px 0px;
  }
  .zodiac-sign-text-style {
    background: #fff;
    border-radius: 19px;
    padding: 3% 12%;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    box-shadow: 1px 1px 4px #919191;
  }
  .zodiac-sign-text-style p {
    font-size: 12px;
  }
}
.zodiac-sign-text-style {
  background: #fff;
  border-radius: 19px;
  padding: 3% 12%;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  box-shadow: 1px 1px 4px #919191;
}
.zodiac-sign-text-style a {
  text-decoration: none;
  color: #000;
}

.horoscope-link .zodiac-img {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #FD7E14;
}

.compatible_tool_style {
  border: 1px solid #ffcc33;
  border-radius: 13px;
  padding: 10px 5px;
  margin: 5px 0px;
}

.zodiac-sign-text-sagittarius {
  background: #fff;
  border-radius: 19px;
  padding: 3% 12%;
  text-transform: capitalize;
  font-size: 100%;
  font-weight: 500;
  box-shadow: 1px 1px 4px #919191;
}

.hero-banner-sagittarius {
  font-size: 20px;
}

.zodiac-link-text {
  font-size: 18px;
}

.right-zodiac-compatiblity img {
  margin-top: 25px;
  width: 125%;
  height: auto;
}

@media (max-width: 992px) {
  .progress {
    height: 16px !important;
    font-size: 0.65rem;
  }
  .desktop-show {
    display: none;
  }
  .love-progress-bar {
    display: flex;
    flex-direction: column;
  }
  .love_img {
    padding: 6px;
  }
  .hero-para {
    font: 400 28px "Poppins", sans-serif !important;
    line-height: 35px !important;
  }
  .hero-h1 {
    font: 700 28px "Poppins", sans-serif !important;
    line-height: 35px !important;
  }
  .right-zodiac-compatiblity img {
    width: 112% !important;
    height: auto !important;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .hero-para {
    font: 400 14px "Poppins", sans-serif !important;
    line-height: 22px !important;
  }
  .hero-h1 {
    font: 700 18px "Poppins", sans-serif !important;
    line-height: 20px !important;
  }
  .right-zodiac-compatiblity img {
    width: 70px !important;
    height: 80px !important;
    margin-top: 35px;
  }
}
@media (max-width: 572px) {
  .right-zodiac-compatiblity img {
    width: 65px !important;
    height: 65px !important;
    margin-top: 35px;
  }
  .table-responsive-sm {
    width: 100%;
    overflow-x: auto;
    display: block;
  }
  .zodiac-sign-text-style {
    background: #fff;
    border-radius: 19px;
    padding: 3% 10%;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    box-shadow: 1px 1px 4px #919191;
  }
  .zodiac-sign-text-style p {
    font-size: 12px;
  }
  .compatible_tool_style {
    border: 1px solid #ffcc33;
    border-radius: 13px;
    padding: 10px 5px;
    margin: 0px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-banner-sagittarius {
    font-size: 18px !important;
  }
  .zodiac-sign-text-sagittarius {
    font-size: 68%;
    padding: 0% 8%;
  }
}
/*===== The CSS =====*/
.progress-bar {
  border-radius: 10px;
  background-color: #fd7e14;
  padding-right: 5px;
  text-align: end;
}

.progress {
  height: 20px;
  margin: 5px;
  margin-left: 0px;
  width: 100%;
  border-radius: 10px;
}

.desc-horos-box {
  width: 98%;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.desc-horos-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.desc-horos-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.desc-horos-list ul li {
  background-color: #eaeaea;
  border-radius: 17px;
  padding: 4px 20px;
  margin-right: 10px;
  font-size: 15px;
}
.desc-horos-list ul li a {
  text-decoration: none;
  color: #454545;
  font-size: 140%;
  font-weight: 400;
}
.desc-horos-list ul li a:active {
  background-color: #454545;
  color: #ffffff;
}

@media (max-width: 572px) {
  .desc-horos-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .desc-horos-list ul li {
    margin: 10px;
    text-align: center;
    width: 40%;
  }
  .desc-horos-list ul li a {
    font-size: 100%;
  }
}
@media (min-width: 573px) and (max-width: 992px) {
  .desc-horos-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .desc-horos-list ul li {
    margin: 10px;
    text-align: center;
    width: 40%;
  }
  .desc-horos-list ul li a {
    font-size: 130%;
  }
}
.modal-width {
  left: 20%;
  width: 60%;
  height: 100%;
}

.model-box-style {
  width: 100%;
  margin: 0;
  /*height: 550px;*/
}

.desc-parent-img {
  background: #FFCA28;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  border-radius: 20px 0px 0px 20px;
  padding: 0px;
}

.pop-bg-parent {
  position: relative;
}

.popup-text-start {
  text-align: center;
  font-size: 22px;
  position: absolute;
  font-weight: 400;
  top: 8%;
  line-height: 29px;
}

.talk_to_line {
  position: absolute;
  bottom: 21%;
}

.popup-text-end {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 5px;
}

.popup-text-end2 {
  font-size: 24px;
  margin-bottom: 0px;
}

#bg-popup-img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  opacity: 0.15;
}

#botasset-popup-img {
  position: absolute;
  top: 35%;
  left: 20%;
  width: 50%;
  opacity: 0.45;
  z-index: 0;
}

#botEclips-popup-img {
  position: absolute;
  top: 20%;
  left: 0%;
  z-index: 2;
  width: 90%;
  mix-blend-mode: color-dodge;
  opacity: 1.5;
}

.box-text-content {
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #454545;
  margin-bottom: 5px;
}

.box-text2-content {
  color: #808284;
  font-size: 15px;
  font-weight: 400;
}

.box-right-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
}
.box-right-style img {
  margin-bottom: 40px;
  width: 50%;
}
.box-right-style h5 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
}
.box-right-style .enter_heading {
  font-size: 26px;
  margin-bottom: 0px;
}
.box-right-style .enter_otp {
  margin-bottom: 5px;
  width: 100%;
}

.close-btn-style {
  position: absolute;
  top: 17.3% !important;
  left: 3% !important;
  background-color: none;
}

.app-store-logo {
  position: absolute;
  bottom: 0%;
  text-align: center;
}

.modal-box-width {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: calc(100% - 3.5rem);
}

.modal-box-style {
  border-radius: 20px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 457px) {
  .desc-parent-img {
    display: none !important;
    background: #FFCA28;
    border-radius: 20px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }
  .modal-width {
    left: 0%;
    width: 100%;
    z-index: 999999;
  }
  .box-text-content {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .box-text2-content {
    font-size: 14px;
  }
  .form-text-placeholder {
    font-size: 15px !important;
    padding: 1.175rem 0.75rem;
    height: 45px;
  }
  .logo-image {
    display: none;
  }
  .box-right-style img {
    margin: 10px 0;
  }
  .box-right-style h5 {
    font-size: 20px;
  }
  .modal-title-heading {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background-color: #FFFFFF;
    width: 90%;
    display: block;
    margin-bottom: 20px;
  }
  .modal-header-style {
    padding: 18px 0 10px !important;
    border-bottom: none !important;
    text-align: center;
  }
  .modal-header-style img {
    display: block;
  }
  .modal-body-style {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF !important;
    padding: 10px 24px 30px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .modal-body-style .modal-body-div-style {
    width: 50%;
    display: none;
  }
  .login-close {
    position: absolute;
    top: 10px !important;
    right: 15px !important;
  }
  .close-btn-style {
    position: absolute;
    top: 0.5% !important;
    left: 90% !important;
    background-color: none;
  }
}
@media (min-width: 458px) and (max-width: 991px) {
  .desc-parent-img {
    display: none !important;
    background: #FFCA28;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 50px;
  }
  .modal-width {
    left: 5%;
    width: 90%;
  }
  .model-box-style {
    height: 320px;
  }
  .box-text-content {
    font-size: 20px;
  }
  .form-text-placeholder {
    font-size: 18px !important;
    padding: 1.175rem 0.75rem;
    height: calc(2em + 0.75rem + 2px) !important;
  }
  .box-text2-content {
    font-size: 14px;
  }
  .logo-image {
    display: none;
  }
  .box-right-style img {
    margin-bottom: 15px;
    width: 32%;
  }
  .box-right-style h5 {
    font-size: 20px;
  }
  .modal-title-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FFFFFF;
  }
  .modal-header-style {
    padding: 18px 0 10px !important;
    border-bottom: none !important;
    text-align: center;
  }
  .modal-header-style img {
    display: block;
  }
  .modal-body-style {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF !important;
    padding: 10px 24px 30px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .modal-body-style .modal-body-div-style {
    width: 50%;
    display: none;
  }
  .login-close {
    position: absolute;
    top: 10px !important;
    right: 15px !important;
  }
  .close-btn-style {
    position: absolute;
    top: 0% !important;
    left: 90% !important;
    background-color: none;
  }
}
@media (min-width: 992px) {
  .desc-parent-img {
    display: flex;
  }
  .modal-dialog-centered-style {
    max-width: 100% !important;
  }
  .logo-image {
    display: block;
  }
  .model-content-style {
    width: 700px;
  }
  .box-text-content {
    font-size: 16px;
  }
  .modal-header-style {
    padding: 18px 0 10px !important;
    border-bottom: none !important;
    text-align: center;
  }
  .modal-header-style img {
    display: none;
  }
  .modal-body-style {
    width: 700px;
    margin: 0;
  }
  .modal-body-style .modal-body-div-style {
    display: block;
  }
  .close-btn-style {
    top: 0% !important;
    left: 93% !important;
  }
  .form-text-placeholder {
    font-size: 14px !important;
    height: calc(2.2em + 0.75rem + 2px) !important;
  }
}
@media (min-width: 1201px) {
  .desc-parent-img {
    border-radius: 20px 0px 0px 20px;
  }
  .box-text-content {
    font-size: 16px;
  }
  .box-text2-content {
    font-size: 20px;
  }
  .form-text-placeholder {
    font-size: 18px !important;
    height: calc(2em + 0.7rem + 2px) !important;
  }
  .close-btn-style {
    top: 0% !important;
    left: 93% !important;
  }
}
.major-card-container:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hometarotbtn {
  width: 100%;
}

.sun_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(108, 117, 125, 0.3607843137);
  border-radius: 12px;
  padding: 10px 30px;
}

.sunrise_box {
  text-align: center;
}
.sunrise_box img {
  width: 60px;
}

.sunrise-name {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
}

.sunrise-time {
  color: #454545;
  font-weight: 100;
}

.auspicious-box {
  text-align: start;
  border-radius: 15px;
  padding: 18px 16px;
  margin: 5px 5px;
}
.auspicious-box p {
  text-align: start !important;
  margin-bottom: 0px !important;
}
.auspicious-box h3 {
  font-size: 18px !important;
  margin-bottom: 0px !important;
}

.panchang-box p {
  font-size: 12px;
}

.panchange_table {
  width: 100%;
  border-collapse: separate;
  border-radius: 10px !important;
}
.panchange_table h3 {
  font-size: 18px !important;
  margin-bottom: 0px;
}
.panchange_table p {
  text-align: start !important;
  margin-bottom: 0px;
}
.panchange_table td {
  text-align: start !important;
  border: 2px solid rgba(108, 117, 125, 0.3607843137);
  padding: 10px 12px;
}

.panchang-box h3 {
  font-size: 14px;
}

.auspicious-box {
  height: 125%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job-sub-title-new {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 500;
}

.job-sub-title-panchang {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .job-sub-title-panchang {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 500;
  }
  .sunrise_box img {
    width: 100%;
  }
  .sunrise-name, .sunrise-time {
    font-size: 70%;
  }
  .auspicious-box {
    height: 95%;
  }
  .auspicious-box h3 {
    font-size: 14px !important;
  }
  .auspicious-box p {
    font-size: 12px !important;
  }
  .panchange_table p {
    font-size: 12px !important;
    text-align: left;
    margin-bottom: 0px;
  }
  .panchange_table h3 {
    font-size: 14px !important;
    margin-bottom: 0px;
  }
}
.form-block {
  margin: 30px 20px 0px 20px;
}
.form-block .submit-btn-kundli {
  margin-bottom: 30px;
}

.Kundli-form-box .form-control {
  height: 44px;
  border-radius: 10px;
}

.Kundli-form-box label {
  display: flex !important;
}

.Kundli-form-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.kundli-form-header {
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.kundli-form-header .generate-kundli {
  border-radius: 10px 0px 0px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #8A8A8A;
  border: none;
  width: 50%;
  height: 6px 0px;
}
.kundli-form-header .view-kundli {
  border-radius: 0px 10px 0px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #8A8A8A;
  border: none;
  width: 50%;
  height: 6px 0px;
}

.kundli-btn-color {
  background: #FFD3AC;
  color: #000000 !important;
  border-bottom: 2px solid #FF9900 !important;
}

.view-signup-kundli-form {
  overflow: hidden;
  height: 375px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0px 20px 0px 20px;
}
.view-signup-kundli-form p {
  margin-top: 15%;
  font: 24px 400 black;
}
.view-signup-kundli-form button {
  border-radius: 61px;
  margin-bottom: 20px;
}
.view-signup-kundli-form .list-group-item:first-child {
  border-radius: 10px;
  text-align: left;
}
.view-signup-kundli-form .list-group-item:first-child .user-text-name {
  text-transform: capitalize;
}

.kundli-users-list {
  max-height: 318px !important;
}

.kundli-delete-form {
  position: absolute;
  bottom: 12%;
  right: 8%;
}
.kundli-delete-form .fa {
  font-size: 20px;
}

.search-kundli-user {
  margin-bottom: 5px;
}

.kundli-section {
  margin: 10px 14px;
}

.kundli-banner-background {
  background-image: url("/static/img/icons/tool-icons/kundli-banner-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kundli-banner-background .kundli-banner {
  display: flex;
  align-items: center;
}
.kundli-banner-background .kundli-banner .kundli-banner-content {
  margin-left: 20px;
}
.kundli-banner-background .kundli-banner .kundli-banner-content h2 {
  color: #FFFFFF;
  margin-bottom: 22px;
}

@media (max-width: 575px) {
  .view-signup-kundli-form {
    height: 375px;
  }
  .view-signup-kundli-form p {
    margin-top: 150px;
  }
  .kundli-form-header {
    display: flex;
    justify-content: space-between;
  }
  .kundli-form-header .generate-kundli {
    font-size: 16px;
  }
  .kundli-form-header .view-kundli {
    font-size: 16px;
  }
  .kundli-banner-background {
    width: 95%;
    height: 140px;
    align-self: center;
    border-radius: 10px;
  }
  .kundli-banner-background .kundli-banner img {
    width: 16%;
  }
  .kundli-banner-background .kundli-banner .kundli-banner-content {
    margin-left: 20px;
  }
  .kundli-banner-background .kundli-banner .kundli-banner-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .kundli-banner-background .kundli-banner .kundli-banner-content .btn {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 16px;
    background-color: #FF7000;
    border-color: #FF7000;
  }
}
#mobileBanner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 15%);
}

#mobileBanner .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin-right: 0px !important;
  background: #cacccb;
}

#mobileBanner .owl-dots .owl-dot.active span {
  background: #7e7d7d;
}

.padding-zero {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 475px) {
  #mobileBanner .owl-dots {
    display: none;
  }
}
@media (min-width: 992px) {
  .mob-horoscope-list-desc {
    overflow-x: auto;
    padding-left: 0%;
  }
}
@media screen and (max-width: 786px) {
  .left-matchmaking {
    background-color: #F0F8FD;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 5px 0px 0px 0px;
  }
  .right-matchmaking {
    background-color: #FFF7FC;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 5px 0px 0px 0px;
  }
}
.quotes-box {
  position: relative;
  margin: auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quotes-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}
.quotes-container li {
  list-style: none;
  margin: 10px 15px;
  padding: 5px 12px;
  border-radius: 10px;
  border: 1px solid #CACACA;
}
.quotes-container li.active {
  background: #fd7e14;
}
.quotes-container li.active a {
  color: #fff;
}
.quotes-container li a {
  color: #000;
  padding: 0px 0px;
  font-size: 17px;
  text-decoration: none;
}

.quotes-content {
  padding: 20px;
}
.quotes-content p {
  font-size: 15px;
  margin-bottom: 5px;
}

.whatsapp_btn_position {
  text-align: right;
  position: absolute;
  right: 10%;
  top: -10px;
}
.whatsapp_btn_position .whatsapp_btn {
  border: 1px solid grey;
  color: #000 !important;
  border: 1px solid grey !important;
  text-transform: capitalize !important;
}
.whatsapp_btn_position .whatsapp_btn .whatsapp_icon {
  mix-blend-mode: darken;
}

.whatsapp_btn_position_quotes {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.whatsapp_btn_position_quotes .whatsapp_btn {
  border: 1px solid grey;
  color: #000 !important;
  border: 1px solid grey !important;
  text-transform: capitalize !important;
  padding: 0px 5px !important;
}

.whatsapp_btn_position_quotes .whatsapp_btn .whatsapp_icon {
  mix-blend-mode: darken;
}

.quote-box-container1 {
  background: url("../../img/logos/quotes-bg1.png");
  background-position: inherit;
  background-repeat: no-repeat;
  height: 175px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.quote-box-container2 {
  background: url("../../img/logos/quotes-bg2.png");
  background-position: inherit;
  background-repeat: no-repeat;
  height: 175px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .quotes-container li {
    margin: 5px;
    padding: 5px 8px;
  }
  .quotes-container li a {
    padding: 0px;
    font-size: 15px;
  }
}
@media (min-width: 476px) and (max-width: 768px) {
  .quotes-content {
    width: 330px;
    margin: auto;
  }
  .whatsapp_btn_position {
    text-align: right;
    position: absolute;
    right: 25%;
    top: -14px;
  }
}
@media (max-width: 476px) {
  .quote-box-container2, .quote-box-container1 {
    width: 380px;
  }
}
.share_what_btn span {
  font-weight: bold;
}

.share_what_btn {
  border: 1px solid grey;
  border-radius: 10px;
  width: 185px;
}

.share_what_btn button {
  font-size: 16px;
  color: black;
  display: flex;
  border: none;
  align-items: center;
  margin: auto;
}

.modal_footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media (max-width: 768px) {
  #calculatorModal .modalContent button.btn {
    width: auto !important;
  }
  .share_what_btn {
    width: auto;
    margin-bottom: 0px;
  }
  .share_what_btn button {
    margin-bottom: 0px !important;
  }
}
.hero-section {
  background-position: center center;
  background-size: cover;
}
.hero-section.aarti-hero {
  background-image: url("../../img/banners/aarti-banner.jpg");
}

@media (min-width: 475px) {
  #headersection {
    display: none;
  }
  .your_daily_predict {
    display: none;
  }
}
.achievement-section {
  display: none;
}

@media (max-width: 1200px) {
  #page-content .home-astrologers > div {
    flex: 1 1 48%;
  }
  .steps-wrapper .steps::after {
    top: 33%;
    right: -20px;
  }
  .steps-wrapper .steps .step-icon {
    width: 100px;
  }
  .container-masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 992px) {
  .d-display-none {
    display: none;
  }
  .dark-background-menu {
    content: "";
    width: 144%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
  }
  #mainNav #navbarResponsive {
    position: fixed;
    z-index: 999;
    width: 70%;
    height: 100vh;
    left: 0;
    top: 0;
    overflow-y: auto;
  }
  #mainNav #navbarResponsive:before {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
  }
  #mainNav #navbarResponsive button {
    position: absolute;
    z-index: 99;
    left: 300px;
  }
  #mainNav #navbarResponsive.show .navbar-nav {
    margin-left: 0px !important;
  }
  #mainNav #navbarResponsive .navbar-nav {
    background-image: url("../../img/instaastro-logo.svg");
    background-repeat: no-repeat;
    background-size: 155px;
    background-position: 20px 20px;
    background-color: #fff;
    max-width: 350px;
    min-height: 100%;
    margin-left: -350px !important;
    padding: 80px 0;
    position: relative;
    transition: 0.4s all;
  }
  #mainNav #navbarResponsive .navbar-nav .nav-item {
    padding: 0 20px;
  }
  #mainNav #navbarResponsive .navbar-nav .nav-item.active {
    border-left: 3px solid #FD7E14;
  }
  .pointers .pointer-item:nth-child(2) {
    border: none;
    border-top: 1px solid #606366;
    border-bottom: 1px solid #606366;
    margin: 20px 0;
    padding: 20px 0;
  }
  .in-news .news-wrapper .new-item {
    width: 25%;
  }
  .horoscopes .hotoscope-box {
    flex: 1 1 20%;
  }
  .icon-box {
    margin-bottom: 60px;
  }
  .hero-pointer .pointer-item:nth-child(2) {
    border: none;
    border-left: 2px solid #606366;
    border-right: 2px solid #606366;
    padding: 0 15px;
    margin: auto;
  }
  .hero-pointer .pointer-item .pointer-wrapper .number {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-pointer .pointer-item .pointer-wrapper .number span {
    font-size: 20px;
  }
  .tarot-image-section .tarot-card {
    width: 22%;
  }
  .custom-page span.highlighter {
    right: unset;
    left: 49px;
  }
  .custom-page span.highlighter.poojaBook {
    left: 118px;
  }
  .custom-page span.highlighter.poojaBookhindi {
    left: 88px;
  }
  .custom-page .large_menu {
    width: 100% !important;
    padding: 0px !important;
    background: #ffffff;
    border: none;
    box-shadow: unset;
    border-radius: unset;
    top: unset;
  }
  .custom-page .large_menu li {
    width: 100% !important;
    float: unset;
    margin-right: 0px !important;
    border-bottom: none !important;
    padding: unset;
  }
  .custom-page .large_menu li a {
    padding-left: 0px !important;
  }
  .custom-page .large_menu li:hover {
    background-color: transparent !important;
  }
  .consultaion-details,
  .astrology-buttons {
    width: 100%;
  }
  .section-padding-top-0 {
    padding-top: 0 !important;
  }
  .mob-astro-details {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 30px;
  }
  .mob-astro-details .astrologer-image {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    outline: 2px solid rgba(18, 206, 41, 0.4);
    border: 2px solid #ffffff;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .mob-astro-details .astrologer-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mob-astro-details .astro-left-details {
    text-align: center;
  }
  .mob-astro-details .astro-left-details .astrology-rating {
    margin-left: 0;
  }
  .mob-astro-details .mob-astro-details-content {
    padding-left: 15px;
    position: relative;
  }
  .mob-astro-details .mob-astro-details-content h1 {
    line-height: 25px;
    width: 85%;
    margin-bottom: 4px;
  }
  .mob-astro-details .mob-astro-details-content p {
    margin-bottom: 2px;
  }
  .mob-astro-details .mob-astro-details-content .astrologer-follow-btn {
    margin-top: 16px;
  }
  .mob-astro-details .mob-astro-details-content .followBtn button {
    background-color: #FD7E14;
  }
  .astro-skills span {
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 3px 12px;
    margin: 0 8px 10px 0;
    display: inline-block;
  }
  .btn-getApp {
    display: block;
  }
  .astrology-buttons {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0px;
    z-index: 98;
    background-color: #ffffff;
    margin: 0 !important;
    padding: 10px 12px;
    border: none;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.0705882353);
  }
  .lagna_prediction table {
    width: 100%;
  }
  .rahukaal-details {
    max-width: 100%;
    margin-bottom: 15px !important;
  }
  .mob-dsp-none {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
  .mob-horoscope-list {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .mob-horoscope-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .mob-horoscope-list ul li {
    background-color: #eaeaea;
    border-radius: 17px;
    padding: 4px 20px;
    margin-right: 10px;
    font-size: 15px;
  }
  .mob-horoscope-list ul li a {
    text-decoration: none;
    color: #454545;
  }
  .mob-horoscope-list ul li.active {
    background-color: #454545;
  }
  .mob-horoscope-list ul li.active a {
    color: #ffffff;
  }
  .mob-live-streaming {
    padding: 0;
    margin: 0;
  }
  .mob-live-streaming .container {
    padding: 0;
    margin: 0;
  }
  .mob-live-streaming .container .inner-livestreaming {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    position: relative;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section {
    display: flex !important;
    position: absolute;
    bottom: 12px;
    left: 16px;
    height: auto;
    background-color: transparent;
    justify-content: space-between;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section .live-chat-btn {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.3215686275);
    opacity: 1;
    padding: 4px 15px;
    letter-spacing: unset;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section .live-chat-btn img {
    width: 17px;
    margin-right: 5px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section a.live-chat-btn.share-chat-btn {
    width: 44px !important;
    margin-left: 13px;
    padding: 0 !important;
    height: 37px;
    display: flex;
    justify-content: center;
    place-items: center;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section a.live-chat-btn.share-chat-btn img {
    margin-right: 0px;
  }
  .mob-live-streaming .container .inner-livestreaming .live-videos {
    width: 100%;
  }
  .mob-live-streaming .container .inner-livestreaming .live-chats {
    display: none;
  }
  .mob-live-streaming .container .inner-livestreaming .live-streaming-header {
    display: none;
  }
  .mob-live-streaming .container .inner-livestreaming .live-streaming-body .live-ads {
    bottom: 85px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    color: #ffffff;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon {
    display: flex;
    background-color: rgba(9, 9, 9, 0.6117647059);
    border-radius: 20px;
    justify-content: center;
    place-items: center;
    padding: 3px 5px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-image {
    width: 35px;
    height: 35px;
    outline: 1px solid #ffffff;
    border: 2px solid transparent;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px;
    margin-right: 8px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details img {
    width: 10px;
    margin-bottom: 3px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details .astro-name {
    line-height: 20px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details .astro-timer {
    display: flex;
    place-items: center;
    font-size: 12px;
    line-height: 20px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details .astro-timer .astro-time {
    margin-right: 12px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .mob-follow-btn button.btn {
    background-color: rgba(255, 255, 255, 0.7294117647);
    border-radius: 30px;
    padding: 0;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    padding: 3px 12px;
    margin-left: 20px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .mob-close-btn {
    position: absolute;
    right: -27%;
    top: 15%;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list {
    color: #ffffff;
    background-color: transparent;
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 73%;
    padding: 0px 8px 0px 16px;
    max-height: 50%;
    overflow: auto;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message {
    width: 100%;
    display: flex;
    margin-bottom: 16px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-icon {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    place-items: center;
    border-radius: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    min-width: 28px;
    height: 28px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-content {
    padding-left: 10px;
    font-size: 14px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-content .message-name {
    color: #efefef;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-content .message-data {
    font-size: 16px;
    font-weight: 400;
    display: contents;
    word-break: break-all;
  }
  .mob-live-streaming .player div {
    height: 100vh !important;
  }
  .userWallet .chat-history {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .mob-live-streaming {
    padding: 0;
    margin: 0;
  }
  .mob-live-streaming .container {
    padding: 0;
    margin: 0;
  }
  .mob-live-streaming .container .inner-livestreaming {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    position: relative;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section {
    display: flex !important;
    position: absolute;
    bottom: 12px;
    left: 16px;
    height: auto;
    background-color: transparent;
    justify-content: space-between;
    width: 98%;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section .live-chat-btn {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.3215686275);
    opacity: 1;
    padding: 4px 15px;
    letter-spacing: unset;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    width: 93%;
    border: none;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section .live-chat-btn img {
    width: 17px;
    margin-right: 5px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section a.live-chat-btn.share-chat-btn {
    width: 44px !important;
    margin-left: 13px;
    padding: 0 !important;
    height: 37px;
    display: flex;
    justify-content: center;
    place-items: center;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-app-join.chat-bottom-section a.live-chat-btn.share-chat-btn img {
    margin-right: 0px;
  }
  .mob-live-streaming .container .inner-livestreaming .live-videos {
    width: 100%;
    max-height: 100vh;
  }
  .mob-live-streaming .container .inner-livestreaming .live-chats {
    display: none;
  }
  .mob-live-streaming .container .inner-livestreaming .live-streaming-header {
    display: none;
  }
  .mob-live-streaming .container .inner-livestreaming .live-streaming-body .live-ads {
    bottom: 85px;
  }
  .mob-live-streaming .container .inner-livestreaming .live-streaming-body .live-call-status {
    top: 75px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    color: #ffffff;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon {
    display: flex;
    background-color: rgba(9, 9, 9, 0.6117647059);
    border-radius: 20px;
    justify-content: center;
    place-items: center;
    padding: 3px 5px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-image {
    width: 35px;
    height: 35px;
    outline: 1px solid #ffffff;
    border: 2px solid transparent;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px;
    margin-right: 8px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details img {
    width: 10px;
    margin-bottom: 3px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details .astro-name {
    line-height: 20px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details .astro-timer {
    display: flex;
    place-items: center;
    font-size: 12px;
    line-height: 20px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .astro-details .astro-timer .astro-time {
    margin-right: 12px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-streaming-header .live-image-icon .mob-follow-btn button.btn {
    background-color: rgba(255, 255, 255, 0.7294117647);
    border-radius: 30px;
    padding: 0;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    padding: 3px 12px;
    margin-left: 20px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list {
    color: #ffffff;
    background-color: transparent;
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 73%;
    padding: 0px 8px 0px 16px;
    max-height: 40%;
    overflow: auto;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list::-webkit-scrollbar {
    opacity: 0 !important;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message {
    width: 100%;
    display: flex;
    margin-bottom: 16px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-icon {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    place-items: center;
    border-radius: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    min-width: 28px;
    height: 28px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-content {
    padding-left: 10px;
    font-size: 14px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-content .message-name {
    color: #efefef;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .mob-live-streaming .container .inner-livestreaming .mob-live-message-list .chat-message .message-content .message-data {
    font-size: 16px;
    font-weight: 400;
    display: contents;
    word-break: break-all;
  }
  .mob-live-streaming .player div {
    height: 100vh !important;
  }
  .live-streaming .container {
    margin: 0 auto;
  }
  a.widget_link .widget_container {
    min-height: 195px !important;
  }
  a.widget_link .widget_container .zodiac_image {
    width: 70px;
    height: 70px;
  }
  a.widget_link .widget_container .zodiac_sign_content p {
    line-height: 26px !important;
  }
  .top-cta-section {
    display: block !important;
  }
  /******************Insta Store CSS Start*******************/
  .product-wrapper.book-now {
    min-height: auto;
  }
  .xzoom-thumbs {
    text-align: center;
  }
  .xzoom-thumbs img {
    width: 55px;
  }
  .product-details-description .prod-description .select-dropdown {
    max-width: 100%;
  }
  .product-details-description .btn_book_now {
    width: 100%;
  }
  /******************Insta Store CSS End*******************/
}
@media (max-width: 767px) {
  .custom-page .navbar {
    padding: 0;
  }
  .tools-section {
    padding: 50px 15px !important;
  }
  .dark-background-menu {
    content: "";
    width: 144%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
  }
  #hero_slider .inner-icons {
    position: absolute;
    top: 70%;
    left: 5%;
  }
  #hero_slider .inner-icons a img {
    width: 75px !important;
  }
  .hero-section {
    background-position: center center;
    background-size: cover;
  }
  .hero-section.aarti-hero {
    background-image: url("../../img/banners/aarti-mobile-banner.jpg");
  }
  .hero-section.babyname-hero {
    background-image: url("../../img/banners/babyname-mobile-banner.jpg");
  }
  .hero-section.whatsapp-hero {
    background-image: url("../../img/banners/wallpaper-mobile-banner.png");
  }
  .hero-section.death-calculator {
    background-image: url("../../img/banners/death-calculator-mobile-banner.png");
  }
  .hero-section.friendship-calculator {
    background-image: url("../../img/banners/friendship-calculator-mobile-banner.png");
  }
  .hero-section.name-compatibility {
    background-image: url("../../img/banners/name-compatibility-mobile-image.png");
  }
  .hero-section.destiny-number {
    background-image: url("../../img/banners/destiny-number-mobile-banner.png");
  }
  .hero-section.moon-sign-calculator {
    background-image: url("../../img/banners/moon-sign-mobile-banner.png");
  }
  .hero-section.love-compatibility {
    background-image: url("../../img/banners/love-compatibility-mobile-image.png");
  }
  .hero-section.love-calculator {
    background-image: url("../../img/banners/love-calculator-mobile-image.png");
  }
  .hero-section.marriage-calculator {
    background-image: url("../../img/banners/marriage-calculator-mobile-image.png");
  }
  .hero-section.career-calculator {
    background-image: url("../../img/banners/career-calculator-mobile-image.png");
  }
  .hero-section.sun-sign-calculator {
    background-image: url("../../img/banners/sun-sign-calculator-mobile-image.png");
  }
  .hero-section.lucky-color-calculator {
    background-image: url("../../img/banners/lucky-color-calculator-mobile-image.png");
  }
  .hero-section.life-number-calculator {
    background-image: url("../../img/banners/life-number-calculator-mobile-image.png");
  }
  .hero-section.soul-urge-number-calculator {
    background-image: url("../../img/banners/soul-urge-number-calculator-mobile-image.png");
  }
  .hero-section.palm-reading {
    background-image: url("../../img/banners/palm-reading-mobile-image.png");
  }
  .hero-section.tarot-reading {
    background-image: url("../../img/banners/tarot-reading-mobile-image.png");
  }
  .hero-section.personality-number-calculator {
    background-image: url("../../img/banners/personality-number-calculator-mobile-image.png");
  }
  .hero-section.expression-number-calculator {
    background-image: url("../../img/banners/expression-number-calculator-mobile-image.png");
  }
  .hero-section.birth-date-compatibility {
    background-image: url("../../img/banners/birth-date-compatibility-mobile-image.png");
  }
  .hero-section.minor-expression-number-calculator {
    background-image: url("../../img/banners/minor-expression-number-calculator-mobile-image.png");
  }
  .hero-section.vastu-shastra {
    background-image: url("../../img/banners/vastu-shastra-mobile-image.png");
  }
  .hero-section.nadi-astrology {
    background-image: url("../../img/banners/nadi-astrology-mobile-image.png");
  }
  .hero-section.psychic-reading {
    background-image: url("../../img/banners/psychic-reading-mobile-image.png");
  }
  .hero-section.hate-calculator {
    background-image: url("../../img/banners/hate-calculator-mobile-image.png");
  }
  .hero-section.hero-fix-height {
    height: 220px;
  }
  .hero-section.affair-calculator {
    background-image: url("../../img/banners/affair-calculator-mobile-image.png");
  }
  .hero-section.divorce-calculator {
    background-image: url("../../img/banners/divorce-calculator-mobile-image.png");
  }
  .hero-section.challenge-number-calculator {
    background-image: url("../../img/banners/challenge-number-calculator-mobile-image.png");
  }
  .hero-section.period-cycle-calculator {
    background-image: url("../../img/banners/period-cycle-calculator-mobile-image.png");
  }
  .hero-section.inner-dream-number-calculator {
    background-image: url("../../img/banners/inner-dream-number-calculator-mobile-image.png");
  }
  .hero-section.lucky-number-calculator {
    background-image: url("../../img/banners/lucky-number-calculator-mobile-image.png");
  }
  .hero-section.secret-crush-calculator {
    background-image: url("../../img/banners/secret-crush-calculator-mobile-image.png");
  }
  .hero-section.breakup-calculator {
    background-image: url("../../img/banners/breakup-calculator-mobile-image.png");
  }
  .hero-section.husband-calculator {
    background-image: url("../../img/banners/husband-calculator-mobile-image.png");
  }
  .hero-section.wife-calculator {
    background-image: url("../../img/banners/wife-calculator-mobile-image.png");
  }
  .hero-section.attitude-number-calculator {
    background-image: url("../../img/banners/attitude-number-calculator-mobile-image.png");
  }
  .hero-section.karmic-debt-number-calculator {
    background-image: url("../../img/banners/karmic-debt-number-calculator-mobile-image.png");
  }
  .page-title {
    font-size: 25px;
    line-height: 30px;
  }
  h1 {
    font-size: 35px;
    line-height: 30px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    margin-bottom: 0.3rem;
  }
  .custom-page h1,
  .custom-page h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .section-heading-zodiac-signs {
    padding-top: 0px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .section-padding-40 {
    padding: 10px 0;
  }
  .section-padding-bottom {
    padding-bottom: 0;
  }
  .section-padding-top-0 {
    padding-top: 0;
  }
  section.search-section {
    padding-bottom: 0;
  }
  .btn.btn-border-only {
    padding: 7px 9px;
  }
  #page-content .home-astrologers > div {
    flex: 1 1 100%;
  }
  #page-content .astro-card .astro-detail .astro-lang {
    font-size: 12px;
  }
  #page-content .astro-card .astro-detail .astro-type {
    font-size: 13px;
    line-height: 15px;
  }
  #page-content .astro-card.busy .astro-availability .wait-time {
    font-weight: 500;
  }
  #page-content .section-cta .btn-primary2 {
    color: #1D7CF2;
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page-content .section-cta .btn-primary2:hover {
    background-color: transparent !important;
  }
  #page-content .section-cta .btn-primary2 .desktoparrow-none {
    display: block;
  }
  .category-section {
    background-color: #f4f4f4;
    padding: 12px;
  }
  ul.aarti-cat, ul.dp-cat {
    flex-wrap: nowrap;
    justify-content: left;
    padding-left: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    overflow: auto;
  }
  ul.aarti-cat li a, ul.dp-cat li a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
  }
  ul.aarti-cat li a.active, ul.dp-cat li a.active {
    background: #FFFFFF;
  }
  ul.aarti-cat .owl-stage-outer, ul.dp-cat .owl-stage-outer {
    margin-left: -50px;
  }
  ul.alphabets {
    justify-content: center;
    -moz-column-gap: 9px;
         column-gap: 9px;
    row-gap: 10px;
  }
  ul.alphabets li a {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .in-news .news-wrapper .new-item {
    width: 45%;
  }
  #astrologers .astrologers-wrapper .astro-small-card {
    flex: 1 1 40%;
    margin: 1px;
  }
  #astrologers .owl-nav {
    text-align: center;
    margin-bottom: 20px;
  }
  section.features .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .horoscopes .hotoscope-box {
    flex: 1 1 45%;
  }
  .horoscopes .hotoscope-box img {
    width: 60px;
    height: 60px;
  }
  .horoscopes .owl-stage-outer {
    margin-left: -50px;
  }
  .article-carousel .owl-stage-outer {
    margin-left: -50px;
  }
  .image-title-box .box-title {
    font-size: 18px;
  }
  .promise-box p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
  }
  .steps-wrapper {
    flex-wrap: wrap;
  }
  .steps-wrapper .steps {
    flex: 1 1 100%;
    margin-bottom: 50px;
  }
  .steps-wrapper .steps::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 46%;
    transform: rotate(90deg);
  }
  .steps-wrapper .steps p {
    font-size: 16px;
    font-weight: 700;
  }
  .steps-wrapper .steps .step-inner {
    margin: 0 auto;
  }
  .steps-wrapper .steps .step-icon {
    width: 100px;
    height: 80px;
  }
  .gray-list {
    padding: 0;
  }
  .gray-list li {
    flex: 1 1 100%;
    padding: 10px;
    font-size: 14px;
  }
  .icon-box {
    min-height: auto;
  }
  .icon-box .icon {
    left: 40%;
  }
  .icon-box-desk {
    min-height: auto;
  }
  .hero-pointer {
    max-width: 320px;
    margin: -40px auto 0;
    position: relative;
    background-color: #212529;
    z-index: 999;
    border-radius: 6px;
  }
  .hero-pointer .pointers .pointer-item:nth-child(2) {
    border: none;
    border-top: 1px solid #606366;
    border-bottom: 1px solid #606366;
  }
  .hero-pointer .pointers .pointer-item .pointer-wrapper {
    padding: 30px 0;
  }
  .what-we-do .overlap-img {
    position: relative;
  }
  .gender-section .gender-option {
    height: 120px;
  }
  .gender-section .gender-option .gender img {
    width: 50px;
    margin-bottom: 9px;
  }
  .gender-section .gender-option .gender p {
    font-size: 16px;
  }
  .name-table .tbl-head, .name-table .tbl-row {
    display: none;
  }
  .name-table .tbl-row {
    display: block;
    border: none;
    margin-bottom: 8px;
  }
  .name-table .tbl-row > div {
    width: 100%;
    padding: 8px 14px;
    border-right: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
  }
  .name-table .tbl-row > div:nth-child(2) {
    width: 100%;
  }
  .name-table .tbl-row > div:last-child {
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
  }
  footer .footer-apps {
    text-align: left;
  }
  .death-calculator-section {
    padding-top: 0 !important;
  }
  .tab {
    width: 100%;
    justify-content: center;
  }
  .tab .tablinks {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 5px;
  }
  .mob-dsp-none {
    display: none;
  }
  .death-calculator-form-section p,
  #deathCalculateModal .modalContent p {
    width: 100%;
  }
  .death-calculator-form-section label,
  #deathCalculateModal .modalContent label {
    margin-bottom: 4px !important;
    font-size: 14px;
  }
  .death-calculator-form-section .calculator-form button.btn,
  #calculatorModal .modalContent button.btn {
    width: 98%;
    margin-bottom: 15px;
  }
  #calculatorModal .modalContent p {
    width: 100%;
  }
  #calculatorModal .modal-body {
    padding: 0.5rem;
  }
  #calculatorModal .modalContent {
    text-align: center;
    overflow-y: auto;
    padding-bottom: 150px;
    left: 0.5rem;
    right: 0.5rem;
  }
  #calculatorModal .modalContent p {
    line-height: 27px;
  }
  #calculatorModal .modal-footer {
    padding: 0.75rem;
    position: fixed;
    bottom: 22%;
    width: 85.8%;
    background-color: #ffffff;
  }
  #calculatorModal .modal-footer .btn {
    width: 100%;
  }
  #calculatorModal .modal-dialog {
    padding: 0;
    margin: 0;
    max-width: 100vw;
  }
  #calculatorModal .modal-dialog .modal-content {
    border-radius: 20px;
    border: none;
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  span.error-message {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
  .palm-reading ul {
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px 6px;
  }
  .mt-025 {
    margin-top: 24px;
  }
  table.full-width-table thead th {
    font-weight: 600;
    padding: 10px;
  }
  table.full-width-table tbody td {
    padding: 10px;
  }
  .tarot-image-section .tarot-card {
    width: 29%;
  }
  .psychic-reading {
    margin-top: 10px;
  }
  .psychic-reading-heading {
    margin: 10px 0px;
    font-size: 18px;
  }
  .d-display-none {
    display: none;
  }
  .btn-getApp {
    display: block;
  }
  .logo-section {
    display: flex;
    justify-content: space-between;
    place-items: center;
    margin-right: 0px;
    margin-left: 0px;
  }
  .logo-section .btn-getApp {
    background-color: #212529;
    color: #ffffff;
    padding: 0px 12px !important;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    width: 76px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
  }
  .custom-page nav#mainNav {
    background: #ffffff;
    height: auto;
    padding-left: 0;
  }
  .custom-page nav#mainNav .navbar-toggler {
    background-color: transparent;
    position: fixed;
    top: 5px;
    left: 0;
  }
  .custom-page nav#mainNav .navbar-toggler img {
    width: 22px;
    height: 22px;
  }
  .custom-page .mobile-navigation {
    display: flex;
    justify-content: center;
    place-items: center;
    width: 50%;
  }
  .custom-page .top-header {
    height: auto;
  }
  .custom-page .top-header .mob-border-light {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .custom-page a.navbar-brand.js-scroll-trigger {
    margin: 15px 0px;
    margin-left: 30px;
  }
  .custom-page .container.top-navigation .top-header-buttons {
    text-align: center;
    margin-top: 0px;
    white-space: no-wrap;
    padding: 0px;
    display: flex;
    justify-content: center;
    place-items: center;
  }
  .custom-page .container.top-navigation .top-header-buttons a {
    padding: 7px 22px;
    margin: 6px 12px;
    font-size: 16px;
    border: 1px solid #fd7e14;
    background-color: #fd7e14;
    color: #ffffff;
    height: 40px;
  }
  .custom-page .container.top-navigation .top-header-buttons a img {
    filter: brightness(0%) invert(100%);
  }
  .custom-page .view-all a {
    width: 100%;
  }
  .custom-page .navbar-nav ul.dropdown-menu.show {
    border: none;
    padding: 0;
  }
  .custom-page .navbar-nav ul.dropdown-menu.show li {
    margin-left: 20px;
  }
  .custom-page .navbar-nav a {
    color: #212529 !important;
  }
  .custom-page .mob-center {
    text-align: center;
  }
  .custom-page .mob-pd-30 {
    padding: 0 10px;
  }
  .custom-page .astro-card-new {
    min-height: 490px;
  }
  .custom-page .astro-card-new .astro-detail span.astro-upcoming {
    font-size: 12px;
    padding: 2px 8px;
  }
  .custom-page .astro-card-new .astro-detail .astro-image-new {
    width: 145px !important;
    height: 145px !important;
    margin-bottom: 17px !important;
    margin-top: 45px !important;
  }
  .custom-page .astro-card-new .astro-detail .astro-type {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .custom-page .astro-card-new .astro-detail .astro-availability {
    width: 100%;
  }
  .custom-page .astro-card-new .astro-detail .astro-availability .btn.btn-theme {
    width: 92%;
    display: block;
    margin: 0 auto;
  }
  #appDownloadModal .modalContent p {
    width: 100%;
  }
  .mob-p-0 {
    padding: 0;
  }
  .sticker-section {
    height: auto;
    flex-direction: column;
  }
  .sticker-section .col-md-5 {
    width: 100%;
  }
  .sticker-section .col-md-5 img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0px 0px;
  }
  .sticker-section .col-md-7.sticker-content {
    width: 100%;
    place-items: center;
    padding: 20px 0px;
  }
  .navbar-brand img {
    width: calc(100% - 30px);
  }
  .bg-drop-resume {
    padding: 0px 10px;
    height: 170px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .bg-drop-resume .drop-resume-details {
    margin-bottom: 15px;
  }
  .bg-drop-resume .drop-resume-details .drop-resume-title {
    font-size: 22px;
  }
  .view-job-section {
    padding-top: 0px;
  }
  .view-job-section .view-job-form {
    padding: 40px 25px;
  }
  #career_carousels .owl-dots {
    display: none;
  }
  .job-title {
    font-size: 20px !important;
  }
  .job-sub-title {
    font-size: 18px !important;
  }
  /**********panchang CSS Start *************/
  .panchang-top-filter {
    display: block;
  }
  .panchang-top-filter .panchang-date-btn {
    display: flex;
    justify-content: space-between;
  }
  .panchang-top-filter .panchang-date-btn .btn {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .panchang-top-filter .panchang-date-btn .btn span {
    display: none;
  }
  .panchang-top-filter .panchang-search-btn {
    /*background-color: #f2f2f2;*/
    padding: 10px;
    width: 100%;
  }
  .panchang-top-filter .panchang-search-btn::after {
    top: 23px;
    right: 21px;
  }
  /**********panchang CSS End*************/
  ul.content-list-50 li {
    width: 50%;
    float: left;
  }
  .choghadiya_banner_section {
    background-image: url("../../img/background-choghadiya-mobile.png");
  }
  .choghadiya_banner_section .choghadiya_title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .choghadiya_banner_section .choghadiya_title.big {
    font-size: 26px;
  }
  .mob-mb-1 {
    margin-bottom: 0.5rem;
  }
  .choghadiya_sunrise_content {
    width: 100%;
  }
  .choghadiya_sunset {
    margin-top: 14px;
  }
  .color-description {
    margin-bottom: 25px;
  }
  .date-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mob-mb-4 {
    margin-bottom: 1.5rem !important;
  }
  /******************Insta Store CSS Start*******************/
  .product-wrapper.book-now {
    min-height: auto;
  }
  .xzoom-container .xzoom {
    height: 250px;
  }
  .xzoom-container .xzoom-thumbs {
    text-align: center;
  }
  .xzoom-container .xzoom-thumbs img {
    width: 55px;
  }
  .product-details-description .prod-description .select-dropdown {
    max-width: 100%;
  }
  .product-details-description .btn_book_now {
    width: 100%;
  }
  /******************Insta Store CSS End*******************/
  .death-calculator-form-section .form-group > .select-dropdown button {
    height: 45px;
  }
  .death-calculator-form-section .form-group > .select-dropdown::after {
    top: 20px;
  }
  .death-calculator-form-section .form-control {
    height: 45px;
    border-radius: 10px;
  }
  .death-calculator-form-section select {
    height: 45px;
  }
  .death-calculator-form-section .form-group input[type=date] {
    background: url("../../img/calender.svg") no-repeat;
    background-position: right 10px center;
    background-size: 17px 17px;
    padding-right: 35px;
  }
  .death-calculator-form-section .form-group input[type=time] {
    background: url("../../img/Clock.svg") no-repeat;
    background-position: right 10px center;
    background-size: 17px 17px;
    padding-right: 35px;
  }
  .product-details-description .prod-description .select-dropdown button {
    height: 45px;
  }
  .product-details-description .prod-description .select-dropdown ::after {
    top: 20px;
  }
  /********Shipping Address CSS Start**************/
  .shipping-address-form button {
    width: 100%;
  }
  /*********Shipping Address CSS End***************/
  .payment_details {
    margin-top: 25px;
    padding: 20px;
  }
  .payment_options_box {
    justify-content: center;
  }
  .payment_options_box .payment_options {
    width: 115px;
  }
  .product_detail_box .product_image {
    max-width: 100px;
    height: 95px;
  }
  .product_detail_box .product_image img {
    height: 100%;
  }
  .section-padding.pointers {
    display: none;
  }
  .achievement-section {
    display: block;
    margin: 20px 0px 0px 0px;
  }
  .achievement-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    background: rgba(255, 202, 40, 0.1019607843);
  }
  .achievement-container .achievement-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 11px;
  }
  .achievement-container .achievement-box .number-count {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0px;
  }
  .achievement-container .achievement-box .achive-content {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin: 0px;
    padding: 0px 4px;
  }
}
@media (max-width: 475px) {
  header.restrictWidth_ {
    display: none;
  }
  .chatbtn {
    max-width: 120px;
  }
  span.error-message {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
  h3 {
    font-size: 25px;
    line-height: 37px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .pagination li a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .breadcrumb {
    margin-bottom: 0px;
  }
  .death-calculator-section {
    padding-top: 0px;
  }
  .mob-dsp-none {
    display: none;
  }
  .death-calculator-form-section p,
  #deathCalculateModal .modalContent p {
    width: 100%;
  }
  .death-calculator-form-section label,
  #deathCalculateModal .modalContent label {
    margin-bottom: 4px !important;
    font-size: 14px;
  }
  .container-masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
  .container-masonry .common-buttons {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
  .light {
    font-size: 22px;
  }
  .tab {
    width: 100%;
    justify-content: center;
  }
  .tab .tablinks {
    width: 45px;
    height: 45px;
    font-size: 22px;
    margin: 5px;
  }
  .nowrap {
    white-space: nowrap;
  }
  .death-calculator-form-section .calculator-form button.btn,
  #calculatorModal .modalContent button.btn {
    width: 98%;
    margin-bottom: 15px;
  }
  #calculatorModal .modal-body {
    padding: 0.5rem;
  }
  #calculatorModal .modalContent {
    height: auto;
    overflow-y: auto;
    left: 0.5rem;
    right: 0.5rem;
    padding-bottom: 150px;
  }
  #calculatorModal .modalContent p.light-text {
    width: 100%;
    line-height: 21px;
  }
  #calculatorModal .light-background .sub-content ul li {
    font-size: 14px;
  }
  #calculatorModal .modal-footer {
    padding: 0.75rem;
    position: fixed;
    bottom: 20%;
    width: 85.8%;
    background-color: #ffffff;
  }
  #calculatorModal .modal-footer .btn {
    width: 100%;
  }
  #calculatorModal .modal-dialog {
    padding: 0;
    margin: 0;
    max-width: 100vw;
  }
  #calculatorModal .modal-dialog .modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
  }
  .custom-page .container.top-navigation .top-header-buttons a {
    margin: 6px 3px;
    font-size: 12px;
    height: 40px;
    padding: 7px 10px;
  }
  .custom-page .container.top-navigation .top-header-buttons a img {
    width: 15px;
    height: 15px;
  }
  .choghadiya_banner_section .choghadiya_title {
    font-size: 16px;
  }
  .choghadiya_banner_section .choghadiya_title.big {
    font-size: 24px;
  }
  .choghadiya_banner_section .choghadiya_content {
    font-size: 14px;
  }
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn {
    height: 38px;
    padding: 6px 13px;
    margin-bottom: 8px;
  }
}
@media (max-width: 360px) {
  .choghadiya-top-date-filter .choghadiya-date-btn button.btn {
    padding: 6px 13px;
    font-size: 100%;
    margin: 10px;
  }
  .color-description .color_code {
    margin-left: 38px;
  }
}
.mobile_banner {
  padding-bottom: 15px;
}
.mobile_banner .top-header-banner {
  display: flex;
  place-items: center;
  place-content: center;
  border-radius: 12px;
}
.mobile_banner .top-header-banner.first_banner {
  background: #0095d2;
}
.mobile_banner .top-header-banner.second_banner {
  background: linear-gradient(90deg, rgba(255, 191, 144, 0.73) 0%, rgba(248, 230, 165, 0.86) 100%);
}
.mobile_banner .top-header-banner.third_banner {
  background: linear-gradient(90deg, #5D4672 0%, rgba(162, 122, 185, 0.61) 100%);
}
.mobile_banner .top-header-banner .hero-left {
  padding: 20px 7px;
  text-align: left;
}
.mobile_banner .top-header-banner .hero-left p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 15px;
}
.mobile_banner .top-header-banner .hero-left span {
  font-size: 12px;
  display: block;
}
.mobile_banner .top-header-banner .hero-left a {
  text-decoration: none;
}
.mobile_banner .top-header-banner .hero-left .btn_recharge {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  padding: 6px 10px;
  margin-top: 10px;
  text-transform: capitalize;
}
.mobile_banner .top-header-banner .hero-left .btn_recharge:hover {
  background-color: #fd7e14;
  color: #fff;
  text-decoration: none;
}
.mobile_banner .top-header-banner .hero_right {
  padding-right: 3px;
  margin-top: 10px;
}
.mobile_banner .top-header-banner .hero_right .hero_image {
  width: 105px;
  height: 123px;
}
.mobile_banner .top-header-banner .hero_right .hero_image img {
  width: 100%;
  height: 100%;
}

.daily_prediction::-webkit-scrollbar {
  display: none;
}

.daily_prediction {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.daily_pred_heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: capitalize;
  padding: 5px 0px;
}

.daily_prediction {
  display: flex;
  justify-content: flex-start;
  overflow: auto;
}
.daily_prediction .daily_box {
  padding: 10px 5px;
}
.daily_prediction .daily_box a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  place-items: center;
  text-decoration: none;
  width: 92px;
  height: 94px;
  border-radius: 12px;
}
.daily_prediction .daily_box a .daily_image {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  place-items: center;
  padding-top: 10px;
}
.daily_prediction .daily_box a .daily_cta_heading {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}
.daily_prediction .daily_box .daily_horo {
  background: rgba(255, 202, 40, 0.15);
  border: 1px solid rgba(255, 202, 40, 0.2);
}
.daily_prediction .daily_box .daily_panchang {
  background: rgba(40, 216, 255, 0.15);
  border: 1px solid rgba(40, 216, 255, 0.2);
}
.daily_prediction .daily_box .daily_tarot {
  background: rgba(255, 66, 40, 0.15);
  border: 1px solid rgba(255, 101, 80, 0.2);
}
.daily_prediction .daily_box .daily_kundli {
  background: rgba(96, 255, 40, 0.15);
  border: 1px solid rgba(96, 255, 40, 0.2);
}
.daily_prediction .daily_box .daily_matchmaking {
  background: rgba(252, 109, 255, 0.15);
  border: 1px solid rgba(252, 109, 255, 0.2);
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #mainNav .navbar-nav .nav-item {
    margin-right: 13px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #mainNav .navbar-nav .nav-item {
    margin-right: 8px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */