@charset "UTF-8";
:root {
  --primary:#e40d52;
  --secondary:#ff7200;
  --dark1:#111111;
  --dark2:#17384e;
  --white:#ffffff;
  --transition:0.4s ease-in-out;
  --yellow: #ffdf00;
  --ion-color-shade: #ccc;
  --light:#ccc;
  --white: #fff ;
}

.flex-element {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-sb {
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.flex-stretch {
  display: flex;
  align-items: stretch;
}

.flex-sa {
  justify-content: space-around;
}

body {
  font-weight: normal;
}

.btn {
  height: 45px;
  border-radius: 45px;
  padding: 0 23px;
  line-height: 45px;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.header-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  position: relative;
}
.header-btns .btn {
  font-size: 15px;
}

.header-btns .dropdown-menu {
  top: 100%;
  right: 0;
  transform: translate(0, 0);
  min-width: 220px;
  padding: 10px 0;
}

.header-btns .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-main {
  padding: 0;
}
.navbar-main .navbar-brand {
  padding: 5px 0;
}
.navbar-main .navbar-brand img {
  max-height: 60px;
}
.navbar-main .nav-link {
  color: var(--dark1);
  padding: 32px 10px !important;
  font-size: 15px;
}
.navbar-main .nav-link:hover {
  color: var(--primary);
}
.navbar-main .nav-item:last-child .nav-link {
  padding-right: 0 !important;
}
.navbar-main .dropdown-item {
  color: var(--dark1);
}
.navbar-main .dropdown-item:focus, .navbar-main .dropdown-item:hover {
  background: var(--primary);
  color: var(--white);
}

@media screen and (min-width: 992px) {
  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
.as_cart > .dropdown-menu {
  right: 0;
  width: 280px;
  margin: 0;
}

.btn-outline-light.text-white:hover {
  background: var(--dark1);
  border-color: var(--dark1);
}

.as_banner_img {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.as_banner_wrapper {
  padding-bottom: 75px;
}

.four-buttons .btn-big.as_btn {
  border-radius: 10px !important;
  font-size: 18px;
  font-weight: 400;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 20px;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.four-buttons .btn-big.as_btn img {
  max-width: 70px;
  margin-bottom: 10px;
}
.four-buttons .btn-big.as_btn:hover {
  color: var(--dark1) !important;
}

.as_sign_box .as_sign {
  width: 100px;
  height: 100px;
}

.as_footer_logo a {
  display: block;
}
.as_footer_logo a img {
  max-width: 200px;
}

.as_footer_widget > ul > li a {
  color: #fff;
  display: block;
  padding: 5px 0;
}
.as_footer_widget > ul > li a:hover {
  color: var(--secondary);
}

.btn, .btn:focus, .btn:active, .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  outline: 0;
  box-shadow: none;
}

.common-content-wrapper {
  padding: 20px 0 10px;
}

.navbar-toggler-icon {
  height: auto;
  font-size: 36px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.as_footer_widget ul.social {
  padding: 0;
  margin: 0;
}

.as_footer_widget ul.social li {
  display: inline-block;
  padding: 0;
}

.as_footer_widget ul.social li ion-icon {
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
}

.as_footer_widget > ul.social > li:before {
  display: none;
}

.steps-wrap {
  position: relative;
}

.steps-wrap ol {
  position: relative;
  overflow: hidden;
  counter-reset: wizard;
  padding: 0;
}

.steps-wrap ol li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  color: var(--primary);
  list-style: none;
}

.steps-wrap .current ~ li {
  color: #000;
}

.steps-wrap li:before {
  counter-increment: wizard;
  content: counter(wizard);
  display: block;
  color: #fff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 2em;
  position: relative;
  left: 50%;
  margin-bottom: 1em;
  margin-left: -1em;
  z-index: 1;
}

.steps-wrap .current ~ li:before {
  background-color: var(--yellow);
  color: var(--dark1);
  border-color: var(--light);
}

.steps-wrap li + li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--primary);
  height: 1px;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: 0;
}

ol {
  padding-left: 20px;
}

ol li {
  padding: 5px 0 5px 10px;
}

.cmscontent ul {
  padding-left: 20px;
}

.cmscontent ul li {
  padding: 5px 0 5px 10px;
}

.steps-wrap .current ~ li:after {
  background-color: var(--light);
}

ion-accordion.accordion-expanding ion-item[slot=header],
ion-accordion.accordion-expanded ion-item[slot=header] {
  color: var(--primary);
}

.inner-advertisement {
  background: var(--yellow);
}

.search-product {
  position: relative;
}
.search-product ion-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 20px;
}
.search-product .form-control {
  height: 44px;
  padding-left: 45px;
}
.search-product .as_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  min-width: 50px;
  padding: 0 25px 0 20px;
  border-radius: 0 40px 40px 0 !important;
  z-index: 6;
}

.selectable-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.selectable-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 20px;
  background: var(--yellow);
  transition: ease-in-out 0.2s;
  margin: 0 5px 10px 0;
  font-size: 14px;
  color: var(--dark1) !important;
  cursor: pointer;
}
.selectable-tags a:hover {
  background: var(--primary);
  color: var(--white) !important;
}
.selectable-tags a.active {
  background: var(--primary);
  color: var(--white) !important;
}

.label-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.label-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 15px;
  background: #eee;
  transition: ease-in-out 0.2s;
  margin: 0 5px 10px 0;
  font-size: 14px;
  color: var(--dark1) !important;
  line-height: 1;
}
.label-tags span:hover {
  background: #aaa;
  color: var(--white) !important;
}
.label-tags span.filled {
  background: var(--yellow);
}
@media screen and (max-width: 575px) {
  .label-tags span {
    padding: 0;
    background: none;
  }
  .label-tags span.filled {
    background: transparent;
  }
}

.tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ccc;
  transition: ease-in-out 0.2s;
  margin: 0 5px 10px 0;
  font-size: 15px;
  color: var(--dark1) !important;
  line-height: 1;
}

.tags.warning {
  background: var(--yellow);
}

.as_sign_box {
  position: relative;
}

.status {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  display: inline-block;
  background: #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.status.online {
  background: green;
}
.status.online:after {
  content: "✓";
  color: #fff;
  font-size: 12px;
}

.astro-profile-wrap {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  transition: ease-in-out 0.2s;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
.astro-profile-wrap:hover {
  border-color: var(--yellow);
  background: #f9f9f9;
}
.astro-profile-wrap .status {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
}
.astro-profile-wrap .astro-badge {
  display: none;
  background: #eee;
  color: #333;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 46px;
  right: 0;
  z-index: 2;
  padding: 2px 30px;
  text-align: center;
  transform-origin: top right;
  font-size: 12px;
}
.astro-profile-wrap .astro-badge p {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .astro-profile-wrap {
    padding: 10px;
  }
}

.astro-profile-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.astro-profile-box .astro-profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.astro-profile-box .astro-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .astro-profile-box .astro-profile-img {
    width: 70px;
    height: 70px;
  }
}
.astro-profile-box .astro-profile-content {
  width: calc(100% - 190px);
}
.astro-profile-box .astro-profile-content h3 {
  margin: 0 0 10px;
}
.astro-profile-box .astro-profile-content h3:hover {
  color: var(--primary);
}
.astro-profile-box .astro-profile-content p {
  margin-bottom: 10px;
}

.rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rating-wrap .avg_rate {
  display: inline-block;
  padding: 5px 8px;
  background: green;
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .rating-wrap .avg_rate {
    padding: 3px 6px;
    font-size: 12px;
  }
}
.rating-wrap ion-icon {
  font-size: 18px;
  color: #777;
  margin-left: 1px;
}
.rating-wrap ion-icon.star, .rating-wrap ion-icon.star-half {
  color: var(--secondary);
}
@media screen and (max-width: 575px) {
  .rating-wrap ion-icon {
    font-size: 12px;
  }
}
.rating-wrap .review-count {
  margin-left: 10px;
  color: #777;
  font-size: 14px;
}
.rating-wrap .ord-count {
  margin-left: 10px;
  color: #777;
  font-size: 14px;
}

.as_breadcrum_wrapper.slick {
  padding: 180px 0 25px;
  margin-bottom: 20px;
}

.as_breadcrum_wrapper.slick::after {
  display: none;
}

.cmspage {
  text-align: justify;
}
.cmspage p {
  text-align: justify;
}
.cmspage h1, .cmspage h2, .cmspage h3, .cmspage h4, .cmspage h5, .cmspage h6 {
  margin-top: 22px;
}
.cmspage li {
  padding: 5px 0;
}

.nav-user-account {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #ddd;
}
.nav-user-account li {
  margin: 0;
}
.nav-user-account li .nav-link {
  padding: 10px 15px;
  background: #f9f9f9;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.nav-user-account li .nav-link span {
  display: inline-block;
  width: 18px;
  text-align: center;
  font-size: 20px;
  margin-right: 7px;
}
.nav-user-account li .nav-link ion-icon {
  font-size: 18px;
  margin-right: 6px;
}
.nav-user-account li .nav-link:hover {
  background: var(--secondary);
  color: #fff;
}
.nav-user-account li .nav-link.active {
  background: var(--secondary);
  color: #fff;
}
.nav-user-account li + li {
  margin-top: 1px;
}

.nav-user-account li:first-child a {
  border-radius: 8px 8px 0 0;
}

.nav-user-account li:last-child a {
  border-radius: 0 0 8px 8px;
}

.sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bg-yellow td {
  background: rgba(230, 160, 10, 0.15);
}

.bg-red td {
  background: rgba(222, 67, 82, 0.2);
}

.bg-green td {
  background: rgba(40, 143, 95, 0.2);
}

.text-normal {
  font-weight: normal;
}

.horoscope-numerology-page h3, .horoscope-career-page h3 {
  color: var(--secondary);
}

.list-check {
  padding: 0 0 0 12px;
}

.list-check li {
  display: block;
  position: relative;
  padding-left: 25px;
}

.list-check li:before {
  content: "✅";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
  font-size: 12px;
  color: var(--primary);
}

.hom-stats {
  background-image: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.hom-stats h4 {
  margin-top: 0;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.hom-stats p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 1400px) {
  .as_banner_wrapper {
    padding-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
  }
  .as_wishlist {
    margin: 0 10px 0 auto;
  }
  .as_breadcrum_wrapper h1 {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .as_breadcrum_wrapper.slick {
    padding: 100px 0 15px;
    margin: 0;
  }
  .navbar-main .nav-link {
    padding: 12px 10px !important;
  }
  #mynavbar {
    padding: 10px;
    background: #f5f5f5;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 85vh;
    overflow-y: auto;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .common-content-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .as_breadcrum_wrapper h1 {
    font-size: 20px;
  }
  .secondary-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .four-buttons .btn-big.as_btn {
    border-radius: 5px !important;
    font-size: 13px;
    font-weight: 400;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 10px;
    transition: ease-in-out 0.3s;
    text-align: center;
    line-height: 1.2;
    min-width: 70px;
  }
  .four-buttons .btn-big.as_btn img {
    max-width: 30px;
    margin-bottom: 10px;
  }
  .four-buttons .btn-big.as_btn:hover {
    color: var(--dark1) !important;
  }
  .as_cart:hover > .dropdown-menu {
    right: -25px;
  }
  .as_breadcrum_wrapper.slick {
    padding: 95px 0 15px;
  }
  .navbar-main .navbar-brand img {
    max-height: 60px;
  }
  .astro-profile-wrap .astro-badge {
    bottom: 52px;
  }
  .astro-profile-box .astro-profile-img {
    margin-bottom: 15px;
  }
  .astro-profile-box .astro-profile-content {
    width: 100%;
    text-align: left;
  }
  .astro-profile-box .astro-profile-content .rating-wrap {
    justify-content: center;
  }
  .astro-profile-box .astro-profile-content .rating-wrap ion-icon {
    font-size: 16px;
  }
  .astro-profile-box .astro-profile-content .rating-wrap .ord-count, .astro-profile-box .astro-profile-content .rating-wrap .review-count {
    font-size: 12px;
  }
  .astro-profile-box .astro-profile-content .rating-wrap .avg_rate {
    padding: 5px 6px;
    font-size: 13px;
  }
  .astro-profile-box .astro-profile-content h3 {
    font-size: 16px;
  }
  .label-tags {
    justify-content: start;
  }
  .as_banner_wrapper {
    padding-top: 80px;
  }
  .as_banner_detail p {
    display: none;
  }
  .as_banner_detail h5 {
    font-size: 15px;
  }
  .as_banner_detail h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .as_padderTop80 {
    padding-top: 30px;
  }
  .as_padderBottom80 {
    padding-bottom: 30px;
  }
  .our_consultant_home .heading p, .our_consultant_home .heading span, .live_consultant_home .heading p, .live_consultant_home .heading span, .home_services .heading p, .home_services .heading span {
    display: none;
  }
  .our_consultant_home .heading h1, .live_consultant_home .heading h1, .home_services .heading h1 {
    margin: 0;
    padding: 0;
  }
  .as_sign_box {
    margin: 20px auto 0 !important;
  }
  .as_sign_box .as_sign {
    width: 80px;
    height: 80px;
  }
  .hom-stats h4 {
    font-size: 18px;
    line-height: 1;
  }
  .hom-stats p {
    font-size: 10px;
  }
  .as_choose_ul li .as_number {
    width: 70px;
  }
  .as_whychoose_box .as_number > span {
    font-size: 20px;
  }
  .as_whychoose_box h4 {
    margin: 15px 0 20px;
    font-size: 12px;
  }
  .as_service_box .as_subheading {
    font-size: 18px;
    line-height: 1.2;
  }
  .as_service_box p {
    font-size: 13px;
    line-height: 1.2;
  }
  .as_service_box .as_link {
    font-size: 13px;
    font-weight: normal;
  }
  .as_blog_img .as_btn {
    height: 26px;
    font-size: 12px;
    min-width: 90px;
  }
  .as_contact_expert .as_icon {
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
  }
  .as_contact_expert h1 {
    font-size: 18px;
  }
  .as_contact_expert {
    margin: 20px 0;
  }
  .as_contact_expert .as_icon:before {
    display: none;
  }
  .as_btn, .as_btn:focus, .as_btn:visited {
    height: 40px;
  }
  .steps-wrap ol li {
    width: 50%;
  }
}/*# sourceMappingURL=custom.css.map */

ion-radio::part(native) {
  border: 2px solid #000;
}