.main-header {
  background-color: #fff;
  position: sticky;
  top: 0px;
  z-index: 99; }
  .main-header nav.navbar {
    padding: 15px 0px 8px; }
    .main-header nav.navbar .navbar-nav a.nav-link {
      color: #000000;
      font-size: 14px;
      font-weight: 700;
      padding: 0px 8px; }
      .main-header nav.navbar .navbar-nav a.nav-link.is-Active {
        color: #e32a00 !important; }
    .main-header nav.navbar .login-btn {
      margin-left: 8px;
      background-color: #e94200;
      border-color: #F97D09;
      color: #fff;
      padding: 0px;
      font-size: 12px;
      line-height: 30px;
      font-weight: 700;
      width: 73px;
      height: 32px; }
      .main-header nav.navbar .login-btn:hover {
        background-color: #fff;
        border-color: #F97D09;
        color: #F97D09; }

.home-page .main-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 1;
  box-shadow: none; }
  .home-page .main-header.sticky {
    background-color: #020a1f; }
  .home-page .main-header a.nav-link {
    color: #fff !important; }
  .home-page .main-header .login-btn {
    background-color: #fff !important;
    color: #FFB300 !important;
    border-color: #ffff !important; }
    .home-page .main-header .login-btn:hover {
      background-color: #e94200 !important;
      color: #fff !important;
      border-color: #e94200 !important;
      transition: 0.5s; }

.main-header nav.navbar .dropdown-menu a {
  color: #16181b;
  padding: 0px;
  margin: 0 10px;
  text-decoration: none;
  background-color: transparent;
  width: auto;
  display: block; }

html {
  height: 100%; }

body {
  font-size: 14px;
  line-height: 18px;
  height: auto;
  min-height: 100%;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden; }

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1366px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

ul,
li {
  list-style-type: none; }

ul,
ol,
li,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif !important; }

.page-height {
  min-height: calc(100vh - 265px); }

b, strong {
  font-weight: bold; }

.head-banner h2 {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 800;
  line-height: 56px;
  position: relative;
  margin-bottom: 10px; }
.head-banner p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  max-width: 570px;
  position: relative;
  padding-bottom: 45px; }

.mainebox::-webkit-scrollbar {
  width: 5px; }

/* Track */
.mainebox::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.mainebox::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
.mainebox::-webkit-scrollbar-thumb:hover {
  background: #555; }

.contact-form form div#birthCountry .css-yk16xz-control .css-b8ldur-Input input {
  height: auto !important; }

.contact-form form .css-1pahdxg-control .css-b8ldur-Input input {
  height: 44px !important; }

.contact-form form .css-1pahdxg-control {
  outline: 0px !Important;
  box-shadow: none !important;
  border-color: #D8D8D8 !important;
  border-radius: 0px !important;
  border-width: 2px !important; }

.rotate {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: rotate;
  -webkit-animation-fill-mode: fowards;
  -webkit-animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: rotate;
  -moz-animation-fill-mode: fowards;
  -moz-animation-direction: forward;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: rotate;
  animation-fill-mode: fowards;
  animation-direction: forward;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.table tbody tr:hover td {
  background-color: #dedede;
  transition: 0.5s; }

.footer_content .top_box .leftside ul.box li a:hover {
  color: #f97d09;
  transition: 0.5s; }

.loader-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.loader-box .spinner-border {
  color: orange !important; }

.text-height p {
  line-height: 30px;
  word-spacing: 5px; }

/*faq-css*/
.login_page {
  background-image: url(../images/login-bg.webp);
  height: 100%;
  min-height: 100vh;
  display: flex;
  background-size: cover;
  align-items: center;
  justify-content: center;
  background-position: center center; }
  .login_page .login_content {
    padding: 40px 0px 100px; }
  .login_page form {
    background-color: #fff;
    padding: 25px 50px;
    border-radius: 0px; }
    .login_page form .form .logo {
      text-align: center;
      margin: 8px 0px 40px; }
    .login_page form .form .form-group {
      margin-bottom: 25px; }
      .login_page form .form .form-group label {
        color: #6A6A6A;
        font-size: 14px;
        margin-bottom: 7px; }
      .login_page form .form .form-group input {
        border: 1px solid #DADADA;
        border-radius: 4px;
        height: 50px;
        font-size: 16px;
        font-weight: 400;
        box-shadow: none; }
        .login_page form .form .form-group input::placeholder {
          color: #C9C9C9;
          font-weight: 400; }
      .login_page form .form .form-group select {
        border: 1px solid #D8D8D8;
        border-radius: 4px;
        height: 50px;
        font-size: 16px;
        font-weight: 400;
        box-shadow: none;
        width: 100%;
        -webkit-appearance: none;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
      .login_page form .form .form-group a.forgot-link {
        margin-top: 10px;
        text-align: right;
        display: block;
        color: #5A693E;
        font-size: 16px;
        text-decoration: none;
        width: max-content;
        margin-left: auto; }
    .login_page form .btn {
      width: 100%;
      margin-top: 15px;
      font-size: 18px;
      font-weight: 700; }
    .login_page form p {
      text-align: center;
      margin-top: 45px;
      color: #6C6C6C;
      font-size: 16px; }
      .login_page form p .Registration_link {
        color: #F97D09;
        font-weight: 700;
        text-decoration: none; }
    .login_page form .form-text h3 {
      font-size: 18px;
      color: #131313;
      font-weight: 700;
      margin-bottom: 15px; }
    .login_page form .form-text p {
      margin: 0px 0px 25px !important;
      text-align: left !important;
      font-size: 14px;
      color: #6A6A6A; }

.login-main-page .login_page {
  padding-top: 90px; }

.sign-up-page {
  position: relative;
  background-image: none; }
  .sign-up-page::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 85%;
    background-image: linear-gradient(180deg, #FF9C00, #DF1800);
    top: 0px; }
  .sign-up-page .login_content p {
    margin-top: 55px !important; }
  .sign-up-page form .form-text h3 {
    color: #6C6C6C !important;
    font-size: 18px !important; }

.checkbox_content {
  margin: 30px 0px 10px; }
  .checkbox_content label {
    font-size: 14px;
    color: #5A693E;
    position: relative;
    padding-left: 35px; }
    .checkbox_content label::before {
      position: absolute;
      top: 0px;
      left: 0;
      height: 24px;
      width: 24px;
      background-color: #fff;
      border: 1px solid #6C6C6C;
      content: '';
      border-radius: 2px;
      cursor: pointer; }
    .checkbox_content label span {
      color: #C9C9C9; }
  .checkbox_content input {
    opacity: 0;
    position: absolute;
    z-index: 999; }
    .checkbox_content input:checked ~ label::after {
      content: '';
      left: 9px;
      top: 5px;
      width: 6px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      cursor: pointer; }
    .checkbox_content input:checked ~ label::before {
      background-color: #ea4300;
      border-color: #e73b00; }

.About_Us {
  margin: 80px 0px; }
  .About_Us h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000; }
  .About_Us p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
  .About_Us h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2C2C2C;
    margin: 25px 0px; }

.About_Us .box1 {
  padding-right: 35px; }
  .About_Us .box1 img {
    width: 100%; }
.About_Us .box2 {
  padding-left: 35px; }
  .About_Us .box2 h2 {
    margin-top: 15px; }

.about-bottom-box {
  margin-top: 80px; }
  .about-bottom-box h4 {
    margin: 0px;
    color: #F97D09;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
  .about-bottom-box h2 {
    margin-bottom: 40px !important; }

.about-page ol {
  padding: 0px 20px; }
  .about-page ol li {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    list-style-type: unset; }

.head-banner.about-us {
  background-image: url(../images/about-banner.webp); }

/*welcome-page*/
.welcome-page {
  background-image: linear-gradient(180deg, #FF9C00, #DF1800);
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative; }
  .welcome-page a {
    color: #FFFFFF !important; }
  .welcome-page .top-header {
    display: flex;
    justify-content: space-around;
    padding: calc(30px + 3vh) 40px calc(15px + 4vh) 45px;
    position: relative; }
    .welcome-page .top-header .content {
      width: calc(100% - 120px);
      color: #fff; }
      .welcome-page .top-header .content h5 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 5px; }
      .welcome-page .top-header .content p {
        font-size: 18px;
        line-height: 30px; }
    .welcome-page .top-header .contact-btn {
      width: 100%;
      max-width: 120px;
      position: relative;
      z-index: 99; }
      .welcome-page .top-header .contact-btn a {
        display: block;
        background-color: #FFFFFF;
        text-align: center;
        color: #FFB300;
        font-size: 15px;
        padding: 15px 20px;
        text-decoration: none;
        border-radius: 5px; }
  .welcome-page .welcome-content {
    padding: 0px 25px 25px 45px;
    display: flex;
    position: relative;
    z-index: 10; }
    .welcome-page .welcome-content .text-box {
      width: 60%;
      color: #fff;
      padding-right: 50px; }
      .welcome-page .welcome-content .text-box h1 {
        font-size: 60px;
        font-weight: 800; }
      .welcome-page .welcome-content .text-box h2 {
        font-size: 38px;
        font-weight: 600; }
      .welcome-page .welcome-content .text-box p {
        font-size: 18px;
        line-height: 1.6;
        margin: calc(10px + 2vh) 0px; }
      .welcome-page .welcome-content .text-box .buttons {
        margin: 0 -10px; }
        .welcome-page .welcome-content .text-box .buttons a {
          display: inline-block;
          border: 1px, #FFFFFF;
          color: #FFFFFF;
          font-size: 16px;
          padding: 15px 12px;
          margin: 0px 10px;
          text-decoration: none;
          font-weight: 800; }
          .welcome-page .welcome-content .text-box .buttons a:hover {
            background-color: #fff;
            color: #A51705; }
    .welcome-page .welcome-content .img-box {
      width: 40%;
      padding-left: 30px;
      overflow: hidden; }
      .welcome-page .welcome-content .img-box img {
        width: 100%;
        max-width: 440px; }
    .welcome-page .welcome-content .form-group input {
      border: 1px, #DADADA;
      border-radius: 4px;
      height: 50px;
      font-size: 16px;
      font-weight: 400;
      box-shadow: none;
      max-width: 400px; }
    .welcome-page .welcome-content .form {
      display: flex; }
      .welcome-page .welcome-content .form .form-field {
        max-width: 400px;
        width: 100%;
        padding-right: 15px; }
      .welcome-page .welcome-content .form button {
        height: 50px;
        line-height: 40px;
        background-color: #f16300; }

.welcome-bg-img {
  max-width: 500px;
  margin-left: auto;
  position: fixed;
  top: -280px;
  right: -130px;
  z-index: 0;
  overflow: hidden; }
  .welcome-bg-img img {
    width: 100%;
    object-fit: contain; }

.contact-page .contact-content {
  max-width: 325px;
  width: 100%;
  background-color: #e94200;
  padding: 45px 30px 100px;
  position: relative;
  overflow: hidden;
  min-height: 430px; }
  .contact-page .contact-content .social-icon ul li {
    display: inline-block;
    margin: 0 9px; }
    .contact-page .contact-content .social-icon ul li:first-child {
      margin-left: 0px; }
  .contact-page .contact-content h5 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 40px; }
  .contact-page .contact-content > div {
    padding-bottom: 30px; }
    .contact-page .contact-content > div span {
      color: #FFFFFF;
      font-size: 14px;
      opacity: 43%;
      display: inline-block; }
    .contact-page .contact-content > div p {
      font-size: 16px;
      color: #FFFFFF;
      opacity: 66%;
      font-weight: 400;
      margin: 0px; }
  .contact-page .contact-content .bg-img {
    padding: 0px;
    max-width: 210px;
    width: 100%;
    position: absolute;
    bottom: -12%;
    right: -20%; }
    .contact-page .contact-content .bg-img img {
      max-width: 190px; }
.contact-page form {
  position: relative;
  box-shadow: none;
  padding: 0px; }
  .contact-page form h2 {
    margin: 0px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px; }
  .contact-page form p {
    color: #001145;
    font-size: 18px;
    opacity: 62%;
    margin-bottom: 18px; }
  .contact-page form .form-box {
    display: block;
    display: block; }
    .contact-page form .form-box .form-group input {
      width: 100%;
      width: 100%; }
  .contact-page form .contact-detail {
    margin-right: 0;
    padding: 0px;
    box-shadow: none;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 0; }
    .contact-page form .contact-detail .send-btn {
      min-width: 185px; }

.contact-form form {
  margin: 80px 0px; }
  .contact-form form .form-box .form-group input {
    width: 100%;
    border: 1px solid #CBCBCB;
    outline: none !important;
    box-shadow: none !important;
    height: 44px;
    border-radius: 0px; }
  .contact-form form .form-group {
    width: 100%; }
    .contact-form form .form-group label {
      display: block;
      font-size: 13px;
      color: #F97D09;
      font-weight: 500;
      margin-bottom: 5px; }
    .contact-form form .form-group textarea {
      border: 2px solid #D8D8D8;
      width: 100%;
      border-radius: 0px; }

.contact-page form .contact-detail .form-box {
  display: flex;
  margin-bottom: 20px; }
  .contact-page form .contact-detail .form-box .name-box {
    padding-right: 15px;
    max-width: 260px;
    width: 100%; }
  .contact-page form .contact-detail .form-box .email-box {
    padding: 0 15px;
    max-width: 260px;
    width: 100%; }
  .contact-page form .contact-detail .form-box .Subject-box {
    padding-left: 15px; }
.contact-page form .contact-detail input::placeholder {
  color: #000;
  font-size: 13px; }
.contact-page form .contact-detail textarea::placeholder {
  color: #000;
  font-size: 13px; }

.contact_us-section {
  position: absolute;
  top: 15%;
  max-width: 320px;
  width: 100%;
  left: 4%; }

.head-banner.contact-us {
  background-image: url(../images/contact-banner.webp); }

.social-box {
  background-color: #F97D09; }

.contact-form .contact_content {
  display: flex;
  max-width: 865px;
  margin: 90px auto; }
  .contact-form .contact_content .social-box {
    max-width: 324px;
    width: 100%;
    padding: 50px 30px;
    color: #fff;
    position: relative; }
    .contact-form .contact_content .social-box::before {
      content: '';
      position: absolute;
      background-image: url(../images/contact-shadow-bg.svg);
      width: 290px;
      height: 150px;
      bottom: 0px;
      right: 0px;
      background-repeat: no-repeat; }
    .contact-form .contact_content .social-box h4 {
      font-size: 30px;
      margin-bottom: 30px;
      font-weight: 500; }
    .contact-form .contact_content .social-box ul li {
      margin-bottom: 30px;
      font-size: 16px; }
      .contact-form .contact_content .social-box ul li span {
        font-weight: 200;
        display: block;
        margin-top: 7px; }
    .contact-form .contact_content .social-box ul.social-icons {
      display: flex;
      position: absolute;
      bottom: 30px; }
      .contact-form .contact_content .social-box ul.social-icons li {
        margin: 0px 5px 0px 0px; }
  .contact-form .contact_content .contactform {
    margin-left: 40px;
    max-width: calc(100% - 324px);
    width: 100%; }
    .contact-form .contact_content .contactform form {
      margin: 0px; }
      .contact-form .contact_content .contactform form .form-box {
        display: block; }
        .contact-form .contact_content .contactform form .form-box .form-group {
          width: 100%;
          max-width: 100%;
          margin: 0px 0px 26px;
          padding: 0px; }

.contact-form .contact_content .contactform form .form-box .form-group .mobile-no-box {
  display: flex; }
  .contact-form .contact_content .contactform form .form-box .form-group .mobile-no-box select {
    width: 75px;
    border-right: 0px !important; }
  .contact-form .contact_content .contactform form .form-box .form-group .mobile-no-box input {
    width: calc(100% - 75px); }

.astro-list-page .astro-list-page_content .astro-list-page_content--listing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.astro-list-page_content {
  padding: 60px 0px 30px; }

.astro-list-page_content--listing .Carousel_card {
  margin: 0px; }
.astro-list-page_content--listing > div {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 20px; }

.verified {
  position: relative; }
  .verified::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("../images/verified.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.detail_card--box {
  background-color: #ffffff;
  box-shadow: 0px 2px 12px #FFC66D84;
  border-radius: 5px;
  padding: 40px 71px 90px 45px; }

.astro-detail-page_content {
  padding: 57px 0px 70px 0px; }

.astro-detail-page_content--row {
  display: flex; }

.astro-detail-page_content--detailcol [class^="column-"] {
  font-size: 16px;
  color: #4A4A4A; }
.astro-detail-page_content--detailcol .column-2 {
  color: #000000;
  display: flex;
  flex-wrap: wrap; }
  .astro-detail-page_content--detailcol .column-2 label {
    color: #4A4A4A;
    margin-bottom: 0px;
    font-weight: 700;
    min-width: 80px;
    margin-right: 55px; }
  .astro-detail-page_content--detailcol .column-2 .detail-group {
    display: flex;
    width: 50%;
    margin-top: 16px;
    padding-right: 10px; }
    .astro-detail-page_content--detailcol .column-2 .detail-group:nth-child(1) {
      margin-top: 0px; }
    .astro-detail-page_content--detailcol .column-2 .detail-group:nth-child(2) {
      margin-top: 0px; }
.astro-detail-page_content--detailcol .column-1 {
  color: #000000; }
  .astro-detail-page_content--detailcol .column-1 h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 8px;
    padding-right: 34px;
    font-weight: 700;
    max-width: max-content; }
  .astro-detail-page_content--detailcol .column-1 h3.verified::before {
    top: 8px;
    right: 0px; }
.astro-detail-page_content--detailcol .seprator {
  border-top: 1px solid #dddddd;
  margin: 29px 0 24px; }

.astro-detail-page_content--imagecol {
  margin-right: 40px; }
  .astro-detail-page_content--imagecol > div {
    border-radius: 50%;
    max-width: 228px; }
    .astro-detail-page_content--imagecol > div img {
      max-width: 100%; }

.astro-detail-page_content--callrow {
  display: flex;
  align-items: center; }
  .astro-detail-page_content--callrow [class$="-icon"] {
    padding: 7px 0px 7px 53px;
    background-size: 43px;
    background-position: left center;
    background-repeat: no-repeat; }
  .astro-detail-page_content--callrow .star-icon {
    background-image: url("../images/star.svg"); }
  .astro-detail-page_content--callrow .call-icon {
    background-image: url("../images/telephone.svg"); }
  .astro-detail-page_content--callrow p.bold {
    font-size: 16px;
    font-weight: 700;
    color: #000000; }
  .astro-detail-page_content--callrow p.light {
    font-size: 17px;
    font-weight: 300;
    color: #7A7A7A; }

.vseprator {
  width: 1px;
  height: 100%;
  min-height: 55px;
  background-color: #E8E8E8;
  margin-left: 31px;
  margin-right: 37px; }

.astro-detail-page_content--detail .floating_box {
  max-width: 690px;
  padding: 20px 37px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1; }
  .astro-detail-page_content--detail .floating_box .btn {
    min-width: 100px; }
    .astro-detail-page_content--detail .floating_box .btn:first-child {
      margin-right: 20px; }

.horoscrope-detail {
  padding: 70px 0px; }
  .horoscrope-detail .card_box .card {
    height: 100%; }
  .horoscrope-detail .content {
    padding: 0 15px; }
    .horoscrope-detail .content p {
      color: #2C2C2C;
      font-size: 16px;
      font-weight: 300;
      line-height: 52px; }
  .horoscrope-detail .horoscope-section_content h3 {
    text-align: center;
    color: #EB4900;
    font-size: 30px;
    font-weight: 700;
    padding: 40px 0px; }
  .horoscrope-detail .horoscope-section_content .card_box .row {
    justify-content: center; }

.card.single-img img {
  max-width: fit-content; }

.head-banner.horoscrope-detailbox {
  background-image: url(../images/horoscope-detail-banner.webp); }

.horoscrope-detail .top-section {
  display: flex;
  align-items: center; }
  .horoscrope-detail .top-section .card {
    padding: 0px;
    box-shadow: none !important; }
    .horoscrope-detail .top-section .card img {
      max-width: 90px;
      object-fit: contain;
      height: 100px; }
.horoscrope-detail .content .maine-text p {
  color: #000000;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 40px; }
.horoscrope-detail .content .middle-section .box {
  display: flex;
  margin-bottom: 20px; }
  .horoscrope-detail .content .middle-section .box .detail {
    padding: 28px 15px;
    background-color: #F8F8F8; }
    .horoscrope-detail .content .middle-section .box .detail h4 {
      color: #F97D09;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
    .horoscrope-detail .content .middle-section .box .detail h3 {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px; }
    .horoscrope-detail .content .middle-section .box .detail span {
      color: #B1B1B1;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px; }

.horoscope-section_content {
  margin-top: 60px; }
  .horoscope-section_content .top_content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    line-height: 56px; }

.horoscope-section_content .card_box .card {
  background-color: #FFF5EB;
  padding: 25px 20px; }
.horoscope-section_content .carousel-button-group button {
  background-color: #F97D09; }

.carousel-button-group button.prev-arrowbtn::before {
  background-image: url(../images/white-prev-arrow.svg) !important; }

.carousel-button-group button.next-arrowbtn::before {
  background-image: url(../images/white-next-arrow.svg) !important; }

.horoscrope-detail .content .middle-section .box .img img {
  height: 100%; }

.horoscrope-detail .content .middle-section .box .detail p {
  color: #B1B1B1;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px; }

#horoscrope-detail .horoscrope-detail .card_box .content {
  padding: 0px; }

.head-banner {
  padding: 144px 0px 66px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .head-banner::before {
    content: '';
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 60%;
    z-index: 0; }

.kundali_form--box.generate-kundliform {
  padding: 25px 30px;
  background-color: #F8F6F6; }

button.kundali-btn {
  height: 59px;
  margin-top: 23px;
  font-size: 14px;
  font-weight: 500;
  width: 91%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 26px; }

button.kundali-btn img {
  margin-left: 10px; }

.head-banner.get-freekundli {
  background-image: url(../images/get-kundli.webp); }

.kundali-form.contact-form form .form-group select {
  padding-right: 27px !important; }

.contact-form form .form-group select {
  width: 100%;
  border: 1px solid #CBCBCB !important;
  outline: none !important;
  box-shadow: none !important;
  height: 44px;
  border-radius: 0px; }

.kundali-form.contact-form form {
  margin: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0px; }
  .kundali-form.contact-form form h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px; }
  .kundali-form.contact-form form p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; }
  .kundali-form.contact-form form .formbox {
    margin-left: -10px;
    margin-right: -10px;
    display: flex; }
    .kundali-form.contact-form form .formbox .form-group {
      width: 33.33%; }
  .kundali-form.contact-form form .form-box {
    margin-left: -10px;
    margin-right: -10px;
    display: flex; }
    .kundali-form.contact-form form .form-box .form-group input {
      width: 100%; }
  .kundali-form.contact-form form .form-group select {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .375rem .75rem; }

.calendar-icon {
  position: relative; }
  .calendar-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 17px;
    height: 16px;
    pointer-events: none;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("../images/calendar.svg"); }

.select-icon {
  position: relative; }
  .select-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 17px;
    height: 16px;
    pointer-events: none;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("../images/calendar.svg");
    background-image: url("../images/down-arrow.svg"); }

.kundali-form .form-group {
  margin-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px; }
.kundali-form form .form-group label {
  color: #000000; }

.kmodal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000; }

.kundali_form--box {
  padding: 0px;
  margin: 80px 0px;
  border-radius: 5px; }

.cardbox a {
  text-decoration: none; }

.kundli-sidebar .list ul li.free-kundli a {
  color: #FFFFFF;
  font-size: 15px !important;
  font-weight: 600 !important; }

.generate-kundliform {
  margin: 0px !important; }

.generate-kundliform .form-box .form-group {
  max-width: 280px; }
  .generate-kundliform .form-box .form-group button {
    width: 100% !important; }

.kundli-sidebar .list ul li.free-kundli a::before {
  background-image: url(../images/book.svg);
  width: 31px;
  height: 22px; }

.kundli-sidebar .list ul li a.active {
  font-weight: 600 !important; }

.free-kundali-details-box .sidebar.kundli-sidebar ul {
  padding: 0px; }
  .free-kundali-details-box .sidebar.kundli-sidebar ul li {
    list-style-type: none;
    line-height: normal;
    display: block;
    width: 100%; }

.kundali-form .editkundli-formbox {
  padding: 25px 30px;
  background-color: #F8F6F6; }

.kundli-form-gen .content_box {
  max-width: 100%; }
  .kundli-form-gen .content_box .generate-kundliform {
    background-color: transparent;
    padding: 0px; }
    .kundli-form-gen .content_box .generate-kundliform p.contact-link {
      text-align: right;
      font-size: 17px;
      color: #6A6A6A;
      font-weight: 300;
      margin-bottom: 10px; }
      .kundli-form-gen .content_box .generate-kundliform p.contact-link a {
        color: #F97D09;
        font-weight: 500;
        text-decoration: none; }
    .kundli-form-gen .content_box .generate-kundliform form {
      margin-top: 30px;
      position: relative; }
      .kundli-form-gen .content_box .generate-kundliform form .form-group {
        background-color: #F9F9F9;
        padding: 10px 20px;
        border-radius: 10px;
        margin-right: 10px;
        max-width: 100%;
        position: relative;
        width: 32%; }
        .kundli-form-gen .content_box .generate-kundliform form .form-group input {
          border: 0px !important;
          background-color: transparent;
          padding-left: 60px;
          position: relative; }
        .kundli-form-gen .content_box .generate-kundliform form .form-group select {
          border: 0px !important;
          background-color: transparent;
          padding-left: 60px;
          position: relative; }
        .kundli-form-gen .content_box .generate-kundliform form .form-group span:first-child {
          width: 50px;
          height: 50px;
          background-color: #F97D09;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 4px;
          z-index: 1; }
      .kundli-form-gen .content_box .generate-kundliform form .form-group.generate-btn {
        background-color: transparent;
        padding: 0px; }
        .kundli-form-gen .content_box .generate-kundliform form .form-group.generate-btn .kundali-btn {
          width: 100% !important; }
      .kundli-form-gen .content_box .generate-kundliform form .form-box {
        margin: 0px; }
      .kundli-form-gen .content_box .generate-kundliform form .form-group.name-input span:first-child {
        top: 15px; }
      .kundli-form-gen .content_box .generate-kundliform form .form-group.city-icon span:first-child {
        top: 15px; }
      .kundli-form-gen .content_box .generate-kundliform form::before {
        content: '';
        position: absolute;
        background-image: url(../images/form-bg-img.png);
        width: 300px;
        height: 250px;
        right: 0px;
        bottom: 0px;
        background-repeat: no-repeat;
        background-size: 100%; }

.generate-kundli-headertopbox {
  padding: 44px 0px 44px;
  background-image: none !important; }

.generate-kundli-headertopbox::before {
  background-color: #020A1F;
  opacity: 100%; }

.download-btn .orange-btn {
  background-color: #F97D09 !important; }

.download-modal .modal-dialog {
  max-width: 400px;
  max-width: 400px; }
.download-modal .modal-header {
  border: 0px;
  padding-bottom: 0px;
  text-align: right;
  display: block;
  border: 0px;
  padding-bottom: 0px;
  text-align: right;
  display: block; }
  .download-modal .modal-header img {
    cursor: pointer; }
.download-modal .modal-body {
  padding-top: 0px;
  padding-bottom: 25px;
  text-align: center; }
  .download-modal .modal-body h3 {
    margin-bottom: 30px;
    font-size: 24px; }

a.Back_btn {
  display: block;
  text-align: center;
  color: #6C6C6C;
  font-size: 14px;
  margin: 25px 0px 0px;
  text-decoration: none; }

.login_page .login_content form p.back-btn a {
  color: #6C6C6C;
  text-decoration: none; }

.Reset_password {
  padding-top: 90px; }

.edit_profile form .form-group {
  width: 33.33%; }
  .edit_profile form .form-group input#my-file {
    background-color: #fff; }
  .edit_profile form .form-group input::placeholder {
    color: #000;
    font-size: 14px; }
.edit_profile .save-btn {
  min-width: 80px; }

.edit_profile .kundali_form--box form {
  padding: 25px 30px !important;
  background-color: #F8F6F6; }

.edit_profile form .send-btn {
  min-width: 248px; }
  .edit_profile form .send-btn img {
    width: auto;
    max-width: unset;
    margin-bottom: 0;
    height: auto; }

#saveUserForm .checkbox_content a {
  color: #5A693E !important; }

.edit_profile .kundali_form--box {
  margin: 0px; }

.edit_profile .kundali_form--box form {
  max-width: 100%;
  width: 100%;
  display: flex; }

.edit_profile .kundali_form--box .form-box .form-group {
  max-width: 280px; }
  .edit_profile .kundali_form--box .form-box .form-group button {
    height: 58px;
    width: 100%;
    min-width: auto; }

.edit_profile .kundali_form--box form .user-profile-img {
  max-width: 155px;
  height: 163px;
  margin-right: 40px; }
.edit_profile .kundali_form--box .edit-profile-content {
  width: 100%;
  max-width: calc(100% - 155px); }

.edit_profile .kundali_form--box form .user-profile-img {
  position: relative; }
  .edit_profile .kundali_form--box form .user-profile-img input {
    position: absolute;
    bottom: auto;
    right: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    top: 2px;
    cursor: pointer; }
  .edit_profile .kundali_form--box form .user-profile-img label.dp-change {
    margin: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 2px;
    bottom: auto;
    top: 2px;
    background-color: #f97d09;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    cursor: pointer; }
    .edit_profile .kundali_form--box form .user-profile-img label.dp-change img {
      width: 14px;
      height: 14px; }

.update-box .update-content form {
  background-color: transparent;
  display: block; }

.update-box .update-content form .user-profile-img {
  margin-bottom: 30px; }

.update-box .update-content form h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 20px; }

.update-box .update-content form .edit-profile-content {
  max-width: 100%; }

.profile_page .profile-btn {
  text-align: left;
  right: 20px;
  position: unset;
  top: 0px; }
.profile_page .detail_card--box {
  position: relative; }

.edit-btn {
  min-width: 100px;
  height: 34px;
  line-height: 22px;
  margin: 0px !important; }

.change-btn {
  min-width: 130px !important;
  line-height: 22px;
  height: 34px !important; }

.head-banner.user-profile {
  background-image: url(../images/user-profile-banner.webp); }

.profile_page .mainebox .astro-detail-page_content--detail .detail_card--box {
  padding: 25px 30px;
  background-color: #F8F6F6; }

.profile_page .profile-btn {
  margin-top: 20px; }
  .profile_page .profile-btn .change-btn {
    display: block;
    border-color: #F97D09;
    border-radius: 0px;
    height: 50px !important;
    max-width: 184px !important;
    line-height: 37px;
    color: #F97D09;
    font-size: 14px;
    margin-top: 16px;
    font-weight: 400;
    box-shadow: inset -500px 0 0 0 #fff;
    transition: ease-out 0.5s; }
    .profile_page .profile-btn .change-btn:hover {
      outline: 0;
      box-shadow: inset 0 0 0 0 #000;
      border: 1px solid #F97D09;
      background: #f97d09;
      color: #fff; }

.profile_page .profile-btn .change-btn img:last-child {
  display: none; }
.profile_page .profile-btn .change-btn:hover img {
  display: inline-block; }
  .profile_page .profile-btn .change-btn:hover img:first-child {
    display: none; }

.profile_page .detail_card--box h3.user-name {
  font-weight: 500; }
.profile_page .detail_card--box .column-2 {
  display: block; }
  .profile_page .detail_card--box .column-2 .detail-group {
    width: 100%;
    margin-bottom: 10px; }
    .profile_page .detail_card--box .column-2 .detail-group label {
      margin-right: 10px; }
.profile_page .astro-detail-page_content--detailcol {
  width: 100%;
  max-width: calc(100% - 165px); }
.profile_page .astro-detail-page_content--imagecol {
  max-width: 165px;
  width: 100%; }
  .profile_page .astro-detail-page_content--imagecol > div {
    max-width: 165px;
    height: 170px; }

.profile_page .detail_card--box .column-2 h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px; }
.profile_page .detail_card--box .column-2 table.user-detail-table {
  width: 100%;
  min-width: 700px; }
  .profile_page .detail_card--box .column-2 table.user-detail-table th {
    padding: 25px 30px;
    background-color: #FFF5EB;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff; }
  .profile_page .detail_card--box .column-2 table.user-detail-table td {
    padding: 25px 30px;
    background-color: #FFF5EB;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    font-size: 12px;
    font-weight: 400; }

@keyframes "rotate" {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/*welcome-page*/
/*# sourceMappingURL=style.css.map */
.main-header nav.navbar .dropdown a#basic-nav-dropdown {
  color: #fff; }

.footer_content .top_box .rightside p {
  color: #000000;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500; }

.main-header {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999; }
  .main-header nav.navbar {
    padding: 15px 0px 8px; }
    .main-header nav.navbar .navbar-nav a.nav-link {
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 0px 14px;
      text-transform: uppercase; }
      .main-header nav.navbar .navbar-nav a.nav-link:hover {
        color: #e32a00 !important;
        transition: 0.5s; }
    .main-header nav.navbar .navbar-nav a.nav-link.is-Active {
      color: #e32a00 !important;
      font-weight: 700; }
    .main-header nav.navbar .login-btn {
      margin-left: 14px;
      background-color: #F97D09;
      border-color: #F97D09;
      color: #fff;
      padding: 0px;
      font-size: 14px;
      line-height: 38px;
      font-weight: 700;
      width: 85px;
      height: 40px;
      border-radius: 0px; }
      .main-header nav.navbar .login-btn:hover {
        background-color: #fff;
        border-color: #e94200;
        color: #e94200; }

.home-page .main-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: none; }
  .home-page .main-header a.nav-link {
    color: #fff !important; }
  .home-page .main-header .login-btn {
    background-color: #F97D09 !important;
    color: #fff !important;
    border-color: #F97D09 !important; }
    .home-page .main-header .login-btn:hover {
      background-color: #e94200 !important;
      color: #fff !important;
      border-color: #e94200 !important;
      transition: 0.5s; }
  .home-page .main-header a.navbar-brand img:first-child {
    display: none; }
  .home-page .main-header a.navbar-brand img.home-logo_img {
    display: block; }

.main-header.sticky {
  background-color: #020a1f;
  z-index: 10000; }

html {
  height: 100%; }

body {
  font-size: 14px;
  line-height: 18px;
  height: auto;
  min-height: 100%;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

.container-fluid {
  max-width: 1366px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; }

.container-lg {
  max-width: 1366px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; }

.container-md {
  max-width: 1366px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; }

.container-sm {
  max-width: 1366px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; }

.container-xl {
  max-width: 1366px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1088px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

ol {
  padding: 0;
  margin: 0; }

p {
  padding: 0;
  margin: 0; }

.h1 {
  padding: 0;
  margin: 0; }

.h2 {
  padding: 0;
  margin: 0; }

.h3 {
  padding: 0;
  margin: 0; }

.h4 {
  padding: 0;
  margin: 0; }

.h5 {
  padding: 0;
  margin: 0; }

.h6 {
  padding: 0;
  margin: 0; }

h1 {
  padding: 0;
  margin: 0; }

h2 {
  padding: 0;
  margin: 0; }

h3 {
  padding: 0;
  margin: 0; }

h4 {
  padding: 0;
  margin: 0; }

h5 {
  padding: 0;
  margin: 0; }

h6 {
  padding: 0;
  margin: 0; }

.page-height {
  min-height: calc(100vh - 295px); }

.rotate {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: rotate;
  -webkit-animation-fill-mode: fowards;
  -webkit-animation-direction: forward;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: rotate;
  -moz-animation-fill-mode: fowards;
  -moz-animation-direction: forward;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: rotate;
  animation-fill-mode: fowards;
  animation-direction: forward;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.login_page {
  background-image: url(../images/login-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login_page .login_content {
    padding: 40px 0px 100px; }
    .login_page .login_content .img {
      max-width: 600px;
      padding-right: 15px;
      overflow: hidden; }
      .login_page .login_content .img img {
        width: 100%; }
    .login_page .login_content .maine-text h2 {
      color: #fff;
      font-size: 42px;
      font-weight: 800;
      line-height: 70px;
      padding-top: 20%; }
    .login_page .login_content form {
      background-color: #fff;
      padding: 25px 50px;
      border-radius: 0px;
      margin-left: 20px;
      box-shadow: none;
      position: relative;
      z-index: 1; }
      .login_page .login_content form .form .logo {
        text-align: center;
        margin: 8px 0px 40px; }
      .login_page .login_content form .form .form-group {
        margin-bottom: 25px; }
        .login_page .login_content form .form .form-group label {
          color: #6A6A6A;
          font-size: 14px;
          margin-bottom: 7px; }
        .login_page .login_content form .form .form-group input {
          border: 1px solid #DADADA;
          border-radius: 0px;
          height: 50px;
          font-size: 16px;
          font-weight: 400;
          box-shadow: none; }
          .login_page .login_content form .form .form-group input::placeholder {
            color: #C9C9C9;
            font-weight: 400;
            font-size: 12px; }
        .login_page .login_content form .form .form-group a.forgot-link {
          margin-top: 10px;
          text-align: right;
          display: block;
          color: #5A693E;
          font-size: 12px;
          text-decoration: none; }
      .login_page .login_content form .btn {
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
        font-weight: 600; }
        .login_page .login_content form .btn img {
          margin-left: 8px; }
      .login_page .login_content form p {
        text-align: center;
        margin-top: 30px;
        color: #6C6C6C;
        font-size: 14px; }
        .login_page .login_content form p .Registration_link {
          color: #F97D09;
          font-weight: 700;
          text-decoration: none; }
      .login_page .login_content form .form-text h3 {
        font-size: 18px;
        color: #131313;
        font-weight: 700;
        margin-bottom: 15px; }
      .login_page .login_content form .form-text p {
        margin: 0px 0px 25px !important;
        text-align: left !important;
        font-size: 14px;
        color: #6A6A6A; }

.sign-up-page {
  position: relative;
  background-image: none; }
  .sign-up-page::before {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 85%;
    background-image: linear-gradient(180deg, #FF9C00, #DF1800);
    top: 0px; }
  .sign-up-page .login_content p {
    margin-top: 55px !important; }
  .sign-up-page form .form-text h3 {
    color: #6C6C6C !important;
    font-size: 18px !important; }

.checkbox_content {
  margin: 30px 0px 10px; }
  .checkbox_content label {
    font-size: 13px;
    color: #5A693E;
    position: relative;
    padding-left: 35px; }
    .checkbox_content label::before {
      position: absolute;
      top: -3px;
      left: 0px;
      height: 24px;
      width: 24px;
      background-color: #fff;
      border: 1px solid #6C6C6C;
      content: '';
      border-radius: 2px;
      cursor: pointer; }
    .checkbox_content label span {
      color: #C9C9C9; }
  .checkbox_content input {
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: auto; }
    .checkbox_content input:checked ~ label::after {
      content: '';
      left: 9px;
      top: 2px;
      width: 6px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      cursor: pointer; }
    .checkbox_content input:checked ~ label::before {
      background-color: #ea4300;
      border-color: #e73b00; }

.About_Us {
  margin: 80px 0px; }
  .About_Us h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #000; }
  .About_Us p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
  .About_Us h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2C2C2C;
    margin: 25px 0px; }
  .About_Us p.maine-content {
    margin-bottom: 80px; }

.About_Us .box1 {
  padding-right: 35px; }
  .About_Us .box1 img {
    width: 100%;
    object-fit: cover; }
.About_Us .box2 {
  padding-left: 35px; }
  .About_Us .box2 h2 {
    margin-top: 15px; }

.about-bottom-box {
  margin-top: 80px; }
  .about-bottom-box h4 {
    margin: 0px;
    color: #F97D09;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
  .about-bottom-box h2 {
    margin-bottom: 40px !important; }

.footer {
  background-color: #FFF5EB;
  padding: 70px 0px 30px;
  position: relative; }
  .footer .footer_content .right-section {
    position: relative; }
  .footer .footer-logo a {
    display: block; }
  .footer .center-section ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 111; }
    .footer .center-section ul li a {
      color: #fff;
      font-size: 14px;
      text-decoration: none; }
      .footer .center-section ul li a:hover {
        text-shadow: 0px 1px black; }
  .footer .right-section ul li {
    display: inline-block;
    padding: 0 7px; }
    .footer .right-section ul li img:hover {
      margin-top: -5px;
      transition: 0.2s ease-in-out; }
    .footer .right-section ul li a {
      color: #fff;
      text-decoration: none; }
  .footer .bg-img {
    position: absolute;
    overflow: hidden;
    right: 17%;
    bottom: -336px; }
    .footer .bg-img img {
      max-width: 400px; }

.footer_content .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px; }
  .footer_content .bottom-box ul li {
    display: inline-block;
    color: #4B4B4B;
    font-size: 13px;
    font-weight: 500; }
    .footer_content .bottom-box ul li a {
      display: block;
      margin-left: 10px; }
.footer_content .top_box {
  display: flex; }
  .footer_content .top_box .leftside {
    width: 58%;
    display: flex;
    justify-content: space-around; }
    .footer_content .top_box .leftside ul.box {
      width: 100%;
      padding-right: 20px; }
      .footer_content .top_box .leftside ul.box li.head {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px; }
      .footer_content .top_box .leftside ul.box li a {
        font-size: 14px;
        color: #E94200;
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
        font-weight: 500; }
      .footer_content .top_box .leftside ul.box:last-child li a {
        display: block;
        color: #000000;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: left; }
      .footer_content .top_box .leftside ul.box li.phn-no {
        padding-left: 30px;
        position: relative; }
        .footer_content .top_box .leftside ul.box li.phn-no::before {
          content: '';
          position: absolute;
          background-image: url(../images/phone.svg);
          width: 16px;
          height: 16px;
          left: 0px;
          top: 2px;
          background-size: 100%;
          background-repeat: no-repeat; }
      .footer_content .top_box .leftside ul.box li.mail {
        padding-left: 30px;
        position: relative; }
        .footer_content .top_box .leftside ul.box li.mail::before {
          content: '';
          position: absolute;
          background-image: url(../images/mail.svg);
          width: 16px;
          height: 14px;
          left: 0px;
          top: 2px;
          background-size: 100%;
          background-repeat: no-repeat; }
  .footer_content .top_box .rightside {
    width: 42%;
    padding-left: 30px; }
    .footer_content .top_box .rightside h4 {
      font-size: 18px;
      color: #000000;
      font-weight: 600;
      margin-bottom: 15px; }
  .footer_content .top_box .inputbox p {
    color: #000000;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500; }
  .footer_content .top_box .inputbox .input-field {
    display: flex; }
    .footer_content .top_box .inputbox .input-field input {
      border: 1px solid #D8D8D8;
      max-width: 300px;
      width: 100%;
      height: 60px;
      outline: none;
      padding: 10px; }
    .footer_content .top_box .inputbox .input-field button {
      min-width: 140px;
      background-color: #F97D09;
      border-radius: 0px;
      color: #fff;
      font-weight: 600;
      font-size: 14px; }
      .footer_content .top_box .inputbox .input-field button img {
        margin-left: 10px; }

.welcome-page {
  background-image: linear-gradient(180deg, #FF9C00, #DF1800);
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative; }
  .welcome-page::after {
    content: '';
    background-image: url(../images/Subtraction1.png);
    position: absolute;
    background-repeat: no-repeat;
    max-width: 400px;
    width: 100%;
    height: 300px;
    bottom: 0px;
    left: 13%;
    background-position: 0 210%;
    background-size: 100%; }
  .welcome-page a {
    color: #FFFFFF !important; }
  .welcome-page .top-header {
    display: flex;
    justify-content: space-around;
    padding: calc(30px + 3vh) 40px calc(15px + 4vh) 45px;
    position: relative; }
    .welcome-page .top-header .content {
      width: calc(100% - 120px);
      color: #fff; }
      .welcome-page .top-header .content h5 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 5px; }
      .welcome-page .top-header .content p {
        font-size: 18px;
        line-height: 30px; }
    .welcome-page .top-header .contact-btn {
      width: 100%;
      max-width: 120px;
      position: relative;
      z-index: 99; }
      .welcome-page .top-header .contact-btn a {
        display: block;
        background-color: #FFFFFF;
        text-align: center;
        color: #FFB300;
        font-size: 15px;
        padding: 15px 20px;
        text-decoration: none;
        border-radius: 5px; }
  .welcome-page .welcome-content {
    padding: 0px 25px 25px 45px;
    display: flex;
    position: relative;
    z-index: 10; }
    .welcome-page .welcome-content .text-box {
      width: 60%;
      color: #fff;
      padding-right: 50px; }
      .welcome-page .welcome-content .text-box h1 {
        font-size: 60px;
        font-weight: 800; }
      .welcome-page .welcome-content .text-box h2 {
        font-size: 38px;
        font-weight: 600; }
      .welcome-page .welcome-content .text-box p {
        font-size: 18px;
        line-height: 1.6;
        margin: calc(10px + 2vh) 0px; }
      .welcome-page .welcome-content .text-box .buttons {
        margin: 0 -10px; }
        .welcome-page .welcome-content .text-box .buttons a {
          display: inline-block;
          border: 1px solid #FFFFFF;
          color: #FFFFFF;
          font-size: 16px;
          padding: 15px 12px;
          margin: 0px 10px;
          text-decoration: none;
          font-weight: 800; }
          .welcome-page .welcome-content .text-box .buttons a:hover {
            background-color: #fff;
            color: #A51705; }
    .welcome-page .welcome-content .img-box {
      width: 40%;
      padding-left: 30px;
      overflow: hidden; }
      .welcome-page .welcome-content .img-box img {
        width: 100%;
        max-width: 440px; }
    .welcome-page .welcome-content .form-group input {
      border: 1px solid #DADADA;
      border-radius: 4px;
      height: 50px;
      font-size: 16px;
      font-weight: 400;
      box-shadow: none;
      max-width: 400px; }
    .welcome-page .welcome-content .form {
      display: flex; }
      .welcome-page .welcome-content .form .form-field {
        max-width: 400px;
        width: 100%;
        padding-right: 15px; }
      .welcome-page .welcome-content .form button {
        height: 50px;
        line-height: 40px;
        background-color: #f16300; }

.welcome-bg-img {
  max-width: 500px;
  margin-left: auto;
  position: fixed;
  top: -280px;
  right: -130px;
  z-index: 0;
  overflow: hidden; }
  .welcome-bg-img img {
    width: 100%;
    object-fit: contain; }
  .welcome-bg-img img.rotate {
    width: 100%; }

.contact-page form {
  position: relative;
  box-shadow: none;
  padding: 0px; }
  .contact-page form h2 {
    margin: 0px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px; }
  .contact-page form p {
    color: #001145;
    font-size: 18px;
    opacity: 62%;
    margin-bottom: 18px; }
  .contact-page form .form-box {
    display: block;
    display: block; }
    .contact-page form .form-box .form-group input {
      width: 100%;
      width: 100%; }
  .contact-page form .contact-detail {
    margin-right: 0;
    padding: 0px;
    box-shadow: none;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 0; }

.contact-form form {
  margin: 80px 0px; }
  .contact-form form .form-box .form-group input {
    width: 100%;
    border: 2px solid #D8D8D8;
    outline: none !important;
    box-shadow: none !important;
    height: 60px;
    border-radius: 0px; }
  .contact-form form .form-group {
    width: 100%; }
    .contact-form form .form-group label {
      display: block;
      font-size: 13px;
      color: #F97D09;
      font-weight: 500;
      margin-bottom: 5px; }
    .contact-form form .form-group textarea {
      border: 2px solid #D8D8D8;
      width: 100%;
      border-radius: 0px; }
    .contact-form form .form-group select {
      width: 100%;
      border: 2px solid #D8D8D8 !important;
      outline: none !important;
      box-shadow: none !important;
      height: 60px;
      border-radius: 0px; }

.contact_us-section {
  position: absolute;
  top: 15%;
  max-width: 320px;
  width: 100%;
  left: 4%; }

.home-page_content .banner-section {
  background-image: url(../images/homebanner-img.webp);
  padding: 90px 0px 113px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .home-page_content .banner-section .banner-section_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .home-page_content .banner-section .banner-section_content .banner-img {
      padding: 0px 40px; }
      .home-page_content .banner-section .banner-section_content .banner-img img.rotate {
        pointer-events: none; }

#basic-navbar-nav .navbar-nav {
  position: relative; }

.banner-section_leftbox {
  max-width: 515px;
  width: 100%;
  position: relative;
  padding-top: 100px; }
  .banner-section_leftbox h3 {
    color: #FFFFFF;
    font-size: 62px;
    font-weight: 800;
    line-height: 73px; }
  .banner-section_leftbox h4 {
    font-size: 20px;
    color: #fff;
    padding: 30px 0px 15px;
    line-height: 30px;
    position: relative; }
    .banner-section_leftbox h4 span {
      font-weight: 400; }
  .banner-section_leftbox p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    font-weight: 200; }
  .banner-section_leftbox .more-btn a.btn {
    background-color: #F97D09;
    margin-top: 35px;
    min-width: 185px;
    height: 50px;
    font-size: 14px;
    display: inline-block;
    padding: 0px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 0px;
    box-shadow: inset -300px 0 0 0 #f97d09;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.5s; }
    .banner-section_leftbox .more-btn a.btn img {
      margin-left: 5px;
      width: 11px; }
    .banner-section_leftbox .more-btn a.btn:hover {
      outline: 0;
      box-shadow: inset 0 0 0 0 #000;
      border: 1px solid #F97D09;
      background: transparent; }

.banner-section_rightbox {
  width: 55%;
  position: relative; }

.card {
  box-shadow: none;
  border: 0px;
  border-radius: 0;
  padding: 25px 20px;
  margin: 0 8px; }
  .card a {
    text-align: center; }
  .card img {
    max-width: 58px;
    margin: 0 auto;
    border-radius: 50%; }
  .card h4 {
    text-align: center;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 0px; }
  .card p {
    color: #2C2C2C;
    font-size: 14px;
    text-align: center; }
  .card span {
    text-align: center;
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 0px; }
  .card:hover {
    box-shadow: 0px 6px 15px #FFC66D85; }
    .card:hover img {
      transform: rotate(360deg);
      transition: transform 0.5s ease-out; }

.home-logo_img {
  display: none; }

.about-section {
  padding: 80px 0px; }
  .about-section .about-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex; }
    .about-section .about-content h3 {
      color: #EB4900;
      font-size: 30px;
      font-weight: 700;
      padding-bottom: 30px; }
    .about-section .about-content p {
      margin-bottom: 22px;
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: left; }
    .about-section .about-content > div {
      width: 50%; }
    .about-section .about-content .left-side {
      padding-right: 50px; }
      .about-section .about-content .left-side h4 {
        color: #F97D09;
        font-weight: 800;
        font-size: 14px;
        margin-bottom: 5px; }
      .about-section .about-content .left-side h2 {
        color: #000000;
        font-weight: 800;
        font-size: 42px;
        line-height: 56px;
        margin-bottom: 20px; }
      .about-section .about-content .left-side a.btn img {
        margin-left: 10px; }
    .about-section .about-content .right-side {
      padding-left: 50px; }
      .about-section .about-content .right-side ul.images {
        display: flex;
        flex-wrap: wrap; }
        .about-section .about-content .right-side ul.images li:last-child {
          width: 100%; }
      .about-section .about-content .right-side ul li {
        display: inline-block;
        width: 50%;
        padding: 0px 0px 18px 16px; }
        .about-section .about-content .right-side ul li img {
          width: 100%; }
          .about-section .about-content .right-side ul li img:hover {
            transform: scale(1.02);
            transition: 0.5s; }

.carousel-button-group button {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  background-color: #fff;
  border: 0px;
  outline: none; }
.carousel-button-group button.prev-arrowbtn {
  position: absolute;
  left: -10%;
  top: 40%;
  transform: translateY(-50%); }
  .carousel-button-group button.prev-arrowbtn::before {
    content: '';
    background-image: url(../images/prev-arrow.svg);
    width: 11px;
    height: 13px;
    background-repeat: no-repeat;
    margin: -5px;
    position: absolute;
    background-size: contain; }
.carousel-button-group .next-arrowbtn {
  position: absolute;
  right: -10%;
  top: 40%;
  transform: translateY(-50%); }
.carousel-button-group button.next-arrowbtn::before {
  content: '';
  background-image: url(../images/nxt-arrow.svg);
  width: 11px;
  height: 13px;
  background-repeat: no-repeat;
  margin: -5px;
  position: absolute;
  background-size: contain; }

.horoscope-section {
  padding: 90px 0px 90px;
  position: relative;
  background-image: url(../images/Horoscope-bg.webp);
  width: 100%;
  height: 100%; }
  .horoscope-section .horoscope-section_content {
    padding: 0px 20px; }
    .horoscope-section .horoscope-section_content .top_content {
      padding-bottom: 20px;
      position: relative; }
      .horoscope-section .horoscope-section_content .top_content h4 {
        font-size: 14px;
        color: #F97D09;
        font-weight: 700;
        margin-bottom: 10px; }
      .horoscope-section .horoscope-section_content .top_content p {
        color: #2C2C2C;
        font-size: 18px;
        text-align: center;
        font-weight: 300;
        line-height: 44px;
        max-width: 840px;
        margin: 0 auto; }
      .horoscope-section .horoscope-section_content .top_content h5 {
        text-align: center;
        color: #2C2C2C;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px; }
    .horoscope-section .horoscope-section_content h3 {
      color: #FFFFFF;
      font-size: 42px;
      font-weight: 800;
      padding-bottom: 20px;
      text-align: left;
      line-height: 56px; }
  .horoscope-section::before {
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 60%;
    width: 100%;
    height: 100%;
    top: 0px; }

.cardbox {
  margin-bottom: 30px; }
  .cardbox a {
    text-decoration: none; }

.kundali-section_content {
  align-items: flex-end;
  margin: 0px; }
  .kundali-section_content .kundali_content {
    padding: 70px 40px 45px;
    background-color: #FFF8EC; }
    .kundali-section_content .kundali_content h3 {
      color: #EB4900;
      font-size: 30px;
      font-weight: 700;
      padding-bottom: 20px; }
    .kundali-section_content .kundali_content .kundali-detail {
      display: flex;
      align-items: center;
      padding-bottom: 30px; }
      .kundali-section_content .kundali_content .kundali-detail p {
        color: #2C2C2C;
        font-size: 18px;
        font-weight: 300;
        line-height: 50px;
        padding-right: 40px; }
  .kundali-section_content .img {
    padding-right: 0px;
    padding-left: 0px; }
    .kundali-section_content .img img {
      max-width: 100%; }
  .kundali-section_content a.orange-btn {
    display: inline-block;
    line-height: 30px; }
  .kundali-section_content .content {
    display: flex;
    width: 100%;
    height: 100%; }
    .kundali-section_content .content h3 {
      font-size: 24px;
      font-weight: 600;
      line-height: 35px;
      margin-bottom: 5px; }
      .kundali-section_content .content h3 span {
        color: #F97D09; }
    .kundali-section_content .content > div {
      background-color: #F8F8F8;
      padding: 20px 26px; }
    .kundali-section_content .content p {
      color: #6A6A6A;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px; }
    .kundali-section_content .content .next-arrow {
      background-color: #F97D09;
      display: flex;
      align-items: center;
      padding: 0px;
      box-shadow: inset 0 -300px 0 0 #f97d09;
      transition: ease-out 0.5s;
      border: 1px solid #F97D09; }
      .kundali-section_content .content .next-arrow:hover {
        outline: 0;
        box-shadow: inset 0 0 0 0 #000;
        border: 1px solid #F97D09;
        background: #f97d09; }
      .kundali-section_content .content .next-arrow a {
        padding: 20px 20px;
        height: 100%;
        display: flex; }
  .kundali-section_content .box {
    padding: 0 8px;
    height: 100%; }

.kundali-section {
  padding: 80px 0px 80px; }
  .kundali-section h4 {
    color: #F97D09;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
  .kundali-section h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px; }

.orange-btn {
  background-color: #F97D09;
  color: #fff !important;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  min-width: 185px;
  height: 50px;
  text-transform: capitalize;
  border-radius: 0px;
  box-shadow: inset -500px 0 0 0 #f97d09;
  transition: ease-out 0.5s; }
  .orange-btn:hover {
    outline: 0;
    box-shadow: inset 0 0 0 0 #000;
    border: 1px solid #F97D09;
    background: #f97d09; }

.Carousel_card {
  text-align: center;
  position: relative; }
  .Carousel_card .card-detail {
    position: absolute;
    bottom: 0; }
    .Carousel_card .card-detail h5 {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 10px; }
    .Carousel_card .card-detail p {
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      margin: 0px 10px 10px;
      line-height: 21px; }
  .Carousel_card img {
    width: 100%;
    height: 100%; }
  .Carousel_card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000000, #FFFFFF00); }
  .Carousel_card:hover::before {
    background-image: none;
    transition: transform 1s ease-out; }

.carousel-section {
  padding: 0px; }
  .carousel-section .react-multi-carousel-list .react-multiple-carousel__arrow {
    background-color: #F97D09;
    width: 60px;
    height: 60px;
    border-radius: 0px; }
  .carousel-section .react-multi-carousel-list .react-multiple-carousel__arrow--left::before {
    content: '';
    background-image: url(../images/white-prev-arrow.svg);
    width: 14px;
    height: 16px;
    margin: 0 auto;
    background-repeat: no-repeat; }
  .carousel-section .react-multi-carousel-list .react-multiple-carousel__arrow--right::before {
    content: '';
    background-image: url(../images/next-right.svg);
    width: 14px;
    height: 16px;
    margin: 0 auto;
    background-repeat: no-repeat; }

.astro-product-section {
  padding: 40px 0px;
  background-color: #FFF8EC;
  margin: 40px 0px 60px; }
  .astro-product-section .product-img {
    padding-left: 40px; }
    .astro-product-section .product-img ul {
      display: flex;
      flex-wrap: wrap; }
      .astro-product-section .product-img ul li {
        display: inline-block;
        margin: 0 10px;
        max-width: 190px;
        width: 100%;
        margin-bottom: 15px; }
        .astro-product-section .product-img ul li img {
          width: 100%; }

.astro-product_content h3 {
  margin-bottom: 30px;
  color: #EB4900;
  font-size: 30px;
  font-weight: 700; }
.astro-product_content p {
  margin-bottom: 10px;
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px; }
.astro-product_content h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 25px; }
.astro-product_content a.orange-btn {
  display: inline-block;
  line-height: 30px; }

.hello-icon {
  position: fixed;
  bottom: 12%;
  top: auto;
  right: 0px;
  z-index: 999; }

.more-btn .btn:hover {
  background-color: #fc8f00 !important;
  color: #fff !important;
  transition: 0.5s; }

.orange-bordered-btn {
  background-color: #FFFFFF;
  color: #E94200;
  font-size: 12px;
  font-weight: 700;
  min-width: 150px;
  height: 42px;
  border: 1px solid #E94200; }
  .orange-bordered-btn:hover {
    background-color: #E94200;
    color: #fff;
    font-weight: 700;
    min-width: 150px;
    height: 42px; }

.astro-list-page .astro-list-page_content .astro-list-page_content--listing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.astro-list-page_content {
  padding: 60px 0px 30px; }

.astro-list-page_content--listing .Carousel_card {
  margin: 0px; }
.astro-list-page_content--listing > div {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 20px; }

.verified {
  position: relative; }
  .verified::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("../images/verified.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.detail_card--box {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px; }

.astro-detail-page_content {
  padding: 0px; }

.astro-detail-page_content--row {
  display: flex; }

.astro-detail-page_content--detailcol [class^="column-"] {
  font-size: 16px;
  color: #4A4A4A; }
.astro-detail-page_content--detailcol .column-2 {
  color: #000000;
  display: flex;
  flex-wrap: wrap; }
  .astro-detail-page_content--detailcol .column-2 label {
    color: #4A4A4A;
    margin-bottom: 0px;
    font-weight: 600;
    min-width: 80px;
    margin-right: 55px; }
  .astro-detail-page_content--detailcol .column-2 .detail-group {
    display: flex;
    width: 50%;
    margin-top: 16px;
    padding-right: 10px; }
    .astro-detail-page_content--detailcol .column-2 .detail-group:nth-child(1) {
      margin-top: 0px; }
    .astro-detail-page_content--detailcol .column-2 .detail-group:nth-child(2) {
      margin-top: 0px; }
.astro-detail-page_content--detailcol .column-1 {
  color: #000000; }
  .astro-detail-page_content--detailcol .column-1 h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 8px;
    padding-right: 34px;
    font-weight: 700;
    max-width: max-content; }
  .astro-detail-page_content--detailcol .column-1 h3.verified::before {
    top: 8px;
    right: 0px; }
.astro-detail-page_content--detailcol .seprator {
  border-top: 1px solid #D8D8D8;
  margin: 25px 0 25px; }

.astro-detail-page_content--imagecol {
  margin-right: 40px; }
  .astro-detail-page_content--imagecol > div {
    max-width: 165px;
    height: 170px; }
    .astro-detail-page_content--imagecol > div img {
      max-width: 100%;
      padding-left: 0px;
      height: 100%;
      padding: 0px; }

.astro-detail-page_content--callrow {
  display: flex;
  align-items: center; }
  .astro-detail-page_content--callrow [class$="-icon"] {
    padding: 7px 0px 7px 53px;
    background-size: 43px;
    background-position: left center;
    background-repeat: no-repeat; }
  .astro-detail-page_content--callrow .star-icon {
    background-image: url("../images/star.svg"); }
  .astro-detail-page_content--callrow .call-icon {
    background-image: url("../images/telephone.svg"); }
  .astro-detail-page_content--callrow p.bold {
    font-size: 16px;
    font-weight: 700;
    color: #000000; }
  .astro-detail-page_content--callrow p.light {
    font-size: 17px;
    font-weight: 300;
    color: #7A7A7A; }

.vseprator {
  width: 1px;
  height: 100%;
  min-height: 55px;
  background-color: #E8E8E8;
  margin-left: 31px;
  margin-right: 37px; }

.astro-detail-page_content--detail .floating_box {
  max-width: 690px;
  padding: 20px 37px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1; }
  .astro-detail-page_content--detail .floating_box .btn {
    min-width: 100px; }
    .astro-detail-page_content--detail .floating_box .btn:first-child {
      margin-right: 20px; }

.horoscrope-detail {
  padding: 70px 0px; }
  .horoscrope-detail .card_box .card {
    height: 100%; }
  .horoscrope-detail .content {
    padding: 0 15px; }
    .horoscrope-detail .content p {
      color: #2C2C2C;
      font-size: 16px;
      font-weight: 300;
      line-height: 52px; }
  .horoscrope-detail .horoscope-section_content h3 {
    text-align: center;
    color: #EB4900;
    font-size: 30px;
    font-weight: 700;
    padding: 40px 0px; }
  .horoscrope-detail .horoscope-section_content .card_box .row {
    justify-content: center; }

.card.single-img img {
  max-width: fit-content; }

.kundali-form.contact-form form {
  margin: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0px; }
  .kundali-form.contact-form form h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px; }
  .kundali-form.contact-form form p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; }
  .kundali-form.contact-form form .formbox {
    margin-left: -10px;
    margin-right: -10px;
    display: flex; }
    .kundali-form.contact-form form .formbox .form-group {
      width: 33.33%; }
  .kundali-form.contact-form form .form-box {
    margin-left: -10px;
    margin-right: -10px;
    display: flex; }
    .kundali-form.contact-form form .form-box .form-group input {
      width: 100%;
      font-size: 13px;
      color: #000; }
  .kundali-form.contact-form form .form-group select {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .375rem .75rem;
    font-size: 13px;
    color: #6A6A6A; }

.calendar-icon {
  position: relative; }
  .calendar-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 17px;
    height: 16px;
    pointer-events: none;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("../images/calendar.svg"); }

.select-icon {
  position: relative; }
  .select-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
    height: 10px;
    pointer-events: none;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("../images/calendar.svg");
    background-image: url("../images/down-arrow.svg"); }

.kundali-form .form-group {
  margin-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px; }
.kundali-form form .form-group label {
  color: #F97D09;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500; }

.kmodal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000; }

.kundali_form--box {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 111; }

.download-modal .modal-dialog {
  max-width: 400px;
  max-width: 400px; }
.download-modal .modal-header {
  border: 0px;
  padding-bottom: 0px;
  text-align: right;
  display: block;
  border: 0px;
  padding-bottom: 0px;
  text-align: right;
  display: block; }
  .download-modal .modal-header img {
    cursor: pointer; }
.download-modal .modal-body {
  padding-top: 0px;
  padding-bottom: 25px;
  text-align: center; }
  .download-modal .modal-body h3 {
    margin-bottom: 30px;
    font-size: 24px; }

.about-page ol {
  padding: 0px 20px; }
  .about-page ol li {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    list-style-type: unset; }
.about-page ul {
  padding: 0px 50px; }
  .about-page ul > li {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    list-style-type: circle; }

b {
  font-weight: bold; }

strong {
  font-weight: bold; }

.login-main-page .login_page {
  padding-top: 90px; }

a.Back_btn {
  display: block;
  text-align: center;
  color: #6C6C6C;
  font-size: 17px;
  margin: 25px 0px 0px;
  text-decoration: none; }

div#birthCountry .css-yk16xz-control {
  width: 100%;
  border: 2px solid #D8D8D8 !important;
  outline: none !important;
  box-shadow: none !important;
  height: 60px;
  border-radius: 0px; }

.kundali-section h2 span {
  color: #F97D09; }

.horoscrope-detail .top-section .cardbox {
  margin-right: 30px; }

.kundliprofile-box.card {
  padding: 0px;
  box-shadow: none; }
  .kundliprofile-box.card .card-body {
    padding: 0px; }

.hello-icon {
  display: none; }

.edit_profile form img {
  max-width: 155px;
  height: 163px; }

.kundali-form.contact-form form .form-box .form-group input::placeholder {
  color: #000 !Important; }

.kundali-form.contact-form form .form-group select {
  color: #000;
  background-color: #fff; }

#birthCountry .css-yk16xz-control .css-1wa3eu0-placeholder {
  color: #000; }

.kundali-section_content .box .content {
  min-height: 346px; }

.orange-btn,
.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0px !important; }

.sidebar.kundli-sidebar ul.nav.nav-tabs li a {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0px !important; }

#basic-navbar-nav a#basic-nav-dropdown {
  padding: 0px;
  margin-left: 14px; }

#basic-navbar-nav a#basic-nav-dropdown img {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin-right: 10px !important; }

.kundali-section_content .box:last-child .content > img {
  max-width: 200px;
  object-fit: cover; }

.download-btn {
  position: relative;
  float: right;
  top: -30px; }
  .download-btn button {
    border-color: #F97D09;
    border-radius: 0px;
    min-width: 185px;
    height: 50px; }

.free-kundali-details-box {
  padding: 0px 0px; }
  .free-kundali-details-box nav.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0px; }
    .free-kundali-details-box nav.nav.nav-tabs a {
      border: 1px solid #FFDEBE;
      padding: 15px 10px;
      margin-left: 8px;
      color: #6E6E6E;
      font-size: 18px;
      font-weight: 400 !important;
      font-family: 'Poppins', sans-serif;
      background-color: #fff; }
      .free-kundali-details-box nav.nav.nav-tabs a:first-child {
        margin-left: 0px; }
    .free-kundali-details-box nav.nav.nav-tabs a.active {
      background-color: #FFF5EB;
      color: #F97D09;
      font-weight: 500 !important;
      border: 0px; }
  .free-kundali-details-box .tab-content {
    background-color: transparent;
    max-width: 100%; }

.free-kundali-details-box .main-contentbox {
  width: 100%; }

.kalsarpa-detail.card {
  padding-bottom: 40px; }

div#noanim-tab-example-tabpane-basicDetails {
  padding: 40px 0px; }

.free-kundali-details-box .tab-content .col-md-6 h1 {
  text-align: left !important;
  color: #000000 !important;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif; }
  .free-kundali-details-box .tab-content .col-md-6 h1 u {
    text-decoration: none; }
.free-kundali-details-box .tab-content .col-md-6 .table td {
  border: 0px;
  background-color: #FFFFFF;
  border-top: 8px solid #F8F6F6;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 20px;
  text-align: left; }
.free-kundali-details-box .tab-content .col-md-6 .table tr td:last-child {
  font-weight: 400; }

.free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart {
  padding: 0;
  padding-top: 30px; }
  .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .col-12.card {
    box-shadow: none !important;
    background-color: transparent;
    padding: 0px 15px;
    margin: 0px; }
    .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .col-12.card .card-header {
      background-color: transparent;
      text-align: left;
      color: #000000;
      font-size: 24px;
      font-weight: 600;
      border: 0px;
      border-radius: 0px;
      padding: 0px 0px 15px; }
    .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .col-12.card canvas#canvas_chart {
      background-color: #fff; }
  .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .card {
    margin: 0px;
    box-shadow: none !important;
    background-color: transparent; }
    .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .card h3 {
      background-color: transparent;
      border: 0px;
      text-align: left;
      color: #000000;
      font-weight: 600;
      font-size: 24px;
      padding: 0px;
      margin-bottom: 12px !important; }
    .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .card table th {
      border: 0px;
      background-color: #FFF5EB;
      padding: 15px 10px;
      font-size: 15px;
      font-weight: 500;
      border-top: 8px solid #fff; }
    .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .card table td {
      border: 0px;
      background-color: #FFF5EB;
      padding: 15px 10px;
      font-size: 15px;
      font-weight: 400;
      border-top: 8px solid #fff;
      font-weight: 400; }

.free-kundali-details-box .tab-content .card {
  background-color: transparent;
  box-shadow: none; }
.free-kundali-details-box .tab-content .card-header {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  text-align: left;
  font-size: 24px;
  font-weight: 600; }
  .free-kundali-details-box .tab-content .card-header h3 {
    font-size: 24px;
    font-weight: 600; }

.free-kundali-details-box .tab-content canvas {
  background-color: #fff;
  width: 100%;
  object-fit: scale-down; }
.free-kundali-details-box .tab-content .disable_select {
  text-align: left; }

.free-kundali-details-box .tab-content .card .card-header-tabs.nav-tabs {
  margin: 0px 0px 2px; }

.free-kundali-details-box .tab-content .card .card-header-tabs.nav-tabs {
  margin: 0px 0px 2px; }
.free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .card-body {
  padding: 0px; }
  .free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .card-body h4 {
    text-align: left; }
  .free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .card-body span {
    display: block;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px; }
.free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .col-lg-6 #mahadasha .card-header h4 {
  text-align: left;
  padding: 0px; }
.free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .col-lg-6 #mahadasha .card-header span {
  display: block;
  text-align: left;
  padding: 0px;
  padding-bottom: 10px;
  color: #000; }
.free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .col-lg-6 #mahadasha table th {
  border: 0px;
  background-color: #fff;
  padding: 17px 15px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 8px solid #F8F6F6; }
.free-kundali-details-box .tab-content div#noanim-tab-example-tabpane-vimshottari .col-lg-6 #mahadasha table td {
  border: 0px;
  background-color: #fff;
  padding: 17px 15px;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
  border-bottom: 8px solid #F8F6F6;
  font-weight: 400;
  vertical-align: middle; }

.free-kundali-details-box .kalsarpa-detail .card-body {
  padding: 0px;
  text-align: left; }
  .free-kundali-details-box .kalsarpa-detail .card-body h4 {
    text-align: left;
    color: #17E200;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0px; }
  .free-kundali-details-box .kalsarpa-detail .card-body h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px; }
  .free-kundali-details-box .kalsarpa-detail .card-body p {
    color: #000000;
    font-size: 16px;
    text-align: left; }

#noanim-tab-example-tabpane-hora {
  padding: 0px 10px; }

#noanim-tab-example-tabpane-divisionalChart .tab-content {
  background-color: transparent; }

#noanim-tab-example-tabpane-manglik .card .card-body {
  text-align: left;
  padding: 30px 0px; }

#noanim-tab-example-tabpane-divisionalChart .card p {
  text-align: left;
  padding: 0px 0px 10px;
  min-height: 120px; }

#noanim-tab-example-tabpane-divisionalChart {
  padding: 40px 0px 0px; }

#noanim-tab-example-tabpane-divisionalChart .card {
  margin: 0px;
  padding: 25px 10px;
  width: 50%; }

#noanim-tab-example-tabpane-divisionalChart canvas {
  width: 100%;
  object-fit: scale-down; }

.sidebar.kundli-sidebar ul.nav.nav-tabs {
  border: 0px; }
  .sidebar.kundli-sidebar ul.nav.nav-tabs li a.active {
    border: 0px;
    opacity: 100%; }
  .sidebar.kundli-sidebar ul.nav.nav-tabs li a {
    border: 0px;
    background-color: transparent; }

#noanim-tab-example-tabpane-manglik .card .card-body h6 {
  font-size: 24px;
  color: #17E200; }

#tabpane-prediction .card-body {
  padding: 0px; }
  #tabpane-prediction .card-body h4 {
    text-align: left; }
  #tabpane-prediction .card-body p {
    text-align: left;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px; }

.c-datatable-filter {
  float: left; }

#tabpane-yearly-prediction {
  padding: 20px; }
  #tabpane-yearly-prediction .card {
    margin-left: 0px !important;
    width: 100%; }
    #tabpane-yearly-prediction .card .card-header {
      margin-bottom: 10px !important; }
      #tabpane-yearly-prediction .card .card-header h4 {
        text-align: left;
        font-size: 24px;
        font-weight: 600;
        padding: 0px; }
    #tabpane-yearly-prediction .card .table thead th {
      border: 0px;
      background-color: #FFFFFF;
      padding: 15px 10px;
      font-size: 18px;
      font-weight: 500;
      border-top: 8px solid #F8F6F6; }
    #tabpane-yearly-prediction .card .table tbody td {
      border: 0px;
      background-color: #FFFFFF;
      padding: 15px 10px;
      font-size: 18px;
      font-weight: 500;
      border-top: 8px solid #F8F6F6;
      vertical-align: middle; }
    #tabpane-yearly-prediction .card:first-child {
      margin-top: 0px !important;
      padding-top: 10px; }
    #tabpane-yearly-prediction .card p {
      text-align: left;
      color: #000000;
      font-size: 16px;
      padding: 20px 0px; }
    #tabpane-yearly-prediction .card table td p.btn {
      padding: .375rem .75rem;
      font-size: 14px; }
    #tabpane-yearly-prediction .card .card {
      padding: 0px;
      margin: 0px; }
      #tabpane-yearly-prediction .card .card span.fw-bold {
        font-size: 20px !important;
        color: #000; }
      #tabpane-yearly-prediction .card .card span.text-start {
        margin-top: 5px;
        display: inline-flex; }
      #tabpane-yearly-prediction .card .card .card-body {
        padding: 0px; }

#antardasha .card-header h4,
#pratyantardasha .card-header h4,
#sookshmadasha .card-header h4,
#prandasha .card-header h4 {
  text-align: left;
  padding: 0px; }

#antardasha .card-header span,
#pratyantardasha .card-header span,
#sookshmadasha .card-header span,
#prandasha .card-header span {
  display: block;
  text-align: left;
  padding: 0px;
  padding-bottom: 10px;
  color: #000; }

#antardasha .table th,
#pratyantardasha .table th,
#sookshmadasha .table th,
#prandasha .table th {
  border: 0px;
  background-color: #fff;
  padding: 17px 15px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 8px solid #F8F6F6; }

#antardasha .table td,
#pratyantardasha .table td,
#sookshmadasha .table td,
#prandasha .table td {
  border: 0px;
  background-color: #fff;
  padding: 17px 15px;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  border-bottom: 8px solid #F8F6F6;
  font-weight: 400;
  vertical-align: middle; }

.basic-detail-table .table {
  border: 0px; }
  .basic-detail-table .table td {
    border-top: 0px;
    border-bottom: 1px solid #D8D8D8; }
    .basic-detail-table .table td p {
      padding: 0px !important;
      color: #373737 !important;
      font-size: 13px !important;
      text-align: center !important;
      width: 75px; }
    .basic-detail-table .table td .tablebox {
      text-align: left;
      margin-bottom: 5px; }
      .basic-detail-table .table td .tablebox span {
        color: #6A6A6A;
        font-size: 11px; }
      .basic-detail-table .table td .tablebox h5 {
        font-size: 16px;
        color: #000000;
        font-weight: 400; }
    .basic-detail-table .table td:first-child {
      text-align: left;
      padding-left: 0px; }
  .basic-detail-table .table tr:last-child td {
    border: 0px; }

div#noanim-tab-example-tabpane-basicDetails h3 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 9px; }
div#noanim-tab-example-tabpane-basicDetails p {
  text-align: left;
  color: #6A6A6A;
  font-size: 16px;
  padding-bottom: 30px;
  font-weight: 400; }

.chart-btn-box {
  float: left;
  border-color: #F97D09;
  color: #F97D09;
  font-size: 14px;
  font-weight: 400 !important;
  width: 200px !important;
  height: 50px !important;
  box-shadow: inset -500px 0 0 0 #fff;
  transition: ease-out 0.5s; }

.chart-btn-box:hover {
  background-color: #F97D09;
  color: #fff;
  box-shadow: inset 0 0 0 0 #000;
  border: 1px solid #F97D09; }

.chart-btn-box img:last-child {
  display: none; }

.chart-btn-box:hover img:first-child {
  display: none; }

.chart-btn-box:hover img:last-child {
  display: inline-block; }

.free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart h3 {
  text-align: left;
  color: #000000;
  font-size: 22px;
  font-weight: 600; }
.free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart p {
  color: #6A6A6A;
  font-size: 16px;
  text-align: left;
  margin-top: 5px; }
.free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .card .card-header {
  color: #373737 !important;
  font-size: 13px;
  font-weight: 500; }
  .free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .card .card-header img {
    display: block;
    text-align: left;
    margin: 0px 0px 5px;
    transform: unset !important;
    border-radius: 0px; }
.free-kundali-details-box .tab-content #noanim-tab-example-tabpane-chart .col-12.card .card-header {
  color: #373737 !important;
  font-size: 13px;
  font-weight: 500; }

.language-box {
  margin-left: 10px;
  margin-top: -17px; }
  .language-box select.form-control {
    max-width: 160px; }
  .language-box label {
    display: block;
    color: #fff;
    margin-bottom: 6px; }

.span-icon-box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid #FFB300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px; }

.head-textbox {
  text-align: left;
  color: #000000;
  font-size: 22px;
  font-weight: 600; }

.head-textsubtitle {
  color: #6A6A6A;
  font-size: 16px;
  text-align: left;
  margin-top: 5px; }

.divisional-chart-btnbox {
  text-align: left; }
  .divisional-chart-btnbox .btn {
    float: none; }

#mahadasha .card-header {
  padding-bottom: 15px; }
  #mahadasha .card-header h4 {
    text-align: left;
    padding-bottom: 0px; }

.dasha-detail-tablebox {
  padding: 20px 15px 0px; }
  .dasha-detail-tablebox table th {
    background-color: #FFF5EB;
    border-bottom: 10px solid #fff;
    border-top: 0px !important;
    vertical-align: middle !important; }
  .dasha-detail-tablebox table td {
    background-color: #FFF5EB;
    border-bottom: 10px solid #fff;
    border-top: 0px !important;
    vertical-align: middle !important; }
  .dasha-detail-tablebox .card {
    padding: 0px;
    margin: 0px; }

.dasha-detail-box p {
  font-size: 14px;
  line-height: 34px;
  text-align: left;
  padding: 20px 0px 40px; }

.dasha-tablebox table {
  max-width: 470px; }
  .dasha-tablebox table td {
    border-bottom: 8px solid #fff;
    background-color: #FFF5EB;
    border-top: 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 500; }
    .dasha-tablebox table td span {
      color: #000;
      font-size: 15px;
      font-weight: 400; }

.card.dasha-tablebox {
  padding: 0px;
  margin: 0px; }

#noanim-tab-example-tabpane-vimshottari {
  padding-top: 40px; }

#noanim-tab-example-tabpane-divisionalChart .d-flex .disable_select {
  width: 50%;
  padding-top: 35px; }

.dasha-reset-btn {
  text-align: left; }

.astrologer-intermediate-bg {
  background-image: url(../images/astrologer-intermediate-bg.webp); }

.astrologer-intermediatebox {
  margin: 80px 0px; }

.astrologer-intermediatebox .topbox {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between; }
  .astrologer-intermediatebox .topbox .box {
    text-align: center;
    width: 33%;
    padding: 0px 10px; }
    .astrologer-intermediatebox .topbox .box:hover span {
      transform: rotate(360deg);
      transition: 1s; }
    .astrologer-intermediatebox .topbox .box span {
      width: 75px;
      height: 75px;
      background-color: #F97D09;
      display: block;
      border-radius: 50%;
      text-align: center;
      line-height: 75px;
      color: #fff;
      margin: 0 auto;
      font-size: 23px;
      font-weight: 600;
      margin-bottom: 20px; }
    .astrologer-intermediatebox .topbox .box h3 {
      color: #000000;
      font-size: 22px;
      margin-bottom: 8px;
      font-weight: 600; }
    .astrologer-intermediatebox .topbox .box p {
      color: #B1B1B1;
      font-size: 14px;
      font-weight: 500; }
.astrologer-intermediatebox .bottombox .img-box {
  padding-right: 35px; }
  .astrologer-intermediatebox .bottombox .img-box ul {
    padding: 0px;
    display: flex;
    align-items: center; }
    .astrologer-intermediatebox .bottombox .img-box ul li {
      list-style-type: none;
      width: 50%; }
      .astrologer-intermediatebox .bottombox .img-box ul li img {
        width: 100%; }
        .astrologer-intermediatebox .bottombox .img-box ul li img:hover {
          transform: scale(1.02);
          transition: 0.5s;
          box-shadow: 0px 6px 15px #ffc66d85; }
      .astrologer-intermediatebox .bottombox .img-box ul li:first-child img:first-child {
        margin-bottom: 17px; }
      .astrologer-intermediatebox .bottombox .img-box ul li:last-child {
        margin-left: 15px; }
.astrologer-intermediatebox .bottombox .content-box {
  padding: 30px 15px 15px 35px; }
  .astrologer-intermediatebox .bottombox .content-box h4 {
    color: #F97D09;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
  .astrologer-intermediatebox .bottombox .content-box h2 {
    color: #000000;
    font-size: 42px;
    line-height: 56px;
    font-weight: 800;
    margin-bottom: 20px; }
  .astrologer-intermediatebox .bottombox .content-box p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px; }

.merchant-intermediate-bg {
  background-image: url(../images/merchant-intermediate-bg.webp); }

.term-condition-bg {
  background-image: url(../images/term-condition-bg.webp); }

.privacy-bg {
  background-image: url(../images/privacy-bg.webp); }

.card_box.home-horoscope .cardbox {
  margin-bottom: 0px; }
  .card_box.home-horoscope .cardbox p {
    font-size: 18px;
    color: #000; }
.card_box.home-horoscope .carousel-button-group button {
  background-color: #FFFFFF; }

.card_box.home-horoscope .carousel-button-group button.prev-arrowbtn::before {
  background-image: url(../images/prev-arrow.svg) !important; }
.card_box.home-horoscope .carousel-button-group button.next-arrowbtn::before {
  background-image: url(../images/nxt-arrow.svg) !important; }

.kundali-section_content .box .content .portal-img {
  padding: 0px;
  max-width: 200px;
  width: 100%; }
.kundali-section_content .box .content .portal-content {
  max-width: calc(100% - 255px); }

.kundali-section_content .box .content .portal-img img {
  object-fit: cover; }

.main-contentbox {
  display: flex; }

.sidebar-togglerbtn {
  background-color: transparent;
  border: 0px;
  outline: none !important;
  display: none; }

.sidebar {
  max-width: 325px;
  width: 100%;
  background-color: #F97D09;
  position: relative; }
  .sidebar .list ul li {
    margin-bottom: 30px; }
    .sidebar .list ul li a {
      color: #fff;
      font-size: 15px;
      font-weight: 300;
      padding: 10px 10px 5px 60px;
      display: block;
      position: relative;
      text-decoration: none;
      line-height: 23px;
      opacity: 60%; }
      .sidebar .list ul li a::before {
        content: '';
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat;
        left: 20px;
        top: 10px; }
    .sidebar .list ul li a.active {
      font-weight: 500;
      font-size: 15px;
      color: #fff;
      opacity: 100%;
      /*&::after {
      	content: '';
      	position: absolute;
      	width: 4px;
      	height: 100%;
      	background-color: #fff;
      	left: 0px;
      	top: 0px;
      	border-radius: 2px;
      }*/ }

.mainebox {
  padding: 25px 60px;
  width: 100%;
  /*max-height: 500px;*/
  /*overflow: auto;*/ }

.content_box {
  max-width: calc(100% - 325px);
  width: 100%; }

a.back-to-home {
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
  padding: 10px 20px 20px;
  font-size: 12px; }

.sidebar .list ul li.Dashboard a.active::before,
.sidebar .list ul li.Dashboard a:hover::before {
  background-image: url(../images/dashboard.svg); }

.sidebar .list ul li.Dashboard a::before {
  background-image: url(../images/gray-dashboard.svg);
  width: 22px;
  height: 22px; }

.sidebar .list ul li.kundli-profile a::before {
  background-image: url(../images/paper.svg);
  width: 25px;
  height: 22px; }

.sidebar .list ul li.kundli-profile a.active::before,
.sidebar .list ul li.kundli-profile a:hover::before {
  background-image: url(../images/white-paper.svg);
  width: 25px;
  height: 22px; }

.sidebar .list ul li.edit_profile a::before {
  background-image: url(../images/editing.svg);
  width: 22px;
  height: 22px; }

.sidebar .list ul li.edit_profile a.active::before,
.sidebar .list ul li.edit_profile a:hover::before {
  background-image: url(../images/white-editing.svg) !important;
  width: 22px;
  height: 22px; }

.sidebar .list ul li.change_password a::before {
  background-image: url(../images/padlock.svg);
  width: 17px;
  height: 22px; }

.sidebar .list ul li.change_password a.active::before,
.sidebar .list ul li.change_password a:hover::before {
  background-image: url(../images/white-padlock.png) !important;
  width: 17px;
  height: 22px; }

.sidebar .list ul li.Logout a::before {
  background-image: url(../images/Logout.svg);
  width: 12px;
  height: 17px;
  top: 14px; }

.Dashboard-sidebar ul li.Logout {
  padding-top: 50px;
  padding-bottom: 0px; }

.sidebar .list ul li a:hover {
  color: #fff; }

.update-box .content_box {
  max-width: 100%; }
  .update-box .content_box .mainebox {
    display: flex; }
    .update-box .content_box .mainebox .left-sidebarbox {
      box-shadow: 0px 3px 6px #00000029;
      max-width: 324px;
      width: 100%;
      padding: 22px; }
      .update-box .content_box .mainebox .left-sidebarbox .user-detail .user-img {
        text-align: center; }
        .update-box .content_box .mainebox .left-sidebarbox .user-detail .user-img img {
          width: 158px;
          height: 158px;
          border-radius: 50%;
          border: 1px solid #F97D09;
          margin-bottom: 20px;
          margin-top: 15px; }
        .update-box .content_box .mainebox .left-sidebarbox .user-detail .user-img h3 {
          font-size: 25px;
          color: #000000;
          font-weight: 500;
          margin-bottom: 25px; }
      .update-box .content_box .mainebox .left-sidebarbox .user-detail .user-content {
        border-bottom: 1px solid #D8D8D8;
        border-top: 1px solid #D8D8D8;
        padding: 30px 15px 20px; }
      .update-box .content_box .mainebox .left-sidebarbox .user-detail ul li {
        margin-bottom: 10px; }
        .update-box .content_box .mainebox .left-sidebarbox .user-detail ul li span {
          font-size: 14px;
          display: inline-block;
          color: #000000;
          font-weight: 400; }
          .update-box .content_box .mainebox .left-sidebarbox .user-detail ul li span:first-child {
            color: #4A4A4A;
            font-weight: 600;
            margin-right: 20px; }
      .update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul {
        margin: 30px 0px; }
        .update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li {
          margin: 10px 0px 20px; }
          .update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li a {
            text-decoration: none;
            color: #000000;
            font-size: 16px;
            position: relative;
            padding: 10px 10px 10px 75px;
            display: block; }
          .update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li a.active {
            font-weight: 700; }
        .update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li.kundli-profile a::before {
          content: '';
          position: absolute;
          background-image: url(../images/kundli-profile-icon.png);
          background-repeat: no-repeat;
          left: 20px;
          top: 7px;
          width: 25px;
          height: 22px; }
.update-box .update-content {
  margin: 0px;
  background-color: transparent !important;
  padding: 0px 0px 0px 40px !important;
  max-width: calc(100% - 324px);
  width: 100%;
  display: unset; }
.update-box .kundliprofile-box .box .match-link {
  display: block;
  text-align: center;
  max-width: 50px;
  margin-left: auto;
  color: #E94200;
  font-size: 10px;
  position: absolute;
  top: 8px;
  line-height: 18px;
  text-decoration: underline;
  right: 6px; }
.update-box .kundliprofile-box .cardbox {
  display: flex;
  margin: 0px -10px;
  flex-wrap: wrap; }
  .update-box .kundliprofile-box .cardbox .box {
    box-shadow: 0px 3px 6px #00000029;
    margin: 0px 10px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    width: 30%;
    margin-bottom: 20px; }
    .update-box .kundliprofile-box .cardbox .box img {
      width: auto;
      max-width: max-content;
      border-radius: unset !important; }
    .update-box .kundliprofile-box .cardbox .box h4 {
      padding: 25px 0px 20px;
      color: #000000;
      font-size: 16px;
      font-weight: 500; }
    .update-box .kundliprofile-box .cardbox .box h5.name {
      color: #000000;
      font-size: 14px;
      font-weight: 400; }
    .update-box .kundliprofile-box .cardbox .box .birth-year {
      font-size: 14px;
      font-weight: 400;
      padding: 20px 0px; }
    .update-box .kundliprofile-box .cardbox .box span {
      display: block;
      color: #000;
      font-weight: 400;
      font-size: 14px;
      padding: 0px; }
      .update-box .kundliprofile-box .cardbox .box span b {
        font-weight: 500; }
    .update-box .kundliprofile-box .cardbox .box span.birth-time {
      padding: 20px 0px; }
    .update-box .kundliprofile-box .cardbox .box .icons-box {
      border-top: 1px solid #CBCBCB;
      padding: 20px 0px 0px;
      margin-top: 30px; }
      .update-box .kundliprofile-box .cardbox .box .icons-box ul {
        display: flex;
        justify-content: space-around; }
        .update-box .kundliprofile-box .cardbox .box .icons-box ul li {
          display: inline-block; }
          .update-box .kundliprofile-box .cardbox .box .icons-box ul li a {
            display: block; }
.update-box .kundliprofile-box:hover .cardbox .box img {
  transform: unset; }

.update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li a::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  left: 20px;
  top: 7px;
  width: 25px;
  height: 22px; }

.update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li.edit_profile a::before {
  background-image: url(../images/edit-icon.png);
  width: 22px;
  height: 22px;
  left: 25px; }

.update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li.change_password a::before {
  background-image: url(../images/change-password.png);
  width: 17px;
  height: 22px;
  left: 27px; }

.update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li.match-kundli a::before {
  background-image: url(../images/couple.png);
  width: 29px;
  height: 22px;
  left: 16px; }

.update-box .content_box .mainebox .left-sidebarbox .left-sidebar-links ul li.Logout a::before {
  background-image: url(../images/Logout.png);
  width: 12px;
  height: 17px;
  top: 11px;
  left: 32px; }

.free-kundali-details-box .sidebar.kundli-sidebar ul li.what-kundli-link {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  padding-left: 60px;
  padding-right: 16px;
  margin-bottom: 0px; }
  .free-kundali-details-box .sidebar.kundli-sidebar ul li.what-kundli-link a {
    padding: 0px !important;
    color: #fff;
    font-weight: 500;
    display: inline;
    opacity: 100%; }

.head-banner.freekundli-profile {
  background-image: url(../images/ganeshji.webp); }

.kundli-profile .kundliprofile-box {
  background-color: #F8F6F6;
  padding: 25px 35px; }
  .kundli-profile .kundliprofile-box table th {
    border: 0px;
    background-color: #fff;
    padding: 20px;
    border-bottom: 8px solid #F8F6F6;
    font-size: 15px;
    font-weight: 500; }
  .kundli-profile .kundliprofile-box table td {
    border: 0px;
    background-color: #fff;
    padding: 20px;
    border-bottom: 8px solid #F8F6F6;
    font-size: 12px;
    color: #000000; }

.kundli-profile .kundliprofile-box table {
  min-width: 840px; }

.edit-kundli-btn {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important; }

.c-datatable-filter label {
  margin-right: 7px; }

.c-datatable-items-per-page label {
  margin-right: 7px; }

.accordion-list {
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
  background-color: #fff;
  overflow: hidden; }
  .accordion-list__item {
    margin-bottom: 2rem; }
    .accordion-list__item + .accordion-list__item {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 2rem; }

.accordion-item--opened .accordion-item__icon {
  transform: rotate(180deg); }
.accordion-item--opened .accordion-item__inner {
  max-height: 200rem;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-duration: 0.5s;
  transition: max-height; }
.accordion-item--opened .accordion-item__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition: opacity, transform; }
.accordion-item__line {
  display: none;
  padding: 0.8rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D8D8D8;
  z-index: 2;
  position: relative; }
.accordion-item__title {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 600;
  color: #121212; }
.accordion-item__icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  color: #F97D09 !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABGklEQVR4Ae3RAcZCQRiF4buDfwshBGi+2UQgcIGAVtpSIuS/KyilG+UTcbk6zIH3GQBm3mM6AAAAAAAAAACA+eqf/yZBXcV/2XeCVPYx1FXj/FjGUMd45AQp/1HHGGLZNL+e61jHnKDmv8652YT1IvPfE2LX/Sh27/ycsF60yT/lk58JYn6eU4MJccjnlAmZ/33i0OAH4jg9Qcw/5g9YJpS+m6n0xvzpCfVe+nn59S7kGyYo+YYJWz3fO+E2PaFs9XzPhMy/6fmWCXq+YUJs9HzrhLh+JsQmrnq+bYKeb52g53snXPR88wQ93z9Bz/dP0PP9E/R89wQ93zpBz7dO0POtE/R86wQ93zpBzzdP+MoHAAAAAAAAAADAExTnTW20AtjhAAAAAElFTkSuQmCC);
  opacity: 0.6; }
.accordion-item__inner {
  max-height: 0;
  overflow: hidden;
  text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-duration: 0.5s;
  transition: max-height;
  z-index: 1;
  position: relative; }
.accordion-item__content {
  opacity: 0;
  transform: translateY(-1rem);
  transition-timing-function: linear, ease;
  transition-duration: 0.1s;
  transition: opacity, transform;
  transition-delay: 0.5s; }
.accordion-item__paragraph {
  margin: 0;
  font-size: 1rem;
  color: #333;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 1rem; }

.faq-head {
  background-image: url(../images/faq-bg-img.webp); }

.faq-page {
  margin: 80px 0px 50px; }
  .faq-page .faq-box {
    max-width: 980px;
    margin: 0 auto; }
    .faq-page .faq-box h2 {
      text-align: center; }

.faq-box li.accordion-list__item {
  margin-bottom: 20px;
  border: 0px; }
  .faq-box li.accordion-list__item .accordion-item__line {
    padding: 20px 30px;
    cursor: pointer;
    background-color: #F6F6F6; }
    .faq-box li.accordion-list__item .accordion-item__line h3 {
      color: #000000;
      font-size: 20px;
      font-weight: 600; }
    .faq-box li.accordion-list__item .accordion-item__line span.accordion-item__icon {
      background-image: url(../images/chevron-down.svg);
      width: 20px;
      height: 20px;
      background-position: center; }
  .faq-box li.accordion-list__item .accordion-item__inner p.accordion-item__paragraph {
    color: #6A6A6A;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 20px 30px; }

.faq-page .faq-box h1 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 800; }

.faq-box li.accordion-list__item .accordion-item__line h3 {
  width: calc(100% - 30px); }

.change-password-box .login_page {
  background-image: none;
  min-height: auto;
  display: block;
  height: auto;
  padding: 0px; }
  .change-password-box .login_page .login_content {
    background-color: #F8F6F6;
    padding: 25px 35px; }
    .change-password-box .login_page .login_content form {
      padding: 0px;
      max-width: 600px;
      margin: 0 auto; }
      .change-password-box .login_page .login_content form .form-group {
        margin-bottom: 15px; }
      .change-password-box .login_page .login_content form button {
        width: auto; }

.change-password-box .login_content form .form .form-group label {
  color: #F97D09;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px; }
.change-password-box .login_content form .form .form-group input {
  border: 2px solid #D8D8D8;
  outline: none !important;
  box-shadow: none !important;
  height: 60px;
  border-radius: 0px; }
  .change-password-box .login_content form .form .form-group input::placeholder {
    color: #000;
    font-size: 13px; }
.change-password-box .login_page .login_content form {
  background-color: transparent; }

.update-box .update-content h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0px 30px; }

.update-box .update-content form {
  margin: unset !important; }

.thankyou-page-content {
  margin: 180px 0px 70px;
  text-align: center;
  border: 2px dashed #F97D09;
  padding: 50px 20px; }
  .thankyou-page-content h3 {
    font-size: 30px;
    margin: 10px 0px 25px; }
  .thankyou-page-content p {
    font-size: 18px; }

.thankyou-page #header_box {
  background-color: #020A1F; }

.sidebar .list ul li span {
  color: #FFFFFF;
  opacity: 37%;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 10px 0px 60px; }
.sidebar .list ul.nav-tabs {
  padding-right: 50px !important;
  position: relative !important;
  margin-top: 30px; }
  .sidebar .list ul.nav-tabs::after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    right: 49px;
    width: 1px;
    height: 100%;
    opacity: 20%;
    z-index: 0; }

.sidebar ul.nav.nav-tabs li a.active + span {
  opacity: 100%;
  font-weight: 500; }
.sidebar ul.nav.nav-tabs li a {
  position: relative; }
  .sidebar ul.nav.nav-tabs li a::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: -13px;
    left: auto;
    top: 25px;
    opacity: 75%;
    background-image: url(../images/sidebar-active-icon.png);
    background-repeat: no-repeat;
    background-size: cover; }
.sidebar ul.nav.nav-tabs li a.active::before {
  opacity: 100%; }

ul.list-download-link {
  margin-top: 30px;
  position: absolute;
  bottom: 30px; }

.match-chart-box .card {
  padding: 0px; }
  .match-chart-box .card .name h2 {
    text-align: left;
    font-size: 20px;
    padding: 20px 0px 0px; }
  .match-chart-box .card .card {
    padding: 0px !important; }

#noanim-tab-example-tabpane-ashtakoota {
  padding-top: 40px; }
  #noanim-tab-example-tabpane-ashtakoota .card {
    padding: 0px;
    margin: 0px; }
    #noanim-tab-example-tabpane-ashtakoota .card table th {
      background-color: #FFF5EB;
      border-bottom: 8px solid #fff;
      border-top: 0px;
      font-size: 12px;
      color: #000;
      font-weight: 500; }
    #noanim-tab-example-tabpane-ashtakoota .card table td {
      background-color: #FFF5EB;
      border-bottom: 8px solid #fff;
      border-top: 0px;
      font-size: 12px;
      color: #000; }
    #noanim-tab-example-tabpane-ashtakoota .card .card-header {
      font-size: 22px;
      line-height: 26px; }
    #noanim-tab-example-tabpane-ashtakoota .card:first-child {
      padding: 0px 15px; }
    #noanim-tab-example-tabpane-ashtakoota .card .card-body {
      padding: 10px 0px; }
      #noanim-tab-example-tabpane-ashtakoota .card .card-body p {
        color: #000000;
        line-height: 34px; }
      #noanim-tab-example-tabpane-ashtakoota .card .card-body .card {
        padding-top: 40px;
        text-align: left; }
        #noanim-tab-example-tabpane-ashtakoota .card .card-body .card .star-ratings .widget-svg {
          width: 16px !important;
          height: 17px !important; }
        #noanim-tab-example-tabpane-ashtakoota .card .card-body .card .star-container {
          padding-right: 3px !important;
          padding-left: 0px !important; }
        #noanim-tab-example-tabpane-ashtakoota .card .card-body .card .col {
          max-width: 500px; }
          #noanim-tab-example-tabpane-ashtakoota .card .card-body .card .col:first-child {
            width: auto !important;
            max-width: max-content; }
          #noanim-tab-example-tabpane-ashtakoota .card .card-body .card .col .progress .progress-bar {
            background-color: #F97D09; }

.download-btn .mt-2 {
  margin-left: 10px; }

.match-chart-box canvas {
  width: 100% !important; }

#noanim-tab-example-tabpane-ashtakoota p.head-textsubtitle {
  padding-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
