/*
	Company: Fixfin Technologies Pvt. Ltd.  
	Developer: Om Prakash Chhetri
	Purpose: Indus Astro Home Page Stylings
	Version: 1.0.1
*/
/*Testimonial name initial badges*/
.testimonial_client_name_initials_badge {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-light);
    border-radius: 100%;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: 'jstSB';
}
.subscription_badge {
    background: var(--primary);
    color: var(--white);
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
    z-index: 999;
    border-radius: var(--bs-border-radius)!important;
    font-size: 12px;
    top: 7px;
}
.landing_page{
	background-color: var(--main-backgound);
	height: 100vh;
}

.main{
	box-sizing: border-box;
}
.landing {
    padding-top: 120px;
    padding-bottom: 20px;
    padding-right: var(--inline-lg-padding);
    padding-left: var(--inline-lg-padding);
    background-color: var(--primary-light); /* Fallback background color */
    background-image: 
        radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%),
        url('../images/main_banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    transition: background-image 0.8s ease-in-out; /* Smooth transition */
}

.zodiac_wrapper{
/*	padding-left: 12px;*/
	max-width: 800px;
}
.zodiac{
	width: 110px;
	text-align: center;
/*	min-height: 190px;*/
}


/* Place Autocomplete CSS Starts */
.autocomplete_container {
  position: relative;
}

.autocomplete_container input {
  width: calc(100% - 43px);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-right: 31px;
  font-size: 15px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: calc(100% + 0px);
  left: 0;
  right: 0;
  
  background-color: var(--white);
}

.autocomplete-items div {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 1px dashed var(--primary);
	font-weight: bold;
}

.autocomplete-items div:last-child {
	border-bottom: none;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: var(--primary-light);
}

.autocomplete-items .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: rgba(0, 0, 0, 0.1);
}

.clear-button {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  
  position: absolute;
  right: 30px;
  top: 0;

  height: 100%;
  display: none;
  align-items: center;
}
.autocomplete_container .clear-button svg {
	height: 18px;
}

.clear-button.visible {
  display: flex;
}


.clear-button:hover {
  color: rgba(0, 0, 0, 0.6);
}
.bPlaceRow {
    overflow: visible;
			}
.autocomplete_container input{
	border: none;
	outline: none;
	width: 100%;
}
/* Place Autocomplete CSS End */

/* Dial Code CSS */
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
	 background-color: rgba(0, 0, 0, 0) !important; 
}


.form_title{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.general_form_wrap{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.form_icons{
	width: 20px;
	height: 20px;
}
.am_label{
	background-image: url('../images/sun.svg');
	font-size: 15px;
	background-position: right 4px center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 45px;
	border: 1px solid #f3f3f3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(243, 243, 243);
  	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  	background-color: var(--white);
}
.pm_label{	
	background-position: right 4px center;
	background-image: url('../images/moon.svg');
	font-size: 15px;
	background-position: right 4px center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 45px;
	border: 1px solid #f3f3f3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(243, 243, 243);
  	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);	
  	background-color: var(--white);
}
.inp_am_pm_label{
	cursor: pointer;
}
label.inp_am_pm_label.active{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(243, 243, 243);
  	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  	background-color: var(--primary-light);
  	color: #000;
}

.inp_am_pm_part_label{
	cursor: pointer;
}
label.inp_am_pm_part_label.active{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(243, 243, 243);
  	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  	background-color: var(--primary-light);
  	color: #000;
}
.inp_ht{
	height: 50px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.gender_btn {
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    transition: background-color 0.3s;
}
.gender_btn img {
    margin-right: 0.5rem;
}
.gender_img{
	width: 13px;
    height: 13px;
}
.gender_btn input[type="checkbox"] {
    display: none;
}
.gender_btn input[type="checkbox"]:checked + label {
    background-color: #046025;
    width: 100%;
    color: var(--white);
    border-color: #046025;
}
.gender_btn label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
}
.gender_btn.male label {
    border-radius: 0 0 0 0.25rem;
}
.gender_btn.female label {
    border-radius: 0 0.25rem 0.25rem 0;
}

.check_round{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.time_btn {
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    transition: background-color 0.3s;
}
.time_btn img {
    margin-right: 0.5rem;
}
.time_btn input[type="checkbox"] {
    display: none;
}
.time_btn input[type="checkbox"]:checked + label {
    background-color: #046025;
    width: 100%;
    color: var(--white);
    border-color: #046025;
}
.time_btn label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1rem;
    width: 100%;
    cursor: pointer;
}

.label_wt{
	min-width: 75px;
	width: 28%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.label_wt2{
	min-width: 75px;
	width: 28%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.label_wt3{
	width: 28%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.submit_btn{
	border: none;
	background-color: var(--main-danger);
	color: var(--white);
}


/******* Hero Section ********/
.user_counter {
	display: inline-block;
	min-width: 85px;
}

.hrscp_counter{	
	display: inline-block;
	min-width: 20px;
}	

/* Background Color CSS Starts */
.background_gred{
    position: relative;
}
.background_gred:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 750px;
    background: radial-gradient(circle at top left, rgba(168, 36, 36, 0.276) 0%, rgba(255, 255, 255, 0.442) 50%);
    background-size: 60% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
	aspect-ratio: 1;	
}

.background_gred:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 400px;
    background: radial-gradient(circle at bottom right, rgba(255, 242, 232, 0.736) 0%, rgba(255, 255, 255, 0.579) 50%);
    background-repeat: no-repeat;
	aspect-ratio: 1;	
	z-index: -1;
}
/* Background Color CSS Starts */

/*****Our Services Section Start*****/
.services{
	padding-top: 8px;
	padding-right: var(--inline-lg-padding);
    padding-left: var(--inline-lg-padding);
	padding-bottom: 50px;  
}

.service_card_wrapper{
	z-index: 1;
}
.services_sm_wrp{
	padding-top: 50px;
}
.service_opt_wrapper{
	position: relative;
}
.filter_sec_dv{
	height: 40px;
	display: none;
}
.service_desc_wrapper{
	position: relative;
}
.indusastro_currency{
	position: absolute;
	right: 0;
	top: 5%;
}

.service_icon {
	width: 70px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-light);
	border-radius: 100%;
	border: 1px solid var(--white);
	margin-inline: auto;
	box-shadow: 0px 25px 30px 2px rgba(0, 0, 0, 0.2);
}
.service_title{
	font-family: 'jstSB';
}

.type_btn{
	width: 120px;
	border: 0;
	color: var(--secondary400);
	background-color: transparent;
	border-bottom: 1px solid var(--main-backgound);
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;

}
.active{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid var(--main-danger) !important;
	color: var(--danger);
}
.product_buy_btn {
	font-size: 14px;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	display: inline-block;
}
.service_wrapper{
	width: 100%;
}

.service_card{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 100%;
	border-radius: 8px;
	box-shadow: 0 0 3px 3px var(--main-backgound);	
	cursor: pointer;
	height: 100%;
}

.p_cst_wt{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 90%;
}

.service_card_premium{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 0 3px 3px var(--main-backgound);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

/***** Our Services Section End *****/

/***** Our Products Section Starts *****/
.products{
	padding-top: 8px;
	padding-bottom: 50px;
	padding-right: var(--inline-lg-padding);
    padding-left: var(--inline-lg-padding);
}

.product_desc_wrapper{
	position: relative;
}
.products_card{
	padding-bottom: 10px;
	border: 1px solid var(--gray200);
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.products_card_content{
	width: 100%;
	height: 50%;
}
.p_cst_wt3{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.products_card .img {
	overflow: hidden;
	width: 100%;
}

.products_card .img .blog_img {
	width: 100%;
	height: auto;
	margin-inline: auto;
	aspect-ratio: 2;
}
.product_price_p{
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: -1px;
	padding-right: 2px;
}
.comment_count{
	text-align: end;
}
.prdt_spfct{
	flex-wrap: wrap;
	gap: 5px;
}
.prdt_spfct p{
	margin-bottom: 10px;
	line-height: 10px;

}

/***** Our Products Section End *****/


/***** Astro Latest Blogs Starts *****/
.blog{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: var(--inline-lg-padding);
    padding-left: var(--inline-lg-padding);
}

.blog_card{
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 100%;
	box-shadow: 0 0 3px 3px var(--main-backgound);
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
}

.blog_card_content{
	width: 100%;
	height: 60%;
}
.blog_card_content .jstSB{
	min-height: 59px;
}
.blog_img_pos{
	position: relative;
}
.blog_desc_sec{
	min-height: 75px;
}
.blog_like_count{
	display: flex;
	align-items: center;
/*	color: var(--primary);*/
}
.blog_like_count img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
	width: 18px;
}
.blog_view_count{
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.blog_view_count img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
	width: 15px;
	margin-bottom: 2px;
}
.blog_comment_count{
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.blog_comment_count img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
	width: 15px;
}
.publish_date{
	position: absolute;
	width: 125px;
	bottom: -15px;
	left: calc((100% - 125px) / 2);
	z-index: 10;
	box-shadow: 1px 2px 2px var(--main-backgound);
}

.blog_card .img{
	width: 100%;
}
.blog_card .blog_img{
	width: 100%;
	aspect-ratio: 2;
}

.p_cst_wt2{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}

.blog_img{
	width: 380px;
	height: auto;
	margin-inline: auto;
}


.read_more_arrow{
	width: 10px;
	height: auto;
}
.crumbs_arrow{
	width: 7px;
	height: auto;
}
.read_more_btn{
	transition: all .3s ease;
	background-color: var(--white);
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

.blog_card:hover .read_more_btn{
	padding-left: 10px;
	transform: scale(1.1);
	color: var(--white);
	background-color: var(--danger)!important;
}

.read_more_btn:hover{
	padding-left: 10px;
	transform: scale(1.1);
	color: var(--white);
	background-color: var(--danger)!important;
}
.read_more_btn:hover .read_more_arrow{
	filter: brightness(0) invert(1);
}
.blog_card:hover .read_more_arrow{
	filter: brightness(0) invert(1);
}


/***** Astro Latest Blogs Ends *****/


/* Astro Testimonials Starts   */

/**** Ad Section Starts ****/
.ad_main_wrapper{
	cursor: pointer;
}
.ad_banner_col{
	padding-left: 12px;
	padding-right: 12px;
}
.ad_banner{
	width: 100%;
	height: 220px;
	margin-bottom: 50px;
	position: relative;
}
.ad_content{
	padding: 20px;
}
.ad_cont_txt{
	background-color: var(--primary);
	display: inline-block;
	padding: 5px;
}
.ad_img{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ad_banner_img{
	min-height: 50px;
	min-width: 50px;
	width: 100%;
	height: auto;
}
.ad_content{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
}
.ad_action_icn{
	width: 20px;
	height: 20px;
}

/**** Ad Section Starts ****/

.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: var(--inline-lg-padding);
    padding-left: var(--inline-lg-padding);
}

.testimonials_wrapper{
	padding-left: 12px;
}
.testimonials_card{
	margin-top: 20px;
	width: 100%;
	min-height: 320px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

.testimonials_img_wrapper{
	position: relative;
	min-height: 20%;
	width: 100%;	
}

.testimonial_img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 120px;
	height: 120px;
	border-radius: 50px;

}

.p_cst_wt3{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.expert_img_wrapper{
	position: relative;
/*	width: 100px !important;*/
}
div.experts_wrapper div.slick-slide{
/*	width: 100px !important;*/
	height: 100px;
}
.expert_img{
/*	width: 100px;*/
	height: 70px;
	margin: auto;
}
.active_dot{
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	margin: auto;
}

/* Subscription Plans */
.plans{
/*	border-radius: 10px;*/
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: var(--inline-lg-padding);
    padding-left: var(--inline-lg-padding);
}
.plans_desc_wrapper{
	position: relative;	
}
.plans_card {
	margin-top: 20px;
	padding-bottom: 25px !important;
	position: relative;
	min-height: 600px;
	box-shadow: 0;
  	transition: box-shadow .5s;
	width: 100%;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 15px;
	overflow: hidden;
}

.plans_card:hover{
	transition: all .1s easy;
/*	border: 1px solid var(--danger-light);*/
	box-shadow: 0 0 10px var(--danger);
	transform-origin: top;
}
.plans_card_content{
	width: 100%;
	height: 100%;
}
.card_bg_img {
    width: 230px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease; 
}
.plans_desc{
	min-height: 300px;	
}
.plans_desc ul{
	list-style: none;
	list-style-image: url('../images/list_style.svg');
	padding-left: 20px;
	font-size: 14px;
}
.plans_desc ul li{ 
	color: var(--muted-dark);
	margin-bottom: 10px;
}
.short_desc{
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plans_main_card_wrapper{
	min-height: 650px !important;
}

.plans_card:hover .card_bg_img {
    transform: scale(1.5);
}

.plans_btn{
	margin: 0;
	color: var(--danger);
	background-color: var(--white);
	border: 1px solid var(--danger);
	width: 100px;
}
.get_plan_btn{
    transition: all .5s ease; 
}
.get_plan_btn:hover{
	opacity: .9;
}
.plans_btn_wrapper{
/*	width: 70%;	*/
}
.plan_type_desc {
	width: 300px;
}
.ganesh_sm_logo{
	position: absolute;
	bottom: 100px;
	left: 20px;
	width: 100px;
	opacity: .3;
}
.price_text{
	font-size: 54px;
	white-space: nowrap;
}
.price_text + p{
	white-space: nowrap;
}



/* Load More */
.load_more{
}


/* Popup CSS */
.common_popup {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
/*	background-color: rgba(255, 249, 232, .4);*/
	z-index: 99999;
}
.common_popup_inner {
	background-color: var(--primary-light);
	width: 600px;
/*	height: 330px;*/
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px 5px rgba(200, 140, 140, 0.6);
}
.zodiac_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zodiac_name{

}
.select_language{
	border: none;
	font-size: 14px;
	border-radius: 8px;
	background-color: var(--white);
	padding: 5px;	

}
.zodiac_desc{
	font-size: 13px;
	line-height: 1.6;
}
.sun_icon1 {
	position: absolute;
	opacity: .1;
	width: 187px;
	top: -76px;
	left: -85px;
}
.sun_icon2 {
	position: absolute;
	opacity: .1;
	width: 205px;
	bottom: -111px;
	right: -46px;
}
.moon_icon {
	position: absolute;
	opacity: .05;
	width: 140px;
	left: 150px;
	top: 50%;
}
.star_icon {
	position: absolute;
	opacity: .2;
	width: 44px;
	top: 19px;
	right: 190px;
	transform: rotate(-10deg);
}
.zodiac_img_wrapper{
/*	width: 100px;*/
}

.fltr_primary{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
}
.zodiac_img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
	opacity: .85;
	width: 150px;
}
.lucky_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.close_popup{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 15px;
}
.close_popup img{
	width: 10px;
}
.stats{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stat_circle{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
}
@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

.pie {
  --p:20;
  --b:12px;
  --c:white;
  --w:100px;
  --h: 100px;
  width:var(--w);
  height: var(--h);
  aspect-ratio:1;
  position:relative;
  display:inline-grid;
  margin:5px;
  place-content:center;
  font-size:25px;
  font-weight:bold;
  font-family:sans-serif;
}
.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
  background-color: rgba(120,62,90,.1) !important;
}
.pie:before {
  inset:0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  	-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.pie p{
	color: var(--primary);
}
.animate {
  animation:p 1s .5s both;
}
.no-round:before {
  background-size:0 0,auto;
}
.no-round:after {
  content:none;
}
@keyframes p {
  from{--p:0}
}


/**** Common CSS Ends *****/
.policypage_title{
	font-family: jstM;
	font-size: 32px;
}
.pp_img01-p {
    float: right;
    width: 445px;
    margin-bottom: 0 !important;
}
.pp_img02-p {
    float: left;
    width: 422px;
    margin-bottom: 0;
}
.pp_img03-p {
    float: right;
    width: 450px;
}
.pp_img04-p {
    width: 400px;
    float: left;
}
.pp_img {
    width: 100%;
}
.stcpg_hd5 {
    font-family: 'jstM';
    font-size: 18px;
}
.stcpg_p {
    font-size: 13px;
/*    text-align: justify;*/
}
.stcpg_oul {
    font-size: 13px;
/*    text-align: justify;*/
    padding-left: 20px;
}


.ganeshji_img {
    width: 60px;
    height: auto;
    filter: brightness(0) invert(1);
}
.ganeshji_txt_dv {
    padding-left: 25px;
    transition: all .3s ease;
}
.ganeshji_txt {
    font-size: 24px;
    margin-bottom: 0;
    font-family: jstM;
    color: var(--white);
}
.hpbnr_ganeshji_wrap {
    margin-bottom: 10px;
}
.banner_hd1 {
    font-family: jstSB;
    font-size: 52px;
    line-height: 65px !important;
    margin-bottom: 15px;
}
.banner_txt1 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.banner_btn {
    display: inline-flex;
    background-color: var(--white);
    color: var(--primary) !important;
    width: 180px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.banner_btn:hover{
	color: var(--primary) !important;
}
.banner_btn_p {
    margin-bottom: 50px;
}
.banner_btn_p a{
    cursor: pointer;
}
.bnrbtn_arrow_img{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
}
.hpbnr_zodiacbx_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.hpbnr_zodiac_box {
	background-color: var(--white);
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	/*padding-top: 50px;
	padding-bottom: 20px;*/
	position: relative;
	width: 15%;
/*	height: 110px;*/
	margin-bottom: 60px;
	box-shadow: 0 3px 7px rgb(0 0 0 /5%);
	border-radius: 12px;
	cursor: pointer;
	aspect-ratio: 1;
}
.form_section{
	padding-bottom: 60px;
}
.hpbnr_zodiac_box:hover .hpbnr_zbox_icndv {
    background-color: var(--primary);
}
.hpbnr_zbox_icn{
	width: 35px;
	height: auto;
}
.capricorn_icon{
	filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
}
.hpbnr_zbox_icn_wt{
	width: 27px !important;
}
.hpbnr_zodiac_box:hover .hpbnr_zbox_icndv .hpbnr_zbox_icn {
    filter: brightness(0) invert(1);
}
.hpbnr_zbox_icndv {
	transition: all .4s ease;
	background-color: var(--primary-light);
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	width: 65%;
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-bottom: 8px;
	top: -33%;
	left: 17%;
	aspect-ratio: 1;
}
.hpbnr_zbox_name {
	margin-bottom: 0;
	font-family: jstR;
	font-size: 20px;
	color: var(--primary);
	padding-top: 60%;
}

/*----- Form -----*/
.hp_form_wrap {
    max-width: 500px;
    margin-left: auto;
    height: 100%;
    background-color: var(--white);
    border-radius: 10px;
	
}
.hp_bnrfrm_header_dv {
    background-color: var(--primary);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    padding: 18px 5px;
}
.hp_bnrfrm_header_l_dv {
    background-color: var(--primary);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    padding: 18px 20px;
}
.hp_bnrfrm_hd {
    margin-bottom: 0;
    font-size: 110%;
    font-family: jstR;
    color: var(--white);
}
.hp_bnrfrm_hd span {
    text-transform: uppercase;
}
.hp_bnrfrm_sub_hd {
    margin-bottom: 0;
    font-size: 16px;
    font-family: jstR;
    color: var(--white);
}
.general_form_wrap {
/*    background-color: var(--white);*/
    padding: 20px;
}
.general_form_input_rw {
    margin-bottom: 20px;
    position: relative;
}
.mndfld{
	display: block;
	position: absolute;
	bottom: -25px;
}
#accgifimg{
	position: absolute;
	bottom: -30px;
}
.general_form_label {
    font-family: 'jstR';
    font-size: 15px;
    color: var(--muted-dark);
}
.general_form_input_field {
    width: 100%;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    height: 45px;
    padding: 0 5px 0 10px;
    color: #000 !important;
    font-family: jstR;
    font-size: 15px;
    outline: 0 !important;
    background-color: var(--white);
    -webkit-appearance: none;
    -moz-appearance: none;
}


.date_time_input{
	border: none;
	outline: none;
	background-color: var(--white);
}
.input_field_icn_user {
    background-image: url('../images/user-profile.svg');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}
.input_field_icn_male {
    background-image: url('../images/Gender-male.svg');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}
.input_field_icn_female {
    background-image: url('../images/Gender-female.svg');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}
.input_field_icn_place {
    background-image: url('../images/location.svg');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}
.input_field_icn_phone {
    background-image: url('../images/phone-call.png');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}
.input_field_icn_email {
    background-image: url('../images/email.png');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}
.input_field_icn_language {
    background-image: url('../images/language.png');
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    padding: 0 30px 0 10px;
}

.general_form_btn {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white) !important;
    border-radius: 4px;
/*    width: 115px;*/
	padding-left: 20px;
	padding-right: 20px;
    height: 48px;
    font-size: 15px;
    font-family: 'jstM';
}
.gf_gender_radio_btn_wrap {
    display: flex;
    justify-content: space-between;
}
.gf_interest_radio_btn_wrap {
    display: flex;
    align-items: center;
}
.gf_gender_radio_btnbx {
    width: 48.5%;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    height: 45px;
    padding: 0 5px 0 10px;
    color: #000 !important;
    font-family: jstR;
    font-size: 15px;
    outline: 0 !important;
    background-color: var(--white);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.gf_gender_radio_btnbx.active{
	background-color: var(--primary-light) !important;
}
.part_gender_radio_btnbx {
    width: 48.5%;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    height: 45px;
    padding: 0 5px 0 10px;
    color: #000 !important;
    font-family: jstR;
    font-size: 15px;
    outline: 0 !important;
    background-color: var(--white);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.part_gender_radio_btnbx.active{
	background-color: var(--primary-light) !important;
}

.gf_mstatus_radio_btnbx, .part_mstatus_radio_btnbx {
	justify-content: center;
    width: 24%;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    height: 45px;
/*    padding: 0 5px 0 10px;*/
    color: #000 !important;
    font-family: jstR;
    font-size: 15px;
    outline: 0 !important;
    background-color: var(--white);
    display: flex;
    align-items: center;
    cursor: pointer;

}
.gf_mstatus_radio_btnbx input{
	position: absolute;
}
.gf_mstatus_radio_btnbx.active , .part_mstatus_radio_btnbx.active{
	background-color: var(--primary-light) !important;
}
.gf_interest_radio_btnbx {
	width: 25%;
	border: 1px solid #f3f3f3;
	box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
	height: 45px;
	padding: 0 5px 0 10px;
	color: #000 !important;
	font-family: jstR;
	font-size: 15px;
	outline: 0 !important;
	background-color: var(--white);
	display: flex;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.gf_interest_radio_btnbx.active{
	background-color: var(--primary-light) !important;
}

.radio_span label {
    font-family: 'jstR';
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}
.form_step01 {
    min-height: 665px;
}
.form_step_wrap {
    min-height: 100%;
}
.form_step_wrap .general_form_input_rw {
    margin-bottom: 30px;
}
.agree_a{
	font-weight: 600;
}
.agree_a:hover{
	color: var(--primary);
	opacity: .8;
}
.addon_label{
	border-right: 1px solid var(--primary-light);
	padding-right: 5px;
}

.addon_label:last-child{
	border-right: unset;
	padding-right: unset;
}
.hp_sec_hdtag_line {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.hp24_testimonial_box {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}
.hp24_testimonial_quotename_wrap {
    position: relative;
    display: flex;
}
.hp24_testimonial_quote_dv {
    display: inline-flex;
    width: 90px;
    height: 90px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.hp24_testimonial_quote_dv::before {
    content: '';
    position: absolute;
    top: -90%;
    left: -90%;
    width: 200%;
    height: 200%;
    background-color: var(--primary-light) !important;
    z-index: -1;
    border-radius: 100%;
}
.testimonial_quote_icn {
    width: 40px;
}
.hp24_testimonial_name1_dv {
    align-items: center;
    display: inline-flex;
    padding-left: 22px;
    width: calc(100% - 90px);
}
.testimonial_paragraph {
    padding: 20px 10px 0;
    margin-bottom: 30px;
    min-height: 65px;
    max-height: 150px;
    overflow-y: auto;
}
.hp24_testimonial_author_info_wrap {
    padding: 0 10px 0 15px;
    display: flex;
    align-items: center;
}

.hp24_testimonial_author_info_wrap {
    padding: 0 10px 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hp24_testimonial_author_img_dv {
    width: 70px;
}
.hp24_testimonial_author_img {
    width: 100%;
    border-radius: 100%;
}
.hp24_testimonial_author_name_dv {
    width: calc(100% - 75px);
    padding-left: 15px;
}
.hp24_testimonial_author_name {
    font-family: 'jstSB';
    font-size: 17px;
    margin-bottom: 0;
}
.hp24_testimonial_caligraphyname {
    line-height: 2.3rem;
    margin-bottom: 0;
}

.hp24_speakastro_rw {
    background-color: var(--primary-light);
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hp24_spkastrologer_box {
    position: absolute;
    background-color: var(--white);
    width: 300px;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}
.hp24_spkastrologer_img_dv {
    width: 69px;
}
.hp24_spkastrologer_img {
    width: 100%;
}
.hp24_spkastrologer_name_dv {
    padding-left: 10px;
    width: calc(100% - 69px);
}

.sabox01 {
    top: 95px;
    left: 12%;
}
.sabox02 {
    top: calc(50% - 45px);
    left: 5%;
}
.sabox03 {
    bottom: 95px;
    left: 12%;
}
.sabox04 {
    top: 95px;
    right: 12%;
}
.sabox05 {
    top: calc(50% - 45px);
    right: 5%;
}
.sabox06 {
    bottom: 95px;
    right: 12%;
}
.hp_spkastro_hdtag_line {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.col_ftr24_logo_abt {
    padding-right: 80px;
}
.popup {
    border-radius: 5px;
    overflow: hidden;
}


/*################################ Responsive #Start #######################*/
/*########################################### Responsive #Start ############*/
/*############### Responsive #Start ########################################*/


@media screen and (max-width: 1440px){
	.hpbnr_zodiac_box{
		margin-bottom: 50px;
	}
	.form_section{
		padding-bottom: 50px;
	}
}


@media screen and (max-width: 991px){
	.filter_sec_dv{
		display: block;
	}

}

@media screen and (max-width: 1745px) {
	.price_text{
		font-size: 40px !important;
	}
}

@media(max-width: 1562px){
	.time_wrapper{
		flex-direction: column;
	}
	.time_btn{
		width: 50%;
	}
}

@media(max-width: 1440px){
	.publish_date{
		right: 30%;
	}
	/*.landing {
	    padding-right: 115px;
	    padding-left: 115px;
	}*/
	.zodiac {
	    width: 105px;
	    min-height: 190px;
	}

}

@media screen and (max-width: 1440px){
	.hpbnr_zbox_name{
		font-size: 16px;
	}
}

@media (min-width: 1746px) and (max-width: 1080px) {
	.plans_main_card{
		width: 33.33% !important;
	}
}


@media (min-width: 768px) and (max-width: 1185px){
	.hpbnr_zodiac_box{
		width: 23%;
	}
}
@media screen and (max-width: 768px){
	.hp_form_wrap{
		min-width: 100% !important;
	}
}

@media (min-width: 990px) and (max-width: 1440px){
	.service_card_wrapper{
		width: 33.3% !important;
	}
	.product_card_wrapper{
		width: 33.3% !important;
	}
}
@media (min-width: 575) and (max-width: 990px){
	.service_card_wrapper{
		width: 50% !important;
	}
	.product_card_wrapper{
		width: 50% !important;
	}
}
@media(max-width: 1440px) and (min-width: 1080px){	
	.cstm_wt_products{
		width: 30% !important;
	}
	
}
@media (min-width: 767px) and (max-width: 1080px)  {
	.cart_context_menu_wrapper{
		right: var(--inline-md-padding) !important;
	}
	.landing_sm_sc{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.landing{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.testimonials{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.services{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.products{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.blog{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.plans {
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.cstm_wt_products{
		width: 40% !important;
	}
	.landing_page_navbar{
		padding-left: var(--inline-md-padding);
		padding-right: var(--inline-md-padding);
	}
	.main_section{
		padding-left: var(--inline-md-padding) !important;
		padding-right: var(--inline-md-padding) !important;
	}	
}

@media(max-width: 1255px){
	.nav_options{
		display: none;
	}
	.footer_bottom {
	    flex-direction: column;
	}
	.zodiac {
	    width: 100px;
	}

}

@media (max-width: 1199px){
	.heading_text1 {
	    font-size: 25px;
	}
	
}

@media screen and  (max-width: 1270px){
	.cart_context_menu_wrapper{
		top: 75px !important;
	}
}

@media screen and (min-width:992px) and (max-width: 1199px){
	.footer .col-lg-2 {
	    width: 22%;
	}
}


@media (max-width: 1099px){	
	.zodiac {
	    min-height: auto;
	}
	.banner_hd1 {
	    font-size: 45px;
	    line-height: 55px !important;
	    margin-bottom: 35px;
	}
	.hpbnr_zbox_icndv {
	    /*width: 98%;
	    height: 60px;*/
	}
	.nav_menu_lnk {
	    color: var(--white);
	}
	.nav_sm_cart_btn{
		display: none;	
	}

}


@media screen and (max-width: 1270px){
	.landing_page_navbar .navbar-expand-lg .navbar-collapse {
	    display: none !important;
	}
	.landing_page_navbar .navbar-expand-lg .navbar-toggler {
	    display: block;
	    margin-inline: 5px;
	}
	.landing_page_navbar .navbar-expand-lg .navbar-toggler::last-child {
	    margin-right: 0 !important;
	}

}


@media screen and (min-width:992px){
	.fixed_sidebar_arrow_btn_dv{
		display: none !important;
	}
	.sort_filter_introhd_wrap {
	    display: none !important;
	}
}


@media screen and (max-width:991px){
	.col-ftr-asstnc .ps-5 {
	    padding-left: 0 !important;
	}
	.col-ftr-prm-rprt .ps-4 {
	    padding-left: 0 !important;
	}
	.landing{
		padding-top: 120px;
	}
	.rw01-col01 {
	    order: 1;
	}

	.sort_filter_introhd_wrap{
		width: 270px;
	}

	.col_ftr24_logo_abt {
	    padding-right: calc(var(--bs-gutter-x) * .5);
    	margin-bottom: 40px;
	}
	.footer_bottom_rgt_cards_wrap {
	    text-align: center;
	}
	.footer_bottom {
	    text-align: center;
	}
	.hp24_speakastro_rw {
	    padding-top: 50px;
	    align-items: start;
	    display: block;
	    height: auto;
	    padding-bottom: 75px;
	}
	.hp24_spkastrologer_box {
	    position: relative;
	    top: unset;
	    left: unset;
	    right: unset;
	    bottom: unset;
    	margin-bottom: 15px;
	}
	.hp24_spkastrologer_box_wrap {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	}

	#navbarNavAltMarkup .ms-5{
		margin-left: 0 !important;
	}
	.nav_menu_lnk_wrap {
	    background-color: var(--white);
	    padding: 20px 15px;
	    border-bottom: 5px solid var(--primary);
	    width: 200px;
	    position: fixed;
	    top: 50px;
	    right: 0px;
	}
	.nav_menu_lnk{
		color: var(--primary) !important;
	}
	.nav_menu_lnk {
	    color: var(--white);
	    font-family: 'jstR';
	    letter-spacing: 0.3px;
	    padding: 5px 0;
	    border-bottom: 1px dashed rgb(255 255 255 / 5%);
	    font-size: 14px;
	}
	.product_sidebar_col_wrap {
	    position: fixed;
	    top: 0;
	    right: -300px;
	    padding: 0 !important;
	    width: 300px !important;
    	height: 100vh;
	    z-index: 1000;
	    transition-duration: .3s;
	}
	.product_sidebar {
	    position: relative;
	    overflow-y: auto;
	    height: 100vh;
	    width: 270px;
	    left: 0;
	    top: 0;
	    z-index: 1000;
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 0;
	    transition-duration: .2s;
	}
	.sidebar_filter_btn{
        display: unset;
    }
	.product_comments_txt {
	    width: 85%;
	    padding: 10px;
	    margin-bottom: 8px;
	    border-radius: 10px;
	}

}

@media screen and (min-width:768px) and (max-width: 991px){
	.zodiac {
	    width: 23%; 
	    margin: 1% !important; 
	}
	.pp_img01-p {
        width: 245px;
    }
    .pp_img02-p {
        width: 300px;
    }
    .pp_img03-p {
        width: 320px;
    }
    .pp_img04-p {
        width: 300px;
    }
    .banner_txt1 {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 20px;
	}
	.hpbnr_zbox_name {
	    font-size: 12px;
	    font-weight: 600;
	}
	.pdrbox_clientinfo_dv {
	    width: 35%;
	}
	.pdrbox_clientrevw_dv {
	    width: 65%;
	    padding-left: 15px;
	}
	.product_details_comment_entry_wrap {
	    width: 45%;
	    padding-right: 10px;
	}
	.product_details_comments_record_wrap {
	    width: 55%;
	    padding-left: 10px;
	}
	.product_review_providebx_star_p small {
	    margin-right: 5px;
	}
	.product_review_provide_rgt {
	    margin-left: 20px;
	    padding-left: 20px;
	}
}

@media screen and (max-width: 767px){
	.cart_context_menu_wrapper{		
		right: var(--inline-sm-padding) !important;
	}
	.landing_page_navbar{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.services{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.products{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.blog{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.testimonials{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.plans{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.footer{
		padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.bottom{
		padding-left: 50px;
		padding-right: 50px;
	}
	.landing {
	    padding-left: var(--inline-sm-padding);
		padding-right: var(--inline-sm-padding);
	}
	.main_section{
		padding-left: var(--inline-sm-padding) !important;
		padding-right: var(--inline-sm-padding) !important;
	}

}

@media(max-width: 768px){
	.row{
/*		justify-content: center;*/
	}
	.testimonials {
	    padding-bottom: 25px;
	}
	.footer_bottom_lft {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	.footer_bottom_lft p{
	    text-align: center;
	}
	.cards.footer_bottom_rgt {
	    text-align: center;
	}

	.ad_banner {
		height: 150px;
	}

}

@media screen and (max-width: 991px){
	.slick-arrow {
	    display: none !important;
	}
}

@media(max-width: 767px){
	.hide_below767{
		display: none !important;
	}
	.speak_hd {
	    text-align: center;
	}
	.speak_txt {
	    text-align: center;
	}
	.hp_frm_sec_hd {
	    font-size: 14px;
	    font-family: 'jstM';
	}
	.input-group-text {
	    font-size: 13px;
	}
	.form-control {
	    font-size: 13px !important;
	}
	.gender_btn label {
	    font-size: 13px;
    	padding: 0rem 1rem;
	}
	.time_btn label {
	    font-size: 13px;
    	padding: 0rem 1rem;
	}
	.inp_ht {
	    height: 40px;
	}


	.pp_img01-p {
        width: 245px;
        float: none;
        margin: 0 auto;
    }
    .pp_img02-p {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
    .pp_img03-p {
        width: 320px;
        float: none;
        margin: 0 auto;
    }
    .pp_img04-p {
        width: 300px;
        float: none;
        margin: 0 auto 5px;
    }
    .stcpg_hd5 {
        font-size: 17px;
    }
    .stcpg_p {
        font-size: 12px;
        text-align: justify;
    }
    .stcpg_oul {
        font-size: 12px;
		/*text-align: justify;*/
    }
    .hp24_testimonial_rw {
	   /* padding-left: 10px;
	    padding-right: 10px;*/
	}
	.hp24_testimonial_rw .slick-arrow {
	    display: none;
	}

	.footer_main {
	    text-align: center;
	}
	.footer_socials_lnk_wrap {
	    justify-content: center;
	}
	.footer_socials_lnk_wrap .ftr24_social_lnk:nth-last-child(1) {
	    margin-right: 0;
	}
	.footer24_lnk_sec .col-sm-4 {
	    margin-bottom: 30px;
	}

	.slick-arrow {
	    display: none !important;
	}
	.footer24 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.banner_hd1 {
	    text-align: center;
	}
	.banner_txt1 {
	    text-align: center;
	}
	.banner_btn_p {
	    text-align: center;
	}
	.hpbnr_ganeshji_wrap {
	    justify-content: center;
	}

	.footer, .footer::before{
		background-image: none;
	}

	.product_details_review_box.d-flex {
	    flex-direction: column;
	}
	.pdrbox_clientinfo_dv {
	    width: 100%;
	}
	.pdrbox_clientrevw_dv {
	    width: 100%;
	    padding-left: 0;
	    padding-top: 5px;
	    border: 0;
	}
	.product_details_comment_sec_wrap {
	    flex-direction: column;
	}
	.product_details_comment_entry_wrap {
	    width: 100%;
	    padding-right: 0px;
	}
	.product_details_comments_record_wrap {
	    width: 100%;
	    padding-left: 0px;
	    padding-top: 10px;
	    border-left:0;
	    border-top:1px solid rgb(0 0 0 / 7%);
	}
	.product_provide_review_count {
	    display: block;
	}
	.product_review_providebx_btn_p .button {
	    margin-left: 0;
	}


}

/* Home */
@media (min-width: 575px) and (max-width: 615px){
	.stat_circle{
		width: 140px !important;
	}
}

@media (min-width: 500px) and (max-width: 575px){
	.stat_circle{
		width: 130px !important;
	}
}

@media screen and (max-width: 635px){
	.stats{
		justify-content: center;
	}
	.zodiac_wrapper{
		align-items: start;
		flex-direction: column-reverse;
	}
	.zodiac_img_wrapper{
		width: 170px;
		z-index: 1;
		margin-bottom: 20px;
	}
	.zodiac_desc{
		text-align: justify;
	}
	.lucky_wrapper {
		position: absolute;
		right: 20px;
		top: 100px;
		flex-direction: column;
		align-items: start;
	}
	.lucky_color{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 450px){
	.lucky_wrapper {
		position: absolute;
		right: 0px;
		top: 120px;
		flex-direction: column;
		align-items: start;
	}
	.lucky_color{
		margin-bottom: 5px;
	}
	.zodiac_img{
		width: 100px;
	}
}

@media (min-width: 395px) and (max-width: 635px){
	.pie{
		width: 95px;
		height: 95px;
	}
}

@media screen and (max-width: 395px){
	.stat_circle{
		width: 95px;
		aspect-ratio: 1;
	}
	.pie {
		height: 75px;
		--b: 8px;
		aspect-ratio: 1;
	}
	.lucky_label{
		font-size: 14px;
	}
	.zodiac_desc{
		max-height: 250px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.zodiac_img_wrapper{
		margin-bottom: 10px;
	}
}

@media (min-width: 520px) and (max-width: 650px) {
	.ad_desc {
		font-size: 16px;
	}
}

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

	.ad_banner_col{
		max-height: 140px !important;
	}
	.ad_sign{
		font-size: 10px !important;
	}
	.ad_banner{
		height: 95px !important;
	}
	.ad_content{
		padding: 5px !important;
	}
	.ad_heading {
		font-size: 14px !important;
		margin-bottom: 5px;
	}
	.ad_desc{
		font-size: 10px !important;
	}
}

@media(max-width: 700px){
	/* Services Type Btn Start */
	.type_btn{
		width: 100px;
	}
	/* Services Type Btn End */

	.horoscope{
		padding-top: 0 !important;
	}
	.heading{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.ganesh_logo{
		text-align: center;
	}
	.ganesh_logo img{
		width: 60px;
	}
	.check_horoscope{
		text-align: center;
		font-size: 12px;
	}
	.heading_text1{
		font-family: 'jstR';
		font-weight: 500;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.heading_text2{
		text-align: center;
		font-size: 14px;
	}
	.ul.footer_ul li{
		text-align: center;
	}

	.top_heading {
	    justify-content: center;
	}
	.rw01-col01 {
	    padding-top: 0 !important;
	}
	.form_title {
	    font-size: 14px;
	}
	.form_title .font_semi {
	    font-size: 17px;
	}
	.policy_pagepadcontrol {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	.banner_hd1 {
	    font-size: 20px;
	    line-height: 35px !important;
	}
	.hpbnr_zodiac_box {
	    width: 24%;
	    margin-bottom: 13%;
	}
	.ganeshji_txt_dv {
	    padding-left: 20px;
	}
	.hpbnr_ganeshji_wrap {
	    width: 255px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.ganeshji_txt {
	    font-size: 20px;
	}
	.banner_txt1 {
	    font-size: 17px;
	}
	.hp_bnrfrm_hd {
	    font-size: 100%;
	}	
}

/* Home */

@media(max-width: 560px){
	.product_review_provide_wrap.d-flex {
	    flex-direction: column;
	}
	.product_provide_review_count {
	    display: inline-block;
	}
	.product_review_provide_rgt {
	    margin-left: 0;
	    border-left: 0;
	    padding-left: 0;
	    padding-top: 10px;
	    border-top: 1px dashed rgb(0 0 0 / 20%);
	    margin-top: 10px;
	}
	.product_review_providebx_btn_p .button {
	    margin-top: 5px;
	}
	.popup_header_title {
	    font-size: 16px;
	}
}

/* Context Menu Resp. */
@media screen and (max-width: 490px){
	.cart_context_menu_wrapper{
		width: 90%;
	}
	.cart_context_menu{
		width: 100%;
	}
}


@media(max-width: 390px){
	.top_heading{
		display: block !important;
		margin: auto;
	}
	.heading_text1{
		font-size: 20px;
	}
	.heading_text2{
		font-size: 18px;
	}
	.product_drc_tab_btn {
	    padding: 0 8px 2px;
	    font-size: 14.5px;
	}
}


.skip_report_btn{
	background-color: transparent;
	color: var(--primary);
	border: none;
	cursor: pointer;
}

/* Loader CSS Start */
@keyframes pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes l9 { 
  100%{transform: rotate(1turn)}
}

/* Loader CSS End */

/* Firefox-specific styles */
@-moz-document url-prefix() {
   .blog_sm_img_wrapper {
		max-width: 100px;
		overflow: hidden;
		border-radius: 10px;
	}
}

/* Chrome-specific styles */
@supports (-webkit-appearance: none) {
    .blog_sm_img_wrapper {
		min-width: 100px;
		overflow: hidden;
		border-radius: 10px;
	}
}
