﻿*{
    text-decoration:none !important;
}
.container{
    max-width:1340px !important;
}
.boxLeftWrap {
    background: #faf4de;
}
.box_shadow {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 1px 0px black;
}
.overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9999;
    display: none;
    top: 0;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.picture_popup {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.picture_popup img {
    height: auto;
    width: 100%;
}

.picture_popup .popup_btn_cross {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 900;
    cursor: pointer;
    color: white;
    padding: 6px 10px;
    background: #ee3d1b;
    border: none;
}





.mini_nav{
    padding:1rem 0;
}
.mini_nav ul {
   display: flex;
   margin-bottom: 0;
   padding-left: 0 !important;
   white-space: nowrap;
   overflow: hidden;
}
.mini_nav ul li {
    font-size: 1.2rem;
}
.mini_nav ul span{
    font-size: 1.5rem;
    color:black;
    margin:0 1rem;
}
.mini_nav_astro {
    color: #da4039;
}
.mini_nav ul li .mini_nav_astro:hover {
    color: #da4039 !important;
}

.mini_nav ul li:after {
    content: ">";
    font-size: 1.5rem;
    color: black;
    margin: 0 1rem;
}

.mini_nav ul li:last-child:after {
    content: " ";
}



.astro_main_page_div{
    width:100%;
    position:relative;
}

.query_form_astro_div {
    width: 40rem;
    height: max-content;
    background: #e9a60f;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index:999999;
}
.query_form_astro_form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    font-size: 1.8rem;
    width: 95%;
    margin: 0 auto;
}
.query_form_head {
    font-weight: bold;
}
.formone {
    display: none;
}
#Fromone {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
#Fromone input {
        margin: 0.5rem 0;
        border: none;
        padding: 0.5rem;
        border-radius:0.5rem;
        outline:none;
        height:3.5rem;
        font-size:1.5rem;
}
    #Fromone textarea {
        margin: 1rem 0;
        border: none;
        padding: 0.5rem;
        border-radius: 0.5rem;
        outline: none;
        height: 6rem;
        resize: none;
        font-size: 1.5rem;
    }
.astro_form_btn {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    background: #ee3d1b !important;
    outline: none;
    border: none;
    color: white;
    border-radius: 0.5rem;
    cursor:pointer;
}




















.astro_all_data_div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.astro_head {
    padding-bottom: 0.6rem;
    color: #000;
    line-height: normal;
    margin-bottom: 1rem;
    border-bottom: 3px solid #fdc719;
    display: block;
    width: max-content;
    font-weight: normal;
}
    .astro_intro_div h2 {
        font-weight: 500;
        color: black;
    }
    .astro_intro_div p {
        line-height: 1.3;
        margin-bottom: 0.6rem;
        font-size: 1.5rem;
        text-align: justify;
    }
        .astro_intro_div p a {
            color: #8a1f21;
        }











.astro_grid_container {
    /*display: grid;*/
    /*grid-template-columns: 200px auto;*/
    background: #faf4de;
}
/*.astro_left_filter{
    background: white;
    width:100%;
}*/
.filter_head {
    padding: 1rem;
    color: #000;
    margin: 0;
    background: #fdc719;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_head .fparrowicon {
    display: none;
}
.fp-singlefilter h4 {
    font-weight: 500;
    color: #000;
    position: relative;
    margin-top: 0;
    text-transform: uppercase;
}
.filteritems {
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: normal;
}
.fp-singlefilter h4{
    font-size:20px;
}
.filteritems tr {
    margin-top: 0.5rem 0;
}
.filteritems label {
    display: inline-block;
    margin-left: 0.5rem;
}
.fpfilter {
    display: flex;
    margin: 15px 0;
    flex-direction: column;
    gap: 25px;
    background:white;
}
tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
tbody tr td {
    font-size:15px;
}
tbody tr td input{
    width: 15px;
    margin-right: 5px;
    margin-top: 0;
    height: 15px;
    vertical-align: middle;
}
.sticky_filter{
    position:sticky;
    top:100px;	
}

.astro_right_profile {
    padding: 1rem;
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.astro_profiles_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    height: auto;
}
.astrologer_profile {
    width: 100%;
    background: white;
    height: auto;
}
.astrologer_profile:hover  .profile_btn {
    background: #e9a60f;
    color: black
}

.astrologer_profile img {
    width: -webkit-fill-available;
    height: auto;
}

.astro_profile_details{
    padding-top: 1rem;
    width: 100%;
}

.astro_profile_details h3 {
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.astro_experts {
    font-size: 1.5rem;
}
.astro_experts strong {
    color: #448e23;
    margin-right: 5px;
}
.astro_experts ul {
    padding-left: 0!important;
    margin: 0;
    height: 44px;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.astro_experts ul li {
    font-size: 1.5rem;
    display: inline-block;
}
.astro_experts ul li:after {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
}
.astro_experts ul li:last-child:after {
    content: " ";
}
.astro_profile_details p {
    font-size: 1.5rem;
    color: #da4039;
    margin: 6px 0 !important;
}
.astro_profile_details .profile_btn {
    display: block;
    width: 100%;
    padding: 0.3rem;
    font-size: 18px;
    letter-spacing: 1px;
    background: #fdc719;
    outline: none;
    border: none;
    color: #000;
    text-align: center;
	transition: all 0.3s linear;
}
.astro_profile_details .profile_btn:hover {
    background: #da4039;
    color: white;
}
.astro_extra_content hr {
    opacity: 0;
}






.astro_extra_content h2 {
    color: #000;
    margin: 1rem 0;
}

.astro_extra_content p {
    line-height: 1.3;
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    text-align: justify;
}

.astro_extra_content ul li {
    line-height: 1.3;
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    text-align: justify;
    list-style:disc;
}
.astro_extra_content p a {
    color: #8a1f21;
    font-weight: bold;
}

@media (max-width:1240px){
    .sticky_filter{
        top:60px;
		z-index:9999;
    }
}

@media screen and (max-width:991px){
    .filter_head .fparrowicon {
        display: block;
    }
    .sticky_filter {
        padding: 0px;
		z-index:9999;
    }
    .query_form_astro_form {
        width: 100%;
    }
    .astro_left_filter {
        width: 100%;
        position: fixed;
        bottom: 0;
        left:0;
        z-index:9;
    }
    .fp-singlefilter{
        margin-bottom:15px;
    }
    .query_form_astro_div {
        bottom: 3.5rem;
        width: 100%;
        height: auto;
    }
    .fpfilter{
        display:none;
        padding:0 10px;
    }
    .mobile_response {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: white;
        z-index: 99999;
    }
}

@media screen and (max-width: 768px) {
    .picture_popup .popup_btn_cross {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0.1rem 0.7rem;
        font-weight: 900;
    }
    .picture_popup img {
        height: auto;
        width: auto;
    }
}

@media (min-width: 300px) and (max-width: 374px) {
    .picture_popup img {
        width: 30rem;
        height: auto;
    }
}