/**
* Template Name: Zap Asterloger
* Template URL:
* Updated: Nov 01 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Philosopher",  sans-serif;
}

:root { 
  --default-color: #444444;
  --heading-color: #012970; 
}

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

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
.container {
    max-width: 1320px;
}

body {
  color: var(--default-color);
  font-weight: 400;
  background-color: var(--background-color);
  font-family: var(--default-font);
}
img {
    max-width: 100%;
}

a {
  color: var(--heading-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

h1
 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--default-font);
  font-weight: 500;
}


.header-top {
    display: flex;
    align-items: center;
    padding: 10px 0 ;
}
.header-top .logo img {
    max-width: 195px;
}
#header .my-account {
position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 20px;
}
.header-btns {
    display: flex;
    align-items: center;
}

#header .my-account ul {
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    min-width: 120px;
    right: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    display: none;
}

#header .my-account ul > li > a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
}

#header .my-account ul > li:not(:last-child) > a {
    border-bottom: 1px solid #ddd;
}

#header .my-account > li > a {
 border: 1px solid #191970;
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
}

#header .my-account>li>a>div>img{
    width:23px;
    height: 23px;
    border-radius: 50%;
}

#header .my-account>li>a>small {
   font-size: 9px;
   font-weight: 500;
  position: absolute;
    bottom: 0;
    margin-bottom: 1px;
    margin-top: 1px;
}

.theme-btn {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 15px;
    color: #555;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    transition: .2s ease all;
}

.theme-btn .icon {
    margin-right: 10px;
}

.header-btns .theme-btn {
    margin-right: 10px;
}
.header-nav-wrap {
    /* background: linear-gradient(1deg, #f04c06, #fdbb44); */
    background: #191970;
}
.navmenu > ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 0;
}
.navmenu > ul > li:hover{
   transition: .2s ease all;
   background-color: #f4731c;
}
.navmenu > ul > li > a {
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: .2s ease all;
    line-height: 42px;
    font-weight: 500;
    font-size: 14px;
}
.navmenu > ul > li > a.active,
.navmenu > ul > li > a:hover {
    background: #f4731c;
    color: #fff;
}

.laung-wrap{
  background: #f4731c;
  padding: 10px 24px;
  margin-left: 15px;
  color: #fff;
 border-radius: 30px;
}
.laung-wrap > a {
    padding: 0 5px;
    display: inline-block;
} 
.laung-wrap > a {
    color: #fff;
}
.navmenu > ul > li > a img {
    margin-right: 5px;
}

/* Default header (absolute) */

/* Default header (absolute) */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
animation: slideDown 0.35s ease-out;
}

/* Spacer div */
#header-height {
  margin-top: 0; /* will be set dynamically */
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}




.hero-slide {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 0 40px;
}
#hero {
    /* background: #f4731c; */
    padding: 40px 0;
}
.hero-slide .hero-image img {
    max-width: 100%;
}

.hero-slide .hero-image {
    text-align: center;
}
.hero-content-wrap h2 {
    color: #fff;
    font-size: 58px;
}

.hero-content-wrap h3 {
    font-size: 40px;
    color: #f4731c;
}

.hero-content-wrap p {
    color: #fff;
    font-style: italic;
    font-size: 20px;
}
.ft-subscribe .form-control {
    height: 40px;
}

.btn-style2 {
    background: #f4731c;
    border-color: #f4731c;
    color: #fff;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-style2:hover {
    background: #fff;
    color: #f4731c;
    border-color: #f4731c;
}

.prediction {
    padding: 30px 0;
}

.section-title {
    padding-bottom: 20px;
    margin-bottom: 0;
}

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

.prediction-items > .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    flex: 1 1 15%;
    padding: 13px;
}
.prediction-items .image-box {
    width: 95px;
    height: 95px;
    border: 1px solid #270a7f;
    border-radius: 50%;
    transition: 0.1s all;
    display: flex;
    justify-content: center;
    place-items: center;
    margin: 0 auto;
}

.prediction-items .image-box img {
    width: 80px;
    height: 80px;
}

.prediction-items > .item .title {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
    transition: 0.1s all;
}
.prediction-items > .item:hover .image-box {
    background: linear-gradient(45deg, #f4731c, #abeb57);
    border-color: #f4731c;
    box-shadow: 0 0 20px #f4731c;
}

.prediction-items > .item:hover .title {
    color: #dd992f;
}


.our-astrologer {
    padding: 30px 0;
}

.our-astrologer .astro-box {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 25px 10px 10px;
    border: 1px solid #ddd;
    background-size: cover;
    cursor: pointer;
}

.our-astrologer .astro-top {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
}

.our-astrologer .astro-img-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.our-astrologer .astro-img-box img {
    width: 95px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 8px #620d8d4d;
    display: block;
}

.our-astrologer .astro-tag {
    background-size: cover !important;
    width: 110px;
    position: absolute;
    right: 5px;
    top: -3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
}

.our-astrologer .premium_tag {
    background: url(../img/icons/premium-tag.svg) no-repeat;
}

.our-astrologer .astro-box-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 70%;
}

.our-astrologer .astro-name-status {
    display: flex;
    align-items: center;
    gap: 5px;
}

.our-astrologer .astro-name-status h4 {
    font-size: 15px;
    font-weight: 500;
}

.our-astrologer .astro-name-status .offline-status {
    animation: offline 2s infinite;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dc3545;
    margin-left: 10px;
}

.our-astrologer .astro-name-status .online-status {
    animation: online 2s infinite;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #11d111;
    margin-left: 10px;
}

.our-astrologer .astro-detail-box {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    gap: 3px;
}

.our-astrologer .astro-lang {
    display: flex;
    align-items: center;
    gap: 4px;
}

.our-astrologer .lang-icon {
    color: inherit;
    display: flex;
    align-items: center;
}

.our-astrologer .lang-box span {
    font-size: 12px;
}

.our-astrologer .astro-life-expt {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow: auto;
    scrollbar-width: none;
}

.our-astrologer .astro-life-expt span {
    font-size: 12px;
    background-color: #faebd7;
    padding: 1px 6px;
    border-radius: 20px;
    margin-right: 2px;
    min-width: max-content;
}

.our-astrologer .astro-other-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e2e2e2;
    margin-top: 5px;
    padding: 5px;
}

.our-astrologer .astro-rating {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.our-astrologer .rating-box {
    display: flex;
    align-items: center;
    text-align: center;
}

.our-astrologer .rating-box .star {
    color: #ffb800;
    font-size: 10px;
}

.our-astrologer .rating-box .rating {
    font-size: 12px;
    font-weight: 600;
}

.our-astrologer .astro-rating span {
    font-size: 10px;
}

.our-astrologer .astro-exp {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.our-astrologer .astro-exp span {
    font-size: 10px;
}

.our-astrologer .astro-exp .exp {
    font-size: 12px;
    font-weight: 600;
}

.our-astrologer .astro-orders {
    /* font-size: 12px; */
    /* font-weight: 600; */
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 10px;
}

.our-astrologer .astro-orders .orders {
    font-size: 12px;
    font-weight: 600;
}
.our-astrologer .suggest-bottom-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.our-astrologer .astro-action {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.our-astrologer .astro-action .price-box {
    display: flex;
    gap: 7px;
    flex-grow: 1;
}

.our-astrologer .astro-action .price-box .chat-price {
    display: flex;
    gap: 5px;
    align-items: center;
}

.our-astrologer .astro-action .price-box .chat-price span i {
    font-size: 14px;
    color: inherit;
}

.our-astrologer .chat-price-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.our-astrologer .chat-price-box span {
    width: min-content;
    font-size: 10px;
}

del {
    color: grey !important;
    margin-right: 5px;
    font-weight: 600;
}

.our-astrologer .chat-price-box .rup-strike {
    font-size: 10px;
}

.our-astrologer .astro-action .price-box .line {
    border-right: 2px solid #e2e2e2;
    color: #000;
    height: 30px;
}

.our-astrologer .call-price {
    display: flex;
    gap: 5px;
    align-items: center;
}

.our-astrologer .astro-action .price-box span i {
    font-size: 14px;
    color: inherit;
}

.our-astrologer .call-price-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.our-astrologer .call-price-box .rup-strike {
    font-size: 10px;
    width: min-content;
}
.our-astrologer .call-chat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-common {
    transition: all .3s 
ease-out;
    padding: 4px 8px;
    width: fit-content;
    min-width: fit-content;
    font-weight: 500;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, #84016cb0 50%, #ff5c00 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .3s 
ease-out;
    background-origin: border-box;
}

.our-astrologer .call-chat-btn .btn-disabled {
    color: #000 !important;
    background: #e1e1e1 !important;
    border: none !important;
}

.service-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.service-wrap .astrology-service-cards {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 65px 10px 15px;
    margin-top: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 24%;
    min-width: 300px;
}

.service-wrap .astrology-service-cards a {
    text-decoration: none;
}

.astrology-service-cards img {
    width: 100px;
    height: auto;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid #ffefe9;
    border-radius: 50%;
    box-sizing: content-box;
}

.astrology-service-cards p {
    font-size: 16px;
    margin-top: 10px;
    color: #f4731c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
} 
.our-services {
    padding: 30px 0;
}  
.two-colums-slide {
    padding: 30px 0;
}

.banner-carousel-box {
    position: relative;
    overflow: auto;
    border-radius: 15px;
}



.banner-carousel-card img {
    display: block;
    width: 100%;
    min-height: 180px;
    object-fit: cover;
}

.banner-carousel-card .carousel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 15px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
    color: #fff;
    width: 100%;
    height: 100%;
}

.banner-carousel-card .carousel-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.banner-carousel-card .carousel-content span {
    font-size: 12px;
    font-weight: 400;
}

.banner-carousel-card .carousel-content .carousel-action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.banner-carousel-card .carousel-content .carousel-action-btn .btn {
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 10px;
}


/* footer */
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: #fff;
    background-color: #161699e0;
    font-size: 14px;
    padding-bottom: 0px;
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: left center;
}


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

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
font-size: 20px;
font-weight: bold;
position: relative;
padding-bottom: 12px;
color: #f4731c;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: #fff;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
padding-top: 15px;
    background: #f4731c;
    padding-bottom: 15px;
    border-top: 1px solid
 color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.ft-subscribe .form .btn:hover {
    background: #f4731c;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: #f4731c;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    font-size: 30px;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.promotion-card {
    border-radius: 10px;
    box-shadow: 0 0 12px #ddd;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
    padding: 15px 15px 0;
    background-size: cover !important;
     min-height: 300px;
    background-position: right;
}

.promotion-card .promotion-image {
    text-align: center;
    /* max-height: 300px; */
    margin-left: auto;
    border-radius: 0;
    overflow: hidden;
    margin-top: -15px;
    margin-right: -15px;
}

.promotion-card .promotion-image img {
    max-height: 300px;
}

.promo-content h3 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #191970;
    font-weight: 500;
}

.promo-content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.promotional-action-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.promotional-action-btn .btn {
    min-width: fit-content;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
}

.btn-style1 {
    color: #fff;
    background: #191970;
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .3s 
ease-out;
    background-origin: border-box;
    padding: 5px 15px;
}
.btn-style1:hover {
    background: transparent;
    border-color: #191970;
    color: #191970;
}

.promotion-card .promo-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.promotion-banner {
    margin-bottom: 40px;
}

.insta-whatsapp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    min-width: unset !important;
    margin: unset !important;
    padding: unset !important;
    box-shadow: none !important;
    z-index: 2147483647;
    cursor: pointer;
    border: none;
    bottom: 240px;
    right: -1px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    flex-direction: column;
}
#whatsaapHome {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


#astroModal .modal-header {
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

#astroModal .modal-header span {
    font-size: 40px;
    display: block;
}

#astroModal .popup-link img {
    max-width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

#astroModal .popup-link:hover {
    color: #fff;
}

#astroModal .popup-link span {
    background: #f4731c;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0;
    transition: .2s ease all;
}

#astroModal .popup-link:hover span {
    background: #191970 ;
}


#astroModal .btn-close {
margin-left: auto;
    position: absolute;
    right: 0;
    background: #f4731c;
    padding: 0;
    border: 3px solid #f4731c;
    opacity: 1;
    font-size: 34px;
    color: #fff;
    display: flex;
    align-items: stretch;
    line-height: 1;
    border-radius: 5px 0px 0 5px;
}

.mobile-nav-toggle {
    background: #f4731c;
    padding: 0;
    border: 3px solid #f4731c;
    opacity: 1;
    font-size: 34px;
    color: #fff;
    display: flex;
    align-items: stretch;
    line-height: 1;
    border-radius: 5px;
    margin-left: 10px;
}


.mobile-bottom-menu {
    background: #fff;
    padding: 5px 0 2px;
    display: none;
    position: fixed;
    bottom: 0;
    box-shadow: 1px 5px 10px #ccc;
    width: 100%;
    text-align: center;
    z-index: 999;
    align-items: self-end;
}

.mobile-bottom-menu .menu-box {
    display: flex;
    flex-direction: column;
    color: #6f6f6f;
    align-items: center;
    position: relative;
}

.mobile-bottom-menu .menu-box i {
    font-size: 22px;
    line-height: normal;
    vertical-align: bottom;
}

.mobile-bottom-menu .menu-box span {
    font-size: 14px;
}

.pulse-icon {
  display: inline-block;
  animation: fadeZoom 1.5s ease-in-out infinite;
}

.overlay {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease all;
}

.menu-extend .overlay {
    opacity: 0.8;
    visibility: visible;
}

.close-toggle {
    background: #f4731c;
    height: 30px;
    width: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    cursor: pointer;
    color: #fff;
}

.menu-extend .close-toggle{
display: flex;
}

/* about page */
.lp-banner {
    position: relative;
    padding: 15px 0;
    background-position: center;
    background-size: cover;
    min-height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* .lp-banner .container{
    position: relative;
} */

.lp-banner .content-image {
    right: 0;
    height:200px;
    bottom: 0;
    position: relative;
}

.lp-banner .content-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.lp-banner:before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
}

.lp-banner .lp-content {
    position: relative;
}

.lp-banner .lp-content h1 {
    color: #fff;
    border-bottom: 2px solid;
    display: inline-block;
}

.lp-banner .lp-content p {
    color: #fff;
}

.breadcrumb {
    padding: 10px 0 10px 0px;
    background-color: #e5e5e5;
    margin-bottom: 0px !important;
}

.breadcrumb .breadcrumb-text {
    color: #776666;
    font-size: 14px;
}

.breadcrumb .breadcrumb-text a {
    color: #191970;
    cursor: pointer;
    text-decoration: none;
    padding-right: 20px;
    position: relative;
}   

.breadcrumb .breadcrumb-text > a:before {
    content: "\F285";
    position: absolute;
    right: 0;
  font-family: "bootstrap-icons";
    font-style:normal ;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
}

.about-us {
    padding: 80px 0;
}

.about-content .section-title {
    text-align: left;
    font-size: 22px;
    margin: 0;
}

.about-content .section-title span {
    color: #ff5c00;
    font-size: 48px;
    display: block;
}


.list-style {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-content .icon-text {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.about-content .icon-text .icon {
    height: 100px;
    width: 100px;
    display: block;
}

.about-content .icon-text .icon-ct {
    flex-grow: 1;
}

.about-content .icon-text h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.about-content .icon-text .icon-ct p {
    margin: 0;
    font-size: 14px;
}

.image-card-style1 {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 15px;
}

.image-card-style1 .image-wrap {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.image-card-style1 .image-wrap img{
  transform: scale(1);
  transition: .3s ease all;
}

.image-card-style1:hover .image-wrap img{
 transform: scale(1.1);
}

.image-card-style1 .content-wrap {
    margin: 0 10px;
    margin-top: -50px;
    background: #fff;
    position: relative;
    padding: 10px;
    top:0;
    box-shadow: -1px 5px 4px 0px #7a777761;
    border-radius: 10px;
    transition: .2s ease all;
}

.image-card-style1:hover .content-wrap {
    top: -15px;
}


.mob-horoscope-list-desc {
    overflow-x: auto;
    padding-left: 0%;
}

.horoscope-desc-view {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.horoscope-link {
    text-decoration: none !important;
    margin: 0 10px;
    text-align: center;
}

.horoscope-link .horoscope-image {
    border: 1px solid #ffcc33;
    border-radius: 50%;
    transition: 0.1s all;
    display: flex;
    justify-content: center;
    place-items: center;
    margin: 0 auto;
    width: 65px;
    height: 65px;
}



.horoscope-link .horoscope-image.active {
    border:1px solid #14145c; 
    border-radius:50%;
     width: 70px;
    height: 70px;
}

.horoscope-link .horoscope-image img {
    width: 60px;
    height: 60px;
}

.horoscope-link p.horoscope-name {
    margin: 0;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    transition: 0.1s all;
    font-size: 13px;
}

.horoscope-link .horoscope-date {
    font-size: 10px;
    font-weight: 400;
    margin-top: 0px;
    display: none;
    transition: 0.1s all;
    margin: 0;
    color: #000;
}

.horoscope-link .horoscope-date.unhide {
    display: block !important;
    color:#14145c;
    font-weight: bold;
}

.horoscope-dwmy {
    padding: 10px 0;
    /* border-bottom: inset; */
}

.horoscope-dwmy .container {
 border-bottom: inset;
}

.horoscope-desc-view > li {
    border-radius: 17px;
    padding: 5px 30px;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
}

.horoscope-desc-view > li.active {
    color: #fff !important;
    background-color: #fd7e14 !important;
}

.horoscope-desc-view > li.active a{
    color: inherit;
}


.horoscope-dwmy .horoscope-desc-view {
    position: relative;
    overflow: auto;
}

/* .horoscope-dwmy .horoscope-desc-view:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ddd;
    bottom: 0;
} */

.all-lucky-items {
    display: flex;
    justify-content: space-between;
}

.all-lucky-items .luck-item {
    flex: 0 0 100%;
    max-width: 32.8% !important;
    border-radius: 15px;
    border: 0px solid #8080807a;
    padding: 10px 0px;
    text-align: center;
}

.luck-item .title {
    font-size: 20px;
    font-weight: 400;
    color: #191970;
}

.luck-item .color-wrap {
    display: flex;
     flex-wrap: wrap;
    justify-content: center;
}

.luck-item .color-wrap .colours_style {
    width: 30%;
    height: 35px;
    margin: 3px;
    color: #333;
    border: 2px solid #333;
    border-radius: 6px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
}

.luck-item.luck-numbers .num-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
}


.luck-item.luck-numbers .num-inner .dice-number {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin:3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.luck-item.luck-alpha .alpha-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.luck-item.luck-alpha .alpha-inner .alpha-box {
    width: 35px;
    height: 35px;
    background: #ffd700;
    border: 2px solid #ff8c00;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color:#333 ;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin:3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.paradic-slider .swiper-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.paradic-slider .thumbs .swiper-slide {
    width: 100px;
    height: 250px;
    opacity: 1;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    padding: 8px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.paradic-slider .thumbs .swiper-slide-thumb-active {
   opacity: 1;
    border: 1px solid #191970;  
}

.swiper-pagination-bullet-active { 
    background: #191970 !important;
}

.paradic-slider .thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease all;
}

.paradic-slider .thumbs .swiper-slide:hover img{
  transform: scale(1.1);
}

.paradic-slider .text-slide {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}

.paradic-slider .thumbs .swiper-slide .text {
    position: absolute;
    bottom: 0;
    background: #fe8b00;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    margin: 0;
    transition: .2s ease all;
    margin-bottom: 7px;
}

.tips-for-you .tip-card {
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}


.tips-for-you .emoji {
    font-size: 1.5rem;
    line-height: 1;
}



.astrology-section {
    padding-top: 40px;
}

.lp-page-sidebar {
    position: sticky;
    top: 143px;
}

.match-patner form {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.match-patner form .form-heading {}

.match-patner form .form-heading h3 {
    background: #191970;
    color: #fff;
    background-color: #fd7e14;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    padding: 9px 3px;
    text-transform: capitalize;
}

.match-patner form .Signrow {
    padding: 8px 0px;
}

.match-patner form .Signrow label {
    margin-bottom: 5px;
    color: #454545;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.match-patner form .Signrow  select {
    padding: 0.575rem 0.75rem;
    background-color: #fcfcfc;
    color: #000000;
    border: 1px solid #CACACA;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

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

.sub-services-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    padding-top: 50px;
}

.sub-services-items .sub-cat-item a {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 25px;
    padding-top: 50px;
    border-radius: 16px;
}

.sub-services-items .sub-cat-item {
    position: relative;
    width: 32.33%;
    margin-bottom: 50px;
}

.sub-services-items .sub-cat-item a img {
    height: 80px;
    width: 80px;
    border-radius: 100px;
    display: block;
    margin-top: -40px;
    margin: 0 auto;
    /* margin-top: -40px; */
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    x: 1;
}   


.sub-services-items .sub-cat-item p {
    margin: 0;
}

.sub-services-items .sub-cat-item a:hover {
    color: #f4731c;
}

.sub-services-items .sub-cat-item a span {
    transition: .3s;
}

.sub-services-items .sub-cat-item a:hover span {
    /* left: 10px; */
    position: relative;
}

.bottom-fix-img {
    position: fixed;
    left: -100px;
    bottom:10px;
    z-index: 999;
    transition: 1s ease left;
}

.bottom-fix-img img {
   width: 95px;
}

.gn-active .bottom-fix-img {
  left: 0;
}
@keyframes fadeZoom {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2); /* zoom in */
  }
  100% {
    opacity: 0.7;
    transform: scale(1); /* back to original */
  }
}


@keyframes rotate360 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.aos-rotate img {
  animation: rotate360 25s linear infinite;
}


@keyframes online {
    0% {
        box-shadow: 0 0 #11d111
    }

    to {
        box-shadow: 0 0 0 8px #5878f300
    }
}

@keyframes offline {
    0% {
        box-shadow: 0 0 #eb0a0a
    }

    to {
        box-shadow: 0 0 0 8px #5878f300
    }
}


/* horscope page  */

.horoscope-day-slider .horoscope-days {
    padding: 0 50px;
    overflow: hidden;
    padding-bottom: 40px;
}

.slider-navs {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 40px;
}

.horoscope-day-slider .swiper-button-prev,
.horoscope-day-slider .swiper-button-next {
    background: #f4731c;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.swiper-slide.swiper-slide-thumb-active .astro-predic-talk {
    border: 2px solid #f4731c;
    box-shadow: 0 0 10px #f4731c;
}

.horoscope-day-slider .swiper-button-next {
    right: 0;
}

.horoscope-day-slider .swiper-button-prev:after,
.horoscope-day-slider .swiper-button-next:after {
    font-size: 14px;
    color: #fff;
}

.horoscope-day-slider .swiper-button-right {
    left: 0;
}

.horoscope-day-slider .swiper-button-prev {
    left: 0;
}

.horoscope-day-slider .astro-predic-talk {
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* margin-bottom: 10px; */
    background: #ddd;
    border-radius: 100%;
    cursor: pointer;
}

.horoscope-day-slider .slide-item {
    text-align: center;
}


.horoscope-daily-slider .horoscope_single_content>ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
    padding-bottom: 25px;
}

.horoscope-daily-slider .horoscope_single_content>ul>li>a {
    background: transparent;
    padding: 8px 15px;
    border: 2px solid #ddd;
    border-radius: 30px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
}

.horoscope-daily-slider .horoscope_single_content>ul>li {
    margin: 0 5px;
}

.horoscope-daily-slider .horoscope_single_content>ul>li>a:hover {
    background: #f4731c;
    color: #fff;
    border-color: #f4731c;
}

.horoscope-daily-slider .horoscope_single_title {
    text-align: center;
    margin-bottom: 30px;
}

.horoscope-daily-slider .horoscope_single_heading {
    border-radius: 30px;
    background: #f3efef;
    padding: 20px;
    border: 2px solid #ddd;
    /* box-shadow: 0px 3px 6px #000; */
}

.horoscope-daily-slider .horoscope_single_heading .horoscope_single_image {
    max-width: 80px;
    margin: 0 auto;
    margin-top: 0;
}


/* numberlogy form */

.numerlogy-form {
    box-shadow: 2px 0px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    padding: 24px;
    margin: 30px 0;
    border-radius: 30px;
}

.numerlogy-form .field-group {
    margin-bottom: 20px;
    position: relative;
}

.numerlogy-form .field-group .form-control {
    height: 50px;
    line-height: 1;
    border-radius: 50px;
    padding-left: 40px;
}

.numerlogy-form .field-group .form-control::placeholder {
    font-style: italic;
    color: #b3a1a1;
}

.numerlogy-form .btn-wrap {
    text-align: center;
    margin-top: 30px;
}


.form-title {
    text-align: center;
    margin-bottom: 30px;
}

.numerlogy-form .field-group .icon {
    font-size: 21px;
    position: absolute;
    left: 14px;
    top: 7px;
    color: #918585;
}

.death-calculator-section .box-text-flex {
    text-align: center;
    margin-bottom: 30px;
}

.death-calculator-section .box-text-flex .box-image {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.death-calculator-section .box-text-flex>p {
    margin-top: 15px;
    font-weight: 500;
    color: #191970;
}

.death-calculator-section .box-text-flex .red-question {
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
}

.death-calculator-section .box-info-size {
    background: #F8F8F8;
    border: 1px solid #CACACA;
    border-radius: 10px;
    display: flex;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.death-calculator-section .box-info-size img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.death-calculator-section .box-info-size .image-margin-right {
    margin-left: 30px;
}

.death-calculator-section .box-info-size .content {
    text-align: left;
    margin-left: 30px;
}

.death-calculator-section .box-info-size .content .icon-text-style {
    font-weight: 700;
    font-size: 22px;
    color: #191970;
    position: relative;
}

.death-calculator-section .box-info-size .content .icon-text-style-result {
    /* margin-top: 10px; */
    /* font-weight: 400; */
    font-size: 20px;
    /* color: #707070; */
    text-align: left;
}

.box-info-size-full {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #CACACA;
    border-radius: 10px;
    padding: 30px 40px;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.box-info-size-full img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.box-info-size-full .content {
    margin-left: 30px;
}

.box-info-size-full .content .icon-text-style-result {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.box-info-size-full .content .icon-text-style {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    color: #191970;
    position: relative;
}

.box-info-size-full .content .icon-text-style .arrow-image-dropdown {
    position: absolute;
    width: 21px;
    right: -20px;
}

/* policy page css */

.policy-section {
    background-color: #f8f9fa;
}

.policy-section .title-underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60%;
    height: 3px;
    background-color: #ef6d30;
    transform: translateX(-50%);
    border-radius: 10px;
}


.policy-section .policy-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin: 0 9px 0px 9px;

}


.policy-section .policy-content h2,
.policy-section .policy-content h3 {
    margin-top: 30px;
    font-weight: 600;
    color: #222;
}


.policy-section .policy-content p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}


.policy-section .policy-content ul {
    padding-left: 20px;
}

.policy-section .policy-content ul li {
    margin-bottom: 10px;
    color: #555;
}


/* policy page css end */


/* 17-12-2025 css */

.talk-to-astologer {
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: sticky;
    top: 150px;
}

.talk-to-astologer .image-wrap {
    border-radius: 15px;
    overflow: hidden;
}

.talk-to-astologer .v-bottom-content {
    margin-top: 15px;
    text-align: center;
}

.page-sidebar {
    position: sticky;
    top: 100%;
}

.tarot-card-group {
    display: flex;
    flex-wrap: wrap;
}

.tarot-card-group .card-item {
    padding: 10px 12px;
    width: 16.66666666666667%;
    min-width: 216px;
}

.tarot-card-group .card-item>.link {
    border: 1px solid #ddd;
    display: block;
    padding: 8px;
    border-radius: 5px;
}

.tarot-card-group .card-item>.link .text {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.tarot-card-group .card-item .link>img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(50%) brightness(1.2) contrast(1) hue-rotate(90deg) saturate(150%);
}


.tarot-detail-page .content-box {
    margin-bottom: 20px;
    background: #edecec;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 8px #b8b1b1;
}

.tarot-detail-page .content-box>.icons {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.tarot-detail-page .content-box>.icons img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.tarot-detail-page .content-box>img {
    padding: 10px;
}



.tarot-section .page-content-wrap {
    text-align: justify;
}

.tarot-section .page-content-wrap .title-head img {
    margin-left: 25px;
    margin-bottom: 10px;
}

.tarot-card-style {
    margin-bottom: 20px;
}

.tarot-card-style h4 {
    margin-bottom: 0;
    font-size: 22px;
}

.tarot-card-style .card-content {
    padding: 0;
}

.tarot-card-style h4 a {
    display: block;
    padding: 0.8rem;
    background: #f4731c;
    color: #fff;
    text-align: center;
}


/* 19-12-2025 */

.punchang-cat-group .ui-home-icon {
    width: 25%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 3px;
    /* height: 54px; */
    overflow: hidden;
    padding: 12px;
}

.punchang-cat-group .ui-home-icon>a {
    display: flex;
    align-items: center;
}

.punchang-cat-group .ui-home-icon>a>img {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 3px;
    object-fit: cover;
    border-radius: 50%;
}

.punchang-cat-group .ui-home-icon .ui-home-text {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
}

.today-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-end;
}

.today-form>.input-group {
    width: auto;
    min-width: 150px;
}

.pan-row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.lagan-chart-menu .nav-link {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.lagan-chart-menu .nav-link.active {
    background: #f4731c;
    color: #fff;
}

.respnv-cnv-mw {
    max-width: 100%;
    height: auto;
}

.today-form>.input-group>label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #877d7d;
    margin-bottom: 4px;
}

.today-form>.input-group .btn {
    width: 100%;
    align-self: center;
    height: 37px;
}

.today-form>.input-group .form-control {
    border: 1px solid #baa8a8;
    border-radius: 0.375rem !important;
}

.tithiUibox {
    background: #d9dcfb;
    position: relative;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #d9dcfb;
    border-radius: 10px;
    padding-left: 10%;
}

.tithiIcons {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0px, -50%);
}

.tithiIcons img {
    width: 60px;
}

.form-btn .btn-style2:hover {
    background: #f4731c;
    border-color: #f4731c;
    color: #fff;
}

.kundali-form-wrap form .form-label {
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
    display: block;
}

.kundali-form-wrap form {
    background: #fefffc;
    padding: 30px 15px;
}

.kundli_basic_details .nav-pills {
    margin-top: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.kundli_basic_details .nav-pills .nav-item {
    border: 0.1px solid #ccc;
}

.kundli_basic_details .nav-pills .nav-item:first-child>button {
    border-radius: 10px 0 0 10px;
}

.kundli_basic_details .nav-pills .nav-item:last-child {
    border-radius: 0 10px 10px 0;
}

.kundli_basic_details .nav-pills .nav-item:first-child {
    border-radius: 10px 0 0 10px;
}

.kundli_basic_details .nav-pills .nav-item:last-child>button {
    border-radius: 0 10px 10px 0;
}

.kundli_basic_details .nav-pills .nav-item>button.active {
    background: #f4731c;
    color: #fff;
}

.kundli_basic_details .nav-pills .nav-item>button {
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.kundli_basic_details .heading_birth {
    font-size: 22px;
    padding: 10px 0;
}

.kundli_basic_details .table-responsive {
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#pills-tabContent .prediction {
    padding: 0;
    margin-bottom: 10px;
}

#pills-tabContent .prediction .card-header {
    font-weight: 600;
    color: #454545;
    display: flex;
    justify-content: space-between;
}

/* contact page */

.contact-info-card {
    margin-top: -80px;
}

.con-box {
    background: #f9f6f3;
    padding: 45px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}

.con-box:hover {
    background: #f1782c;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.con-box .icon {
    font-size: 45px;
    color: #f6991f;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.con-box:hover .icon {
    color: #fff;
}

.con-box .arx-info-box-title {
    font-size: 21px;
    color: #191970;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.con-box:hover .arx-info-box-title {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.con-box p {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
}

.con-box:hover p {
    color: #fff;
}

.con-box .numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    color: rgba(0, 0, 0, 0.15);
    opacity: .2;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.con-box:hover .numb {
    color: rgba(0, 0, 0, 0.2);
}

.contact-form {
    padding-right: 100px;
    margin-bottom: 30px;
}


.contact-form form .filed-group {
    margin-bottom: 15px;
}

.contact-form form .filed-group .form-control {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #f9f6f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #797370;
    background-image: none;
    border: none;
    border-radius: 30px;
}

::-webkit-input-placeholder {
    color: #797370;
    /* font-family: "Outfit", sans-serif; */
    font-size: 17px;
    font-weight: 300;
}

.contact-form form .filed-group textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #f9f6f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #797370;
    background-image: none;
    border: none;
    border-radius: 30px;
    max-height: 120px;
}

.location-box {
    border-radius: 15px;
    overflow: hidden;
}

.location-box iframe {
    width: 100%;
    border-radius: 16px;
}

 .users-form-wrap {
    padding: 0;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #191970;
    overflow: hidden;
}



.users-form-wrap .nav-tabs > li {
    width: 50%;
}

.users-form-wrap .nav-tabs > li > button {
    display: block;
    width: 100%;
}

.users-form-wrap .nav-tabs .nav-link.active {
    background: #191970;
    color: #fff;
}

.users-form-wrap .nav-tabs .nav-link {
    color: #191970;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 0;
    
}   

.users-form-wrap form {
    background: #fff;
    padding: 30px 15px;
    border-radius: 15px;
    margin-bottom: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    overflow: auto;
}

.users-form-wrap form .form-label {
    color: #373232;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

.users-form-wrap form .btn-style2:hover {
    background: #f4731c;
    color: #fff;
}


.login-page-c .image-wrap {
    text-align: center;
    border-radius: 15px;
    background: #fff;
}

.users-form-wrap form .btn {
    display: block;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.users-form-wrap .form-control {
    border: none;
    border-radius: 0;
    background: #ededed;
    border-bottom: 1px solid #191970;
}


.select2-container--default .select2-selection--multiple{
padding-right: 25px !important;
border: none !important;
border-radius: 0 !important;
background: #ededed !important;
border-bottom: 1px solid #191970 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
background: #5e5edf;
border: none;
color: #fff;
border-radius: 20px;
padding: 5px 12px;
font-size: 13px;
}

.select2-container--default .select2-selection--multiple 
.select2-selection__choice__remove {
color: #fff;
margin-right: 6px;
}

.select2-container--default .select2-selection--multiple 
.select2-selection__choice__remove:hover {
color: #ffd700;
}

.select2-container .select2-search--inline .select2-search__field{
    height: 26px;
}




/* success card for registration css */

.success-card {
    background-color: #d8d8e7; 
    color: #fff;               
    padding: 40px 20px;       
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    min-height: 250px;         
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid #5c5caa;
}

.success-card h5 {
    font-size: 1.8rem;
    font-weight: 600;
}

.success-card p {
    font-size: 1.1rem;
    color:#012970;
    
}

 .success-card .btn-login {
    background-color: #F4731C; 
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;     
}

.success-card .btn-login:hover {
    background-color: #e06600;
    color: #fff;
    transform: translateY(-2px);
}

.punchang-cat-group.content-box {
    margin-bottom: 30px;
}

/* success card for registration end css */

/* astro profile */

.astro-prof-wrap {
    display: flex;
    flex-wrap: wrap;
}

.astro-prof-wrap .profile-right-box {
    width: 63%;
    margin-right: 2%;
    position: relative;
}

.astro-prof-wrap .profile-left-box {
    width: 35%;
    background: #fff;
    position: relative;
}

.border-card {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #E7ECF5;
    border-radius: 16px;
}

.profile-detail-sec {
    margin-top: 50px;
}

.profile-inner-wrap {
    display: flex;
    align-items: flex-start;
}

.profile-inner-wrap .astro-profile {
    position: relative;
    text-align: center;
    padding-right: 10px;
}

.astro-profile-details {
    flex-grow: 1;
    position: relative;
}

.astro-profile .astro-pro-image {
    display: inline-flex;
    background: #fff;
    border: 2px solid #aa5a2e;
    padding: 7px;
    border-radius: 100px;
    width: 150px;
    height: 150px;
}

.astro-profile .astro-pro-image img {
    width: 130px;
    border-radius: 100px;
    height: 130px;
    object-fit: cover;
}

.astro-profile .astro-new-rating {
    border: 1px solid #BDE1E9;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    background: #fff;
    padding: 1px 10px 4px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
}

.astro-profile-details .profile_list {
    margin: 0;
    padding: 0;
}

.astro-profile-details .profile_list>li {
    list-style: none;
    display: block;
    font-size: 14px;
    color: gray;
    font-weight: 600;
    line-height: 23px;
    clear: both;
    margin-bottom: 10px;
}

.astro-profile-details .profile_list>li .profile_list_cls {
    width: 26px;
    height: 25px;
    float: left;
}

.astro-profile-details .profile_list>li img {
    float: left;
    position: relative;
    top: 1px;
    margin-right: 5px;
    height: 20px;
}

.astro-profile-details .profile_follow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.profile-action-card .profile_action_price {
    margin: 0 0 15px;
    border-bottom: 1px solid #E7ECF5;
    padding-bottom: 15px;
}

.profile-action-card .profile_action_price strong {
    font-size: 20px;
    color: #000;
}

.profile-action-card .profile_action_price b {
    color: #777474;
    font-size: 14px;
    margin-left: 10px;
}

.profile_action_price span {
    display: table;
    font-size: 12px;
    background: #ff5c00;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

.profile_action_flex {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}



.profile_green_btn {
    border: 1px solid #009053;
    background: #fff;
    color: #009053;
}

.profile_action_flex button {
    width: 100%;
    border-radius: 22px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profile_action_flex button img {
    position: relative;
    /* top: 2px; */
    margin-right: 5px;
}

.profile_book_btn {
    border-radius: 50px !important;
}

.profile_book_btn:hover {
    background: #191970;
    color: #fff;
}

.astro-pro-rating-card {
    display: flex;
    align-items: flex-start;
}

.astro-pro-rating-card .rating-num {
    font-size: 22px;
    font-weight: 700;
    width: 30%;
    padding-left: 0;
    vertical-align: top;
    border-right: 1px solid #E7ECF5;
}

.astro-pro-rating-card .rating-num>span {
    font-size: 32px;
    color: #000;
    display: block;
    font-weight: 700;
    margin: 20px 0 0;
}

.astro-pro-rating-card .rating-num>span .large_star_cls {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.astro-pro-rating-card .rating-num>span .large_star_cls img {
    width: 22px;
    position: relative;
    top: -2px;
}

.astro-pro-rating-card .rating-num b {
    font-size: 14px;
    color: #999;
    display: block;
}

.astro-pro-rating-card .rating-sec-bio {
    width: 70%;
    border-right: none;
    padding-right: 0;
    padding-left: 20px;
}

.astro-pro-rating-card .rating-sec-bio .rating-line {
    /* float: left; */
    /* text-align: center; */
    /* width: 15%; */
    /* margin-top: 10px; */
    display: flex;
}

.astro-pro-rating-card .rating-sec-bio .rating-line .side {
    /* float: left; */
    text-align: center;
    width: 15%;
    margin-top: 10px;
}

.rating-card .rating-line .middle {}

.astro-pro-rating-card .rating-sec-bio .rating-line .middle {
    margin-top: 15px;
    float: left;
    width: 85%;
}

.small_star_cls {
    width: 15px;
    height: 15px;
    display: inline-block;
    /* vertical-align: top; */
}

.astro-pro-rating-card .rating-sec-bio .rating-line .side .small_star_cls {
    position: relative;
    top: -2px;
}

 .bar-container {
    width: 100%;
    background-color: #e0e0e0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

.bar-container .bar-5 {
    height: 8px;
    background-color: #009053;
    border-radius: 50px;
}

.bar-container .bar-4 {
    height: 8px;
    background-color: #009053;
    border-radius: 50px;
}

.bar-container .bar-3 {
    height: 8px;
    background-color: #ff963c;
    border-radius: 50px;
}

 .bar-container .bar-2 {
    height: 8px;
    background-color: #ff963c;
    border-radius: 50px;
}

 .bar-container .bar-1 {
    height: 8px;
    background-color: #d53a32;
    border-radius: 50px;
}

.astro-prof-wrap .profile-left-box .inner-wrap {
    position: sticky;
    top: 150px;
    z-index: 99;
}


.best-astrologer .filters .accordion-button {
    font-size: 17px;
    font-weight: 600;
}

.best-astrologer .flt-ul li label {
    font-size: 15px;
    display: inline-block;
    margin-bottom: .65rem;
}

.best-astrologer .flt-ul li label input {
    margin-right: 5px;
}


#astrologerTabs {
    background: #ddd;
    border-radius: 5px 5px 0 5px;
}

#astrologerTabs.nav-tabs .nav-link.active {
background-color: #191970;
    color: #fff;
    border-color: #191970;
}

#astrologerTabs.nav-tabs .nav-item {
    width: 33.333%;
}

#astrologerTabs.nav-tabs .nav-link {
    width: 100%;
    border-left: 1px solid #c7c7c7;
    color: #000;
}


#ratingForm .star-rating .star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

#ratingForm .star-rating .star.selected,
#ratingForm .star-rating .star:hover,
#ratingForm .star-rating .star:hover~.star {
    color: #ffc107;
}

#ratingForm .submit-ratingsBtn {
    background: #0c0c38;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

#ratingForm .submit-ratingsBtn:hover {
    background: #6c6a70;
}

.tab-pane {
    display: none;
}

.tab-pane.show.active {
    display: block !important;
}

.tab-pane .view-more-btn {
    background-color: #f4731c;
    color: #fff;
    border: none;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(244, 115, 28, 0.3);
}

.tab-pane .view-more-btn:hover {
    background-color: #d85f12;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(244, 115, 28, 0.4);
}


/* blog css */

.post-listing {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 0px;
    row-gap: 15px;
    height: auto !important;
}

.post-listing .post-item {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: flex-start;
    padding: 8px;
    /* height: 320px !important; */
    /* margin-bottom: -15px; */
    width: 33.33%;
    overflow: hidden;
}

.post-listing .post-item .inner-wrap {
    background: #f5f5f5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    overflow: hidden;
}


.post-listing .post-item .img-link img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    min-width: 140px;
    background: #ddd;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.post-listing .post-item .img-link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    min-width: 140px;
}

.post-listing .post-item .content-wrap {
    background-color: #f5f5f5;
    border-radius: 0px 0px 10px 10px;
    height: 100px !important;
    padding: 20px 10px;
}

.post-listing .post-item .content-wrap .post-header span {
    font-size: 12px;
    color: #888;
}

.post-listing .post-item .content-wrap .post-header h3 {
    font-size: 16px;
    line-height: 25px;
    color: #212529;
    font-weight: 500;
}

.blog-listing-sec {
    padding: 80px 0;
}

.post-listing .post-item .post-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 101;
    height: 100%;
}

.post-listing .post-item:hover .img-link img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}


.blog-sider .widget-wrap {
    margin-bottom: 20px;
}

.blog-sider .widget-wrap:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.blog-sider .widget-wrap .widget-list {
    padding: 0;
    margin: 0;
}

.widget-list .item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.widget-list .item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.widget-list .item .thumb {
    height: 60px;
    width: 60px;
    padding: 5px;
    overflow: hidden;
    background: #ddd;
    border-radius: 8px;
    margin-right: 8px;
}

.widget-list .item .thumb img {
    max-width: 100%;
    width: 100%;
}

.widget-list .item .list-title {
    font-size: 18px;
    font-size: 16px;
    line-height: 25px;
    /* color: #212529; */
    font-weight: 500;
}

.blog-sider .widget-wrap .widget-heading {
    margin-bottom: 30px;
}

.blog-listing-sec .page-link {
    color: #f4731c;
    border: 1px solid #f4731c;
}

.blog-listing-sec .page-item.active .page-link {
    background-color: #2E3192;
    border-color: #2E3192;
    color: #fff;
}

.blog-listing-sec .page-link:hover {
    background-color: #f4731c;
    color: #fff;
    border-color: #f4731c;
}

/* post detail page */

.post-hero {
    margin-bottom: 30px;
}

.post-hero img {
    width: 100%;
    max-height: 400px;
    border-radius: 15px;
    object-fit: cover;
}








@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.upDown {
    animation: floatUpDown 4s ease-in-out infinite;
}


@media (max-width: 1068px) and (min-width: 992px) {
    .navmenu>ul>li>a {
        font-size: 12px;
    }
}

@media(min-width:992px){
.promotion-card .promo-content{
        margin-left: 15%;
        max-width: 600px;
}
}

@media(max-width:1200px){
    .navmenu > ul > li > a {
        padding: 8px 8px;
    }
    .service-wrap .astrology-service-cards {
    padding: 45px 10px 15px;
    min-width: 200px;
}

.astrology-service-cards img {
    width: 85px;
}

.astrology-service-cards p {
    font-size: 12px;
}
}

@media(max-width:991px){
nav#navmenu {
    position: fixed;
    background: #0f055e;
    top: 0;
    left: 0;
    width: 40%;
    min-width: 250px;
    z-index: 99999;
    transition: transform .3s ease-in-out;
    transform: translate(-100%);
}

.navmenu > ul > li.Laung-wrap > a {
    padding: 8px 0;
    display: inline;
}

 .menu-extend nav#navmenu{
 transform: none;
 }

nav#navmenu > ul {
    flex-direction: column;
    height: 100vh;
    align-items: start;
    justify-content: start;
}

nav#navmenu > ul > li {
    text-align: left;
    width: 100%;
}

.navmenu > ul > li > a{
    display: block;
}

.footer {
    display: none;
}


body {
    margin-bottom: 90px;
}
.mobile-bottom-menu {
    display: flex;
}
.header-btns .theme-btn {
    display: none;
}

#header .my-account > li > a span {
    display: none;
}

#header .my-account > li > a {
    padding: 8px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
}

#header .my-account > li > a i {
    display: none;
}
.promotion-card .promotion-image img {
    max-width: 150px;
}

.promo-content h3 {
    font-size: 14px;
}

.promo-content h2 {
    font-size: 20px;
}

.promotional-action-btn .btn {
    font-size: 14px;
}
.service-wrap .astrology-service-cards {
    min-width: auto;
}

.hero-content-wrap h2 {
    font-size: 36px;
}

.hero-slide .hero-image img {
    max-width: 200px;
}

.hero-slide {
    height: 300px;
}

.hero-content-wrap h3 {
    font-size: 26px;
}

.btn-style2 {
    font-size: 14px;
}

.about-content .section-title span {
    font-size: 33px;
}
.sub-services-items .sub-cat-item {
    width: 48%;
}

.bottom-fix-img img {
    max-width: 95px;
}
.bottom-fix-img {bottom: 50px;
}
.header-top .logo img {
    max-width: 137px;
}
#hero {
        background: transparent;
        padding: 20px 0;
        padding-bottom: 0;
}

#accordionFilters {
    display: flex;
    margin-bottom: 25px;
}

#accordionFilters .accordion-item {
    width: 33.33%;
    position: relative;
}

#accordionFilters .accordion-item .accordion-collapse {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 9;
    box-shadow: 2px 2px 6px 0px #a99999;
}

#accordionFilters .accordion-item .accordion-collapse .accordion-body {
    max-height: calc(100vh - 530px);
    overflow: auto;
}
.post-listing .post-item {
    width: 50%;
}

}



@media(max-width:767px){
    .hero-content-wrap h2 {
    font-size: 26px;
}

.hero-content-wrap h3 {
    font-size: 22px;
}

.hero-content-wrap p {
    font-size: 16px;
}


.hero-slide {
    height: 200px;
}

.hero-slide .hero-image img {
    max-width: 150px;
}
.navmenu > ul > li > a {
    font-size: 14px;
}
.mobile-nav-toggle {
    font-size: 24px;
}

#header .my-account>li>a {
    height: 30px;
    width: 30px;
    padding: 2px;
}

.horoscope-desc-view > li {
    padding: 5px 15px;
    font-size: 16px;
}

.paradic-slider .thumbs .swiper-slide {
    height: auto;
}

.paradic-slider .thumbs .swiper-slide .text {
    padding: 5px 10px;
    font-size: 14px;
}
.login-page-c .image-wrap {
    display: none;
}
.punchang-cat-group .ui-home-icon {
    width: 33.33%;
}
}

@media(max-width:580px){
    .service-wrap .astrology-service-cards {
    padding: 35px 10px 15px;
    width: 49%;
}

.astrology-service-cards img {
    width: 75px;
}

.hero-content-wrap h2 {
    font-size: 25px;
}

.hero-content-wrap h3 {
    font-size: 15px;
}

.hero-content-wrap p {
    font-size: 15px;
}

.hero-slide {
    padding: 15px;
    border-radius: 8px;
}

.hero-slide .hero-image img {
    max-width: 100px;
}

.sub-services-items .sub-cat-item {
    width: 98%;
}
.laung-wrap {
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: 0;
    text-align: center;
    top: 0;
    padding: 0;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
}
.prediction-items .image-box {
    width: 70px;
    height: 70px;
}

.prediction-items>.item .title {
    font-size: 14px;
}

.prediction-items>.item {
    padding: 8px;
}

.prediction-items .image-box img {
    width: 70px;
    height: 70px;
}

.lp-banner .lp-content {
    font-size: 14px;
    text-align: center;
}

.lp-banner .lp-content h1 {
    font-size: 26px;
}
.lp-banner .content-image {
    height: 120px;
}

.paradic-slider .text-slide {
    font-size: 14px;
}

body {
    font-size: 14px;
}
.all-lucky-items {
    flex-wrap: wrap;
    gap: 15px;
}

.all-lucky-items .luck-item {
    max-width: none !important;
}
.post-listing .post-item {
    width: 100%;
}

.post-listing .post-item .inner-wrap {
    width: 100%;
}
}

@media(max-width:520px){
    .promotion-card {
    flex-wrap: wrap;
    row-gap: 20px;
}

.promotion-card .promotion-image{
    margin-top: 25px;
    margin-left:auto;
    margin-right: auto;
}

.promotional-action-btn .btn {
    font-size: 12px;
}

.horoscope-day-slider .astro-predic-talk {
    width: 60px;
    height: 60px;
}

.horoscope-day-slider {
    font-size: 12px;
}
.tarot-card-group .card-item {
    width: 50%;
    min-width: auto;
}

.tarot-card-group .card-item>.link .text {
    font-size: 14px;
}
.punchang-cat-group .ui-home-icon>a>img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.promotion-card .promo-content {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
}

.promo-content h3 {
    text-align: left;
}

.promo-content h2 {
    text-align: left;
}

.promotional-action-btn {
    flex-wrap: wrap;
}

.promotion-card {
    min-height: 200px;
}
}


@media(max-width:480px){
.hero-content-wrap h2 {
    font-size: 18px;
}

.hero-content-wrap h3 {
    font-size: 14px;
}

.hero-content-wrap p {
    font-size: 12px;
}


img.img-fluid-numerology-full {
    width: 40px;
}

.box-info-size-full {
    padding: 30px 15px;
}

.box-info-size-full .content .icon-text-style .arrow-image-dropdown {
    right: 0;
}

.box-info-size-full .content .icon-text-style-result {
    font-size: 16px;
}

.death-calculator-section .box-info-size .content .icon-text-style {
    font-size: 18px;
}

.death-calculator-section .box-info-size {
    padding: 30px 15px;
}

.death-calculator-section .box-info-size img {
    width: 40px;
    height: 40px;
}

.death-calculator-section .box-text-flex .box-image {
    width: 40px;
    height: 40px;
}

.death-calculator-section .box-text-flex .red-question {
    font-size: 25px;
    line-height: 25px;
}

.punchang-cat-group .ui-home-icon {
    width: 48%;
}
}

@media(max-width:400px){
    .header-top {
            padding-top: 23px;
        }
}
