* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-weight: 500;
  font-family: 'PT Serif', serif;
}

a {
  text-decoration: none;
}

.logo {
  height: 40px;
}

img.logo.logo-mobile {
  padding-top: 4px;
}

.nav-link {
  color: #fbac4c !important;
  font-size: 18px;
  margin: 0px 10px;
  font-weight: 500;
}

.dropdown-menu>li>a:hover {
  background-color: #fbac4c;
  color: #fff;
}

.icon-header {
  font-size: 15px;
}

.navbar-brand {
  font-size: 40px;
  color: #fbac4c;
  padding-top: 0px;
}

.fs-15 {
  font-size: 18px !important;
}

.navbar-brand:hover {
  font-size: 40px;
  color: #fbac4c;
  padding-top: 0px;
}

@media screen and (max-width:992px) {
  .navbar-brand {
    font-size: 30px;
    color: #fbac4c;
  }

  .navbar-brand:hover {
    font-size: 30px;
    color: #fbac4c;
  }

  .br-none {
    display: none;
  }

  .word-break {
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;

  }
}

.main-bg {
  background-color: #eee;
}

.main-button {
  background-color: #fbac4c;
  color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #fbac4c;
}

.card-img-top {
  object-fit: cover;
  border-radius: 0px;
}

.new-header {
  position: sticky;
  top: 0;
  z-index: 1111;
}

h3 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h3 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h3 em {
  font-style: normal;
  font-weight: 600;
}

.one h3 {
  text-align: center;
  padding-bottom: 5px;
}

.one h3:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #fbac4c;
}

.one h3:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #fbac4c;
}

.bg-danger {
  background-color: #fbac4c !important;
}

.list-inline-item {
  font-size: 24px;
}

a.text-white.btn-sm.btn.btn-primary.mb-2 {
  font-size: 15px;
}

a.text-danger.btn-sm.btn.btn-light.mb-2 {
  font-size: 15px;
}

a.text-white.btn-sm.btn.btn-success.mb-2 {
  font-size: 15px;
}

.card-pic {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.card-pic img {
  width: 100%;
  height: 100%;
}

#carousel5 .owl-stage-outer {
  display: flex;
}

#carousel5 .owl-stage {
  display: flex;
  width: 100%;
}

#carousel5 .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}

/* Ensure cards within the owl-items stretch to fill the height */
#carousel5 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#carousel5 .card-content {
  flex: 1 1 auto;
  /* Allows content to take up space and grow */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#carousel5 .card-content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#carousel5 .card-content p {
  margin-bottom: 20px;
}


.card-content {
  padding: 28px 25px 20px 25px;
  background-color: #fff;
}

.card-content .card-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.card-title-new {
  color: #080808;
  font-size: 28px;
}

.main-button:hover {
  background-color: #fff;
  color: #fbac4c;
  border: 1px solid #fbac4c;
}

.card-container {
  background-color: #fff;
  border-radius: 8px;
  margin: auto;

  overflow: hidden;
}

.card-image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-size: cover;
}

.card-author {
  display: flex;
  align-items: center;
}

.card-author p {
  margin: 0 10px;
  font-size: 12px;
}

.card-author p:last-child {
  color: #888;
}

.card-author img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  margin-top: auto;
}

.heading-cards {
  font-size: 20px;
}

.btn-whatsaap {
  position: fixed;
  left: 30px;
  bottom: 21px;
  z-index: 111;
}

.button-navlink {
  background-color: #fbac4c;
  color: #fff !important;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}

.main-banner {
  background-color: #fbac4c;
  border-radius: 20px;
}

.banner-image {
  width: 60%;
}

.banner-button {
  background-color: #fff;
  color: #fbac4c;
  padding: 10px 20px;
  border-radius: 5px;
}

.banner-button:hover {
  background-color: #fff;
  color: #fbac4c;
  padding: 10px 20px;
  border-radius: 5px;
}

.main-card {
  background-color: #fbac4c;
  color: #fff;
  border-radius: 10px;
}

.icon {
  background-color: #fff;
  color: #fbac4c;
  font-size: 40px;
  border-radius: 50%;
  padding: 15px;
}

.main-card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media screen and (max-width:992px) {
  .mobile-view-silder {
    display: block !important;
  }

  .navbar-brand {
    font-size: 20px;
    color: #fbac4c;
  }

  .navbar-brand:hover {
    font-size: 20px;
    color: #fbac4c;
  }

  .logo {
    height: 35px;
  }

  .icon {
    background-color: #fff;
    color: #fbac4c;
    font-size: 25px;
    border-radius: 50%;
    padding: 9px;
  }

  .text-responsive {
    font-size: 17px;
  }

  .image-full-width {
    width: 100%;
    object-fit: contain;
    height: 150px;
    border-radius: 10px;
  }

  .mobile-card {
    padding: 15px 0px;
  }

  .rounded-new {
    text-align: center;
    width: 60% !important;
  }

  .text-responsive-new {
    font-size: 13px !important;
    margin: 3px;
  }

  .card-content {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
  }

  .card-title-new {
    font-size: 17px;
  }

  .font-p {
    font-size: 13px;
    color: #080808;
  }

  .logo-mobile {
    display: block !important;
  }

  .logo-tab {
    display: none !important;
  }

  .desketop-view {
    display: none;
  }

  .Mobile-view {
    display: block !important;
  }

  .Bg-fullbanner {
    background: #ffffff !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
  }

  a.nav-link {
    padding: 7px;
  }

  #order-first {
    order: 1 !important;
  }

  #order-second {
    order: 2 !important;
  }

  .image-astro {
    height: auto !important;
    width: 50%;
  }

}

@media screen and (max-width:768px) {
  .raletive {
    position: relative !important;
  }

  .image-side1 {
    position: absolute !important;
    height: 104px;
    left: 1px;
    top: 85px;
    z-index: -1;
  }

  .image-side2 {
    position: absolute !important;
    height: 80px;
    right: 9px;
    top: 0px;
  }

}

.image-side3 {
  position: absolute !important;
  height: 85px;
  left: 0px;
  top: 26px;
}

.image-side4 {
  position: absolute !important;
  height: 62px;
  right: 12px;
  top: 7px;

}

.image-side7 {
  position: absolute !important;
  height: 83px;
  left: 2px;
  top: -13px;
}

.image-side5 {
  position: absolute !important;
  height: 51px;
  left: 20px;
  top: 20px;

}

.image-side6 {
  position: absolute !important;
  height: 83px;
  right: 38px;
  top: 0;

}

.mobile-image {
  display: block !important;
}

.tab-image {
  display: none !important;
}

.mobile-image {
  display: none;
}

.tab-image {
  display: block;
}

.mobile-card {
  background: #fbac4c;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #78443470;
}

.mobile-view {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
}

.navbar-toggler-icon {
  border: none !important;
}

button.navbar-toggler {
  border: none;
  font-size: 18px;
  float: right !important;
}

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.card {
  border-radius: 10px !important;
}

.card-img-top {
  border-radius: 9px 9px 0px 0px;
}

.card-content {
  border-radius: 0px 0px 9px 9px;
}

.image-full {
  width: 100%;
  border-radius: 50%;
}

.rounded-new {
  text-align: center;
  margin: 0 auto !important;
  width: 50%;
}

.mobile-card-heading {
  font-size: 20px;
}

.image-border {
  border-radius: 10px;
}

.dropdown-item {
  color: #fbac4c !important;
}

.dropdown-item:hover {
  color: #fff !important;
}

.main-border {
  border: 1px solid #fbac4c !important;
  border-radius: 10px !important;
}

.logo-mobile {
  display: none;
}

.image-icon {
  width: 100%;
}

.banner-image-final {
  width: 100%;
}

.owl-dots {
  display: block !important;
}

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

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.bg-for-conatier {
  background-color: #fbac4c;
  border-radius: 10px;
}

.raletive {
  position: relative !important;
}

.main-image-full-width {
  border-radius: 9px 9px 0px 0px;
}

.Bg-fullbanner {
  background: url('./image/Full-page-Background-New.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.navbar {
  background-color: #ffffff !important;
}

/* SHIFT */
.nav-link {
  position: relative;
  z-index: 1;
}

.nav-link:hover {
  color: #fff !important;
}

.nav-link::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #fbac4c;
  visibility: none;
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
}

.nav-link:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.nav-link a:focus {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.Mobile-view {
  display: none;
}

@media screen and (max-width: 400px) {
  .text-responsive {
    font-size: 14px;
  }

  .card-title-new {
    font-size: 14px;
  }

  .image-side2 {
    position: absolute !important;
    height: 65px;
    right: 9px;
    top: -12px;
  }

  .image-side4 {
    position: absolute !important;
    height: 72px;
    right: 4px;
    top: 20px;
  }

  .image-side5 {
    position: absolute !important;
    height: 51px;
    left: 1px;
    top: 20px;
  }

  .image-side6 {
    position: absolute !important;
    height: 80px;
    right: 28px;
    top: 3px;
  }
}

.card {
  background: transparent;
  border: none;
}

.background-color-about {
  background-color: #fff;
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.background-color-about h5 {
  color: #080808;
  font-size: 20px;
}

.background-color-about h1 {
  font-size: 40px;
  color: #fbac4c;
}

.About-heading-fullpage {
  vertical-align: middle;
  font-size: 20px;
  color: #fbac4c;
}

.About-heading-fullpage a {
  color: #fbac4c;
}

.main-image-border {
  width: 100%;
  border-radius: 20px;
}

.main-image {
  width: 100%;
}

.main-image-banner {
  width: 100%;
}

.full-relative {
  position: relative !important;
}

.card-main {
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.card-main1 {
  width: 45%;
  position: absolute !important;
  top: 30%;
  right: 30px;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.card-main2 {
  width: 45%;
  position: absolute !important;
  top: 30%;
  left: 30px;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.card-small {
  padding: 30px 10px 30px 10px;
  border: 1px solid #fbac4c;
  border-style: solid;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  text-align: center;
  background-color: #fbac4c;
}

.bg-card {
  background-color: #fbac4c;
}

.black-bg {
  background-color: #080808;
  display: flex;
}

.icon-png {
  height: 80px;
}

.background-image-about {
  background-image: url('./image/Vairagi-1.png');
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  background-repeat: no-repeat;
}

.background-image-about1 {
  background-image: url('./image/Viaragi-2.png');
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  background-repeat: no-repeat;
}

.background-image-about2 {
  background-image: url('./image/Vairagi-3.png');
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
  .background-image-about2 {
    background-image: url(./image/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 50vh;
    background-repeat: no-repeat;
  }

  .background-image-about1 {
    background-image: url('./image/middle-bg4-1.jpg');
    background-position: center;
    background-size: cover;
    min-height: 50vh;
    background-repeat: no-repeat;
  }

  .background-image-about {
    background-image: url('./image/mahakal-hero.jpg');
    background-position: center;
    background-size: cover;
    min-height: 50vh;
    background-repeat: no-repeat;
  }
}

/* .active {
  background-color: #fbac4c;
  color: #fff !important;
  border-radius: 10px;

} */

.font-p {
  color: #080808 !important;
}

.author-name {
  color: #080808;
}

.bg-card-half {
  background-color: #fbac4c !important;
  width: 70%;
  padding: 40px;
  height: 400px;
}

.icon-new {
  padding: 20px 120px;
  font-size: 23px;
  color: #fbac4c;
  background-color: #fff;
}

.background-color-contact {
  background-color: #fbac4c;
  border: 1px dashed #000;
}


.card-contct {
  background-color: #fbac4c;
  padding: 20PX;
  border-radius: 10px;
}

.icon-contact {
  font-size: 28px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 15px;
  width: 60px;
  border-radius: 50%;
  color: #fbac4c;

}


@media (max-width: 700px) {
  .container .text {
    font-size: 30px;
  }

  .container form {
    padding: 10px 0 0 0;
  }

  .container form .form-row {
    display: block;
  }

  form .form-row .input-data {
    margin: 35px 0 !important;
  }

  .submit-btn .input-data {
    width: 40% !important;
  }
}

.input-data input:focus-visible {
  border: 1px solid #ffffff !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.Heading-contact-us {
  color: #fbac4c;
}

.main-button-contact {
  background-color: #fbac4c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.footer {
  font-weight: 500;
}

.footer-heading {
  font-weight: 500;
}

.main-button-contact:hover {
  color: #fff;
  background-color: #fbac4c;
}

.background-astrology {
  background-color: #fbac4c;
  height: 350px;
  margin-top: -100px;
}

.asto-icon {
  height: 100px;
}

.image-astro {
  height: 350px;
}

.big-for-astro {
  background-color: #fbac4c;
  border-radius: 10px;
}

.image-astrologer {
  border-radius: 10px;
  height: 180px;
}

.background-color {
  background-color: #fbac4c;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center !important;
}

td,
th {
  border: 1px solid #fbac4c;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

th {
  background-color: #fbac4c !important;
  color: #fff;
}

.table-image {
  height: 80px;
  border-radius: 50%;
}

.border {
  border: 1px solid #fbac4c !important;
  border-radius: 10px;
}

#birthday {
  outline: none !important;
  border: none;
}

.chat-image {
  height: 220px;
  width: 100%;
  /* border-radius: 50%; */
  border: 10px solid #fbac4c;

}

.blue-image {
  height: 30px;
  padding-bottom: 9px;
}

.heading-astro {
  color: #fbac4c;
}

.text-info {
  color: #fbac4c !important;
}

.list-group-item {
  font-size: 20px;
}

.list-group {
  color: #fbac4c;
}

.list-group-item {
  border: none;
}

.main-button .button-icon {
  color: #fff;
}

.main-button:hover .button-icon {
  color: #fbac4c !important;
}

.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
  font-size: 15px;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top: 10px;
}

.middle {
  margin-top: 10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #fbac4c;
}

.bar-1 {
  width: 15%;
  height: 18px;
  background-color: #fbac4c;
}

.span.fa.fa-star.checked {
  font-size: 20px;
}

.chat-image {
  height: 220px;
  width: 100%;
  /* border-radius: 50%; */
  border: 10px solid #fbac4c;

}

.blue-image {
  height: 30px;
  padding-bottom: 9px;
}

.heading-astro {
  color: #fbac4c;
}

.text-info {
  color: #fbac4c !important;
}

.list-group-item {
  font-size: 20px;
}

.list-group {
  color: #fbac4c;
}

.list-group-item {
  border: none;
}

.main-button .button-icon {
  color: #fff;
}

.main-button:hover .button-icon {
  color: #fbac4c !important;
}

.comment-section {
  overflow-y: scroll;
  height: 210px;
}

.chat-image1 {
  height: 30px;
  object-fit: contain;
}

.image-full-chat {
  width: 100%;
  border-radius: 50%;
}

@media screen and (max-width:768px) {
  .side {
    padding: 0 !important;
    text-align: center;
  }

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

  li.list-group-item {
    text-align: center !important;
  }

  .chat-image {
    height: 180px;
  }

}

@media screen and (max-width:992px) {
  .tab-view-chat {
    display: none;
  }

  .mobile-view-chat {
    display: block !important;
  }

  li.list-group-item {
    text-align: center !important;
  }
}

.mobile-view-chat {
  display: none;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #fbac4ca6 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #fbac4c;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.Big-button-chat {
  background-color: #fbac4c !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.Big-button-chat:hover {
  background-color: #fbac4c !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.table-td {
  background-color: #fff;
  color: #fbac4c;
}

.table-td {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 5px;
}

.Design-change {

  padding: 10px;
}

.fixed-button {
  background-color: #fbac4c;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  border: 1px solid #fff;
  width: 50px;
  z-index: 111;
}

.fixed-button:hover {
  background-color: #fbac4c;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fbac4c;
  height: 50px;
  width: 50px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  z-index: 111;
}


.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  bottom: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #fff;
}

.advertisers-service-sec span {
  color: #fbac4c;
}

.advertisers-service-sec .col {
  height: 450px !important;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card-main {
  width: 100%;
  height: 420px;
  padding: 25px 10px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card-main::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec .service-card-main:hover:after {
  top: 0%;
}



.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {

  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  margin-top: 15px;
  margin-bottom: 2px;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 5px solid #fbac4c;
  color: #ffffff;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #fbac4c;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

.full-image {
  width: 100%;
}

.main-button-astrology {
  background-color: #fbac4c;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fbac4c;
  border-radius: 10px;
}

.absolute-view-all {
  position: absolute;
  bottom: 6px;
}

.explore-list-view-all {
  position: absolute;
  bottom: 6px;
}

.service-card:hover .main-button-astrology {
  background-color: #ffffff;
  color: #fbac4c;
  /* padding: 10px 20px; */
  border: 1px solid #fbac4c;
  border-radius: 10px;
}

.service-card:hover .checked {
  color: #fff;
}

.service-card:hover .icon-wrapper {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 5px solid #fff;
}

.astrology-image-list {
  height: 180px;
  border-radius: 50%;

}

.full-image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  vertical-align: middle;
  border: 5px solid #fbac4c;
}

.border-bg {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.border-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  bottom: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.border-bg:hover:after {
  bottom: 0;
}

.border-bg:hover .full-image {
  border: 5px solid #fff;
}

.border-bg:hover h3 {
  color: #fff;
}

.border-bg:hover .checked {
  color: #fff;
}

.border-bg:hover p {
  color: #fff;
}

.border-bg:hover .main-button-astrology {
  color: #fbac4c;
  background-color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fbac4c;
}

li.list-group-item {
  font-size: 18px;
  padding: 5px 10px;
  text-align: start;
}

.tab-view-chat {
  display: flex;
  justify-content: center;
}

.new-design {
  font-size: 17px;
  text-align: start;

}

.rounded-astro {
  text-align: center;
  margin: 0 auto !important;
  width: 75%;
  padding-top: 5px;
}

.second-slider {
  background-color: #fff;
}

.advertisers-service-sec span {
  color: #fbac4c;
}

.second-slider .col {
  text-align: center;
}

.second-slider .service-card {
  width: 100%;
  height: 100%;
  padding: 1em 1.5em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.second-slider .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fbac4c;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.second-slider h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  margin-top: 10px;
  margin-bottom: 2px;
  z-index: 3;
}

.second-slider p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.second-slider .icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 5px solid #fbac4c;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.second-slider .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #fbac4c;
}

.second-slider .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.second-slider .service-card:hover h3 {
  color: #ffffff;
}

.second-slider .service-card:hover p {
  color: #f0f0f0;
}

.padding-box {
  padding: 10px;
  background-color: #fff;
}

.service-card {
  position: relative;
}

.princ {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #fbac4c;
  color: #fff;
  padding: 5px;
}

.service-card:hover .review {
  color: #fff !important;
}

.service-card:hover .princ {
  background-color: #FFFFFF !important;
  color: #fbac4c;
}

.review {
  color: #000 !important;
}

@media screen and (max-width:576px) {

  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    /* padding: 1em 1.5em; */
    padding: 16px 10px 16px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }

  .paragraph-none {
    display: none;
  }

  .rounded-astro {
    text-align: center;
    margin: 0 auto !important;
    width: 66%;
    padding-top: 10px;
  }

  .main-button-astrology {
    background-color: #fbac4c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fbac4c;
    border-radius: 10px;
  }

  .icon-card {
    background-color: #fff;
    color: #fbac4c;
    font-size: 17px !important;
    border-radius: 50%;
    border: 1px solid #fbac4c;
    padding: 8px;
  }

  .advertisers-service-sec h3 {
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 2px;
    z-index: 3;
  }

  .princ {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    background-color: #fbac4c;
    padding: 2px;
    border-radius: 8px;
  }

  .padding-box {
    padding: 5px;
    background-color: #fff;
  }

  .button-navlink {
    background-color: #fbac4c;
    color: #fff !important;
    padding: 5px 10px;
    text-align: center;
    font-size: 10px;
    border-radius: 10px;
  }

}

@media screen and (max-width:340px) {

  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    /* padding: 1em 1.5em; */
    padding: 23px 10px 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }

  .paragraph-none {
    display: none;
  }

  .rounded-astro {
    text-align: center;
    margin: 0 auto !important;
    width: 66%;
  }

  .main-button-astrology {
    background-color: #fbac4c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fbac4c;
    border-radius: 10px;
  }

  .icon-card {
    background-color: #fff;
    color: #fbac4c;
    font-size: 17px !important;
    border-radius: 50%;
    border: 1px solid #fbac4c;
    padding: 8px;
  }

  .advertisers-service-sec h3 {
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 2px;
    z-index: 3;
  }

  .princ {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    background-color: #fbac4c;
    padding: 2px;
    border-radius: 8px;
  }

  .padding-box {
    padding: 5px;
    background-color: #fff;
  }

  .advertisers-service-sec p {
    color: #000;
    font-size: 15px !important;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
  }

}

@media screen and (max-width:320px) {

  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    /* padding: 1em 1.5em; */
    padding: 23px 10px 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }

  .paragraph-none {
    display: none;
  }

  .rounded-astro {
    text-align: center;
    margin: 0 auto !important;
    width: 66%;
  }

  .main-button-astrology {
    background-color: #fbac4c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fbac4c;
    border-radius: 10px;
  }

  .icon-card {
    background-color: #fff;
    color: #fbac4c;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #fbac4c;
    padding: 6px !important;
  }

  .advertisers-service-sec h3 {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 7px;
    margin-bottom: 2px;
    z-index: 3;
  }

  .princ {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    background-color: #fbac4c;
    padding: 2px;
    border-radius: 8px;
  }

  .padding-box {
    padding: 5px;
    background-color: #fff;
  }

  .advertisers-service-sec p {
    color: #000;
    font-size: 9px !important;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
  }
}

.icon-card {
  background-color: #fff;
  color: #fbac4c;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #fbac4c;
  padding: 8px;
}

.banner-kundli {
  max-height: 800px;
  object-fit: cover;
  width: 100%;
}


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

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-menu li a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  border-radius: 0px;
}

.lung-icon {
  color: #fbac4c;
  font-size: 22px;
}


.new {
  float: left;
  width: 0;
  height: 0;
}

.nav-data {
  width: 100%;
  margin: 0;
  padding: 80px 10px 100px 20px;
  position: fixed;
  top: 0;
  left: 100% !important;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  list-style-type: none;
}

.nav-data li {
  padding: 0px 25px;
  font-size: 16px;
}

.nav-data .separator {
  padding: 0;
  border-bottom: 3px solid #e6e7ea;
  cursor: default;
  margin: 6px 0;
}

#clickNav {
  display: block;
  padding-top: 13px;
  padding-left: 14px;
}

#clickNav input {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: -7px;
  left: 10px;
  cursor: pointer;
  opacity: 0;
  z-index: 9999;
  -webkit-touch-callout: none;
}

#clickNav input:checked~ul {
  -webkit-transform: none;
  transform: none;
}

#clickNav span {

  color: #fbac4c;
}

.nav-cross span {
  color: #fbac4c;
}

#clickNav span {
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#clickNav span:first-child {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#clickNav span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#clickNav input:checked~span {
  opacity: 1;
  z-index: 1111111;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#clickNav input:checked~span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

#clickNav input:checked~span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}

.nav-data {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    font-size: 20px;
    color: #fbac4c;
    margin-left: 47px;
  }

  .nav-link {
    border-bottom: 1px solid #fbac4c;
  }

  .advertisers-service-sec .service-card-main {
    height: 480px;
  }
}


@media screen and (max-width: 1030px) {
  .nav-link {
    margin: 0px 4px;
  }

  .active-mobile {
    background-color: #fbac4c;
    color: #fff !important;
    border-radius: 0px !important;
  }
}

/* Media query for 912px screen size */
@media screen and (max-width: 912px) {
  .nav-data {
    padding: 15px 10px 100px 20px;
    /* Adjust padding as needed */
  }
}

.logo-mobile-tab {
  height: 39px !important;
}

input.redio {
  width: 20px;
  accent-color: #fbac4c;
}

input[type=text],
select {
  width: 100%;
  padding: 10px 15px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #fbac4c;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text]:focus,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #fbac4c;
  border-radius: 4px;
  box-sizing: border-box;

}

select {
  width: 100%;
  border: 1px solid #fbac4c !important;
  padding: 10px 10px;
  color: #757575;
  background-color: #fff !important;
}

select {
  border: none;
}

label {
  padding-left: 4px;
}

.color-icon-dd {
  color: #fbac4c;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 20px;
}

.color-icon-dd:hover {
  color: #fbac4c;
  background-color: #fff;
}

a .logo:hover{
  background-color: transparent !important;
}

img.main-image-full-width.explore-image {
  height: 300px;
}

@media screen and (max-width: 425px) {
  .color-icon-dd {
    color: #fbac4c;
    background-color: #fff;
    padding: 0px 8px;
    border-radius: 10px;
    font-size: 18px;
  }

  .explore-image {
    height: 180px !important;
  }
}

.border-shodow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.border {
  border: 1px solid #fbac4c !important;
}

.textarea textarea {
  border: 1px solid #fbac4c;
}

.main-button-contact {
  margin-left: 18px;
}

.form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-man {
  background-color: #fbac4c;
  color: #fff;

  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.a-details .text-lg-start{
text-align: justify !important;
}

.text-color-Heading {
  color: #fbac4c;
}

.button-full {
  width: 96%;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #fbac4c;
}

.button-full:hover {
  width: 96%;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #fbac4c;
}

.name-small-heading {
  background-color: #fbac4c;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-radius: 10px;

}

.image-icon {
  height: 50px;
  width: 50px;
}

.data-center-matchog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-radius-table {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

th {
  border-right: 1px solid #fff;
}

table {
  border-radius: 10px !important;
}

.p-tag-line {
  background-color: #fbac4c;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 0;
}

.border-card {
  border: 1px solid #fbac4c;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  color: #fbac4c;
  border-radius: 10px;
}

.table-responsive {
  border-radius: 10px;
}

.Chat-match {
  background-color: #ffffff;
  color: #fbac4c;
  padding: 10px;
  border-radius: 10px;
}

.blog-image {
  width: 80%;
  text-align: center;
}

.border-bottom {
  border-bottom: 1px solid #fbac4c !important;
}

.data-enter {
  width: 100%;
}

.advertisers-service-sec .Heading-font-size {
  font-size: 28px;
}

.Heading-span {
  font-size: 28px;
  color: #fbac4c !important;
}

.icon-book {
  font-size: 10px;
}

@media screen and (max-width:912px) {
  #clickNav input {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: -7px;
    left: 108px;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }

  .footar-bg {
    margin: 0 auto;

  }

}

@media screen and (max-width:802px) {
  #clickNav input {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: -7px;
    left: 12px !important;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }

}

@media screen and (max-width: 820px) {
  #clickNav input {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: -7px;
    left: 58px;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }
}

.Footer-logo {
  height: 40px;
}

.footar-bg {
  text-align: center;
  background-color: #fff;
  width: 180px;
  padding: 10px;
  border-radius: 10px;
}

@media screen and (max-width:280px) {
  #clickNav {
    padding-left: 0px;
  }

  .nav-link {
    margin: 0px -5px;
  }

  .navbar-brand {
    font-size: 20px;
    color: #fbac4c;
    margin-left: 28px;
    margin-right: 0;
  }

  .image-side2 {
    position: absolute !important;
    height: 65px;
    right: 9px;
    top: -21px;
  }

  .image-side3 {
    position: absolute !important;
    height: 85px;
    left: -8px;
    top: 26px;
  }

  .image-side4 {
    position: absolute !important;
    height: 72px;
    right: -5px;
    top: 20px;
  }

  .image-side7 {
    position: absolute !important;
    height: 83px;
    left: 2px;
    top: -29px;
  }

  .main-button {
    background-color: #fbac4c;
    color: #fff;
    padding: 7px 4px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #fbac4c;
  }

  .image-side6 {
    position: absolute !important;
    height: 80px;
    right: 0px;
    top: 3px;
  }

  .image-side5 {
    position: absolute !important;
    height: 51px;
    left: 1px;
    top: -2px;
  }

  #clickNav input {
    display: block;
    width: 35px;
    height: 40px;
    position: fixed;
    top: 0px;
    left: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
    -webkit-touch-callout: none;
  }
}

.tooltip-inner {
  padding: 10px !important;
  max-width: 300px !important;
}

.new-br {
  display: none;
}

@media screen and (max-width:393px) {
  .new-br {
    display: block !important;
  }
}

@media screen and (max-width:412px) {
  .new-br {
    display: block !important;
  }
}

@media screen and (max-width:768px) {
  .advertisers-service-sec .col {
    height: 360px !important;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }


}

@media screen and (max-width:320px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    padding: 0 !important;

  }
}

@media screen and (max-width: 320px) {
  .image-side2 {
    position: absolute !important;
    height: 65px;
    right: 9px;
    top: -22px;
  }

  .display-toggle {
    display: none !important;
  }

  .display-toggle-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .display-toggle {
    display: none !important;
  }

  .show-exp {
    display: block !important;
  }
}

.explore-image {
  width: 100%;
  height: 253px;
  object-fit: cover;
}

.blog-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
}


.try-class {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width:820px) {
  .new-pd {
    padding-top: 25px;
  }
}

@media screen and (max-width:912px) {
  .new-pd {
    padding-top: 25px;
  }
}

.new-star {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:992px) {
  #navToggle:target {
    left: 0 !important;
  }
}

.icon-form-kudali {
  color: #fbac4c;
}

.bg-primary {
  background-color: #fbac4c !important;
}

.log-btn {
  background: #fff;
  color: #fbac4c;
  border-radius: 10px;
}

.log-btn:hover {
  color: #fbac4c;
}

.display-toggle {
  display: block;
}

.display-toggle-mobile {
  display: none;
}

.show-exp {
  display: none;
}

.bg-asrologer {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('./image/Why-Vairagi-Banner.gif');
  background-position: center;
  background-size: cover;
  min-height: 70vh;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-white {
  background-color: #ffff !important;
  width: 100%;
}

.text-title {
  color: #fbac4c;
}

.image-asto-d {
  height: 250px;
}

.heading-asrologer {
  color: #fff;
  font-size: 50px;
}

.image-astologer-mm {
  width: 90%;
}

.p-asro {
  font-size: 18px;
  line-height: 30px;
}

.bg-or {
  background-color: #fbac4c !important;
  border-radius: 30px;
}

.heading-cc {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.main-new-pp {
  border-radius: 10px;
}

.background-line {
  background-color: #fbac4c !important;
}

.color-text-dd {
  color: #fbac4c;
}

@media screen and (max-width:992px) {
  .bg-asrologer {
    min-height: 30vh;
  }

  .heading-asrologer {
    color: #fff;
    font-size: 30px;
  }

  .image-astologer-mm {
    width: 100%;
  }

}

img.icon-wrapper {
  height: 80px;
  width: 80px !important;
  object-fit: cover;
}

.image-tra {
  height: 30px;
}

.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
}

.p-break {
  word-break: break-all !important;
}

.bottom-15 {
  bottom: 15px !important;
}

@media screen and (max-width:455px) {
  .advertisers-service-sec .service-card-main {
    height: 540px;
  }

  .new-blog-list-image {
    height: 180px !important;
  }

  .new-blog-list-image-explore {
    height: 135px !important;
  }
  .explore-title {
    font-size: 14px !important;
  }
  .explore-des {
    font-size: 13px !important;
  }
}

.box-upper-details {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px 8px;
}

.astrologer-details {
  width: 92%;
  display: flex;
}

.astrologer-box {
  background-color: #fff;
  border: 1px solid #fbac4c;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  margin-bottom: 22px;
  width: 100%;
}

.astrologer-image {
  border-radius: 50%;
}

.total-orders {
  font-size: 12px;
  color: #727272 !important;
  display: block;
}

.astrologer-bio {
  margin-left: 10px;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

.astrologer-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.astrologer-bio-font {
  color: #616161 !important;
  font-size: 14px;
  margin-bottom: 4px;
}

.astrologer-chat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  align-items: flex-end;
}

.chat-button {
  color: #fbac4c;
  background-color: #fff;
  border: 1px solid #fbac4c;
  padding: 3px 5px;
  border-radius: 8px;
  width: 100%;
  font-size: 13px;
  text-wrap: nowrap;
}

.free-font {
  color: #fbac4c;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .responsive-card-table td:before {
    font-size: 13px !important;
  }
}

.star-rating {
  font-size: 12px;
  text-wrap: nowrap;
}

.star-rating span {
  cursor: pointer;
  color: #ccc;
}

.star-rating span.filled {
  color: rgb(249 115 22);
}

a:hover {
  color: white;
  /* background: #fbac4c; */
}

.new-blog-list-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.new-blog-list-image-explore {
  width: 100%;
  height: 300px;
  /* object-fit: cover; */
  border-radius: 10px 10px 0px 0px;
}


.custom-city-card {
  width: 100%;

}

.custom-city-radius {
  border-radius: 0px 0px 10px 10px !important;
  margin-bottom: 15px !important;
}

.owl-stage {
  background: white;
  display: flex;
  height: 100%;
}

.owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}

.blog-image-detail{
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.navbar-brand a:hover {
  background: transparent !important;
}