.strikethrough {
    text-decoration: line-through;
}
.landing_sm_sc{
    display: none;
}
.footer_sec{
    display: none;
}
/*FORM LOADER SCREEN*/
.loader_wrapper{
    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, .8);*/
    z-index: 99999;
}
.astroFormLoader {
    text-align: center;
}
.astroFormLoader h3{
    font-size: 16px;
/*    color: rgba(0, 0, 0, .6);*/
}
.loader_logo{
    animation: pulsate 1.5s infinite;
}
/*FORM LOADER SCREEN*/

/* Section Loader Start */
.sec_loader {
  width: 25px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#A82424 94%,#0000) top/5px 5px no-repeat,
    conic-gradient(#0000 30%,#A82424);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}
/* Section Loader End */

.report_process_active {
    list-style: none;
    
    font-size: 14px;
}


.progress_container { 
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
} 
.progress_bar {
    width: 0%;
    height: 10px;
    background-color: var(--primary);
    text-align: center;
    color: white;
    border-radius: 3px;
    transition: width 0.3s;
    animation: increaseWidth 35s linear forwards;
}
 @keyframes increaseWidth { 
    0% { width: 0; } 100% { width: 100%; } 
}
.report_loader_popup{
/*    height: 250px;*/
    width: 60vw !important;
    max-width: 600px;
    min-width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_icon{
    visibility: hidden;
    width: 15px;
}
.loading_txt.text_primary img{
    visibility: unset;
}

@media screen and (max-width: 991px){
    .background_gred:after {
        height: unset;
        z-index: -10;
    }
   
    .zi1{
        padding-inline: 0 !important;
    }
}



/* Tab / Mobile Screen CSS */
@media screen and (max-width: 767px ){

    .service_page_section .row {
        justify-content: flex-start;
    }

    .background_gred{
        overflow: hidden;
    }
    .background_gred:before {
        height: 500px;
        z-index: -1 !important;
    }

    .report_type_txt{
        font-size: 80px;
        color: var(--muted-dark);
        margin-bottom: 30px;
        line-height: 1;
    }
    .report_type_desc{
        display: none;
        margin-bottom: 30px;
    }
    .report_type_desc p{
        color: var(--muted-dark);
    }
    .service_ul ul li{
        color: var(--muted-dark);
        margin-bottom: 15px;
        font-size: 18px;
        text-indent: hanging 37px;
    }
    .landing{
        display: none !important;
    }
    .landing_sm_sc{
        display: block;
        /*padding-left: 20px;
        padding-right: 20px;*/
/*        margin-bottom: 40px;*/
    }
    .landing_page_navbar{
        display: none !important;
    }
    .landing_sm .landing_sm_report_details{
        padding-inline: 0 !important;
    }
    .service_desc_wrapper{
        margin-bottom: 30px !important;
    }
    .service_card_wrapper{
        width: 50% !important;
    }
    /*.service_card_wrapper:nth-last-child(-n+2){

    }*/
    /*.service_card_wrapper:last-child{
        padding-bottom: 0px !important;
    }*/
    .service_title{
        font-size: 14px;
    }
    .service_icon{
        width: 50px;
    }
    .service_card_premium{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .service_title + p{
        font-size:  12px;
    }
    .service_icon img{
        width: 30px !important;
    }
    .service_icon_wrapper{
        margin-bottom: 0 !important;
    }
    .service_title + p + .p_cst_wt{
        margin-bottom: 0 !important;
    }
    .service_card_premium button.font_semi{
        font-size: 11px;
    }   
    .services{
        padding-top: 92px;
        padding-bottom: 90px !important;
        background: unset !important;
    }
     .services_sm_wrp{
        padding-top: 20px !important;
        padding-bottom: 20px;
        background: unset !important;
        padding-bottom: 20px !important;
    }
    .currency_type_wrapper{
        padding-bottom: 15px;
        margin-bottom: 0 !important;
    }

    .blogs_banner_section{
        display: none !important;
    }
    .blogs_details_main_wrapper{
        padding-top: 120px !important;
    }
    .products{
        padding-top: 90px;
        padding-bottom: 50px !important;
    }
    .products_card{
        margin-bottom: 0 !important;
    }
    .products_sm_wrp{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .product_dtl_main{
        padding-top: 100px !important;
    }
    .product_desc_wrapper + .slick-slider {
        margin-bottom: 10px;
    }
    .blogs_main_section{
        padding-top: 90px !important;
        padding-bottom: 60px;
    }
    .blog_sm_sc{
        padding-top: 20px;
        padding-bottom: 20px;

    }
    .blogs_main_ajax_wrapper {
        margin-bottom: 0px !important;
    }
    .blog_sm_sc .slick-slide{
        margin-bottom: 0px !important;
    }
    .testimonials{
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .testimonial_ajax_wrapper{
        margin-bottom: 10 !important;
    }
    .testimonials_sm{
        padding-top: 20px;
        padding-bottom: 20px;

    }
    .faqs_main_section{
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    .faq_body_wrapper{
        margin-top: 10px !important;
    }

    .footer{
        display: none !important;
    }
    .top_banner{
        background-color: #023;
        display: flex;
        align-items: center;
        background-image: url('../images/main_banner_sm.webp');
        background-size: cover;
        background-position: bottom -42px center;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        height: 80px;       
    }
    .crumbs_sm_sc{
        margin-left: 38px;
    }
    .page_title_hd {
        font-family: 'jstSB';
        color: var(--white);
        font-size: 18px;
        text-shadow: 2px 0px 5px rgb(0 0 0 / 30%);
    }
    .quick_links_span{
        position: relative;
    }
    .cart_item_count {        
        top: -2px;
        right: 28px;
    }
    .top_icn_sm img{
        filter: brightness(0) invert();
    }
    .top_option_nav {
        padding-top: 93px;
        padding-bottom: 20px;
    }
    .hpchatbox_sec{
/*        padding-bottom: 30px;*/
    }
    .ptsec_menu_icn{
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .ampm_icnimg{
        width: 20px;
        height: 20px;
    }
    .hp4service_box{
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .hp4service_img{
        width: 35px;
        height: 35px;
    }
    .hp4service_imgdv {
        margin-inline: auto;
        width: 60px;
        height: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-light);
        border-radius: 100%;
        margin-bottom: 5px;
    }
    .hp4service_hdnm {
        text-align: center;
        font-family: 'jstM';
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
    }

    /*  Ft. Services card CSS  */
    .hp4service_box {
        text-align: center;
    }
    .hp4service_hdnm {
        text-align: center;
        font-family: 'jstM';
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .hp4service_imgdv {
        width: 60px;
        height: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-light);
        border-radius: 100%;
        margin-bottom: 5px;
    }
    .no_result_img{
        object-fit: cover;
        width: 50px;
    }
    /*.hp4service_sec {
        padding-top: 25px;
    }*/
    .ptsec_walt_icn{
        width: 18px;
        height: 18px;
    }
    .hp_chatbox {
        background-color: var(--primary-light);
        padding: 15px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        justify-content: space-between;
        position: relative;
    }
    .feat_service_card{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .hp_chatbox_hd1 {
        font-family: 'jstSB';
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hp_chatbox_hd2 {
        font-family: 'jstM';
        font-size: 13px;
        margin-bottom: 14px;
    }
    .hp_chatbox_lft{
        display: flex;
        flex-direction: column;
        height: 85px;
        width: 100%;
        justify-content: space-between;
    }
    .hp_chatbox_btn {
        background-color: var(--primary);
        border: 1px solid var(--primary);
        border-radius: 4px;
        color: var(--white);
        font-size: 13px;
        padding: 7px 25px;
    }
    .hp_chatbox_rgt_logo {
        width: 85px;
        height: 85px;
    }
    .hp_chatbox_btnp {
        margin-bottom: 0;
    }
    .hp_chatbox_grphc01 {
        position: absolute;
        top: 5px;
        left: 25px;
        width: 12px;
    }
    .hp_chatbox_grphc02 {
        position: absolute;
        top: 42%;
        left: 48%;
    }
    .hp_chatbox_grphc03 {
        position: absolute;
        bottom: 4px;
        left: 45px;
        width: 13px;
    }

    .ft_services_main_wrapper .slick-slide{
        padding-inline: 17px !important;
    }

    .daily_horoscope_wrapper .hpbnr_zbox_name{
        font-size: 14px !important;
    }

    .dly_hoscp_main_wrapper{
        padding-inline: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .daily_horoscope_sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .plans {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .plans_main_card_wrapper{
        margin-bottom: 0 !important;
    }

    .zodiac_card_sm{
        position: relative;
        padding: 20px;
        border-radius: 12px;
        padding-top: 5px;
        background-image: url('../images/splash.webp');
    }
    @media (min-width: 701px) and (max-width: 767px){
        .daily_horoscope_sec .hpbnr_zodiac_box:nth-last-child(-n+6) {
          margin-bottom: 0 !important;
        }
    }
    @media screen and (max-width: 701px){
        .daily_horoscope_sec .hpbnr_zodiac_box:nth-last-child(-n+4) {
          margin-bottom: 0 !important;
        }
    }
    .free_life_report_sm{
        padding-left: 20px;
        padding-right: 20px;    
        scroll-margin-top: 100px;
        padding-bottom: 20px;
    }
    .hp_topslider01{
        margin-bottom: 15px !important;
    }
    .hp_form_wrap{
/*        position: absolute;*/
    }
    .free_life_report_sm .hp_form_wrap{
/*        background-image: url('../images/form_bg.webp');*/
        background-color: #f5f5f5;
        margin-top: 10px;
    }
    .form_step_wrap .general_form_input_rw {
        margin-bottom: 12px;
    }
    .form_step_wrap .sec_mstatus {
        margin-bottom: 20px;
    }
    .mndfld{
        bottom: -18px;
    }
    .gf_mstatus_radio_btnbx input[type='radio']{
        position: absolute;

    }
    .gf_mstatus_radio_btnbx{
        font-size: 13px;
    }
    .gf_mstatus_radio_btnbx{
        display: flex;
        justify-content: center;
    }
    .close_horoscope {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 17px;
        width: 10px;
        filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
    }

    .ad_main_wrapper {
         padding-bottom: unset; 
    }

    /*  Service Details  */ 
    .service_price_card_wrapper{
        margin-inline: unset !important;
    }
    .service_price_card{
        display: block !important;
    }


    /*---- Footer #Start -----------*/
    .footer_sec {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
    /*    max-width: 991px;*/
        left: 0;
        right: 0;
        z-index: 100;
        margin: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 1);
    }
    .ftr_mdloptn_icn{
        width: 40px;
        height: 40px;
    }
    .footer_option_wrap {
        display: flex;
        justify-content: space-between;
    }
    .footer_option_dv {
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        width: 75px;
    }
    .footer_option_dv_img{
        width: 20px;
        height: 20px;
    }
    .ftr_option_icn {
        height: 25px;
    }
    .ftr_option_spn {
        font-size: 12px;
        font-family: 'jstR';
    }
    .footer_mdl_option {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px;
        box-shadow: 0 4px 10px rgb(168 36 36 / 50%);
        border-radius: 100%;
        margin-top: -25px;
        background-color: #fff;
    }
    .ia_footer_icn{
        margin-inline: auto;
    }
    /*---- Footer #End -----------*/

}


@media screen and (min-width: 575px) {
    .hp4service_name_br {
        display: none;
    }
}

@media screen and (max-width: 400px){
    .top_banner {
        background-position: bottom -10px center !important;
    }
}
@media screen and (max-width: 597px) and (min-width: 401px){
    .top_banner {
        background-position: bottom -10px center !important;
    }
}