@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;500;600;700&display=swap');
.lato{
    font-family: 'Lato', sans-serif;
}
.crimson{
    font-family: 'Crimson Pro', serif;
}
@font-face {
    font-family: 'Aurora Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Aurora Regular'), url('fonts/Aurora-gx4V6.woff') format('woff');
    }

.Aurora{
    font-family: 'Aurora Regular';
}

/*********************************************section 2***********************************/
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.info_section .info_sec_box{
    text-align: center;
}
.info_section .info_sec_box p{
    color: #FFF;
    text-align: center;
    font-family:  'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.8px;
    opacity: 0.6;
}
.info_section .info_sec_box h3, .horoscop_sec .horoscop_box h6, .Compatibility_sec .Compatibility_box h6, .explore_more_tarot_sec .Compatibility_box h6, .premium_rep_box .premium_rep_box_text h6, .blog_sec .blog_box_text h6{
    color: #0F070E;
    text-align: center;
     font-family: 'Aurora Regular';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 16px;
}

.info_section{
    padding-top: 159px;
}

.info_section .info_sec_box{
    position: relative;
    padding: 24px 55px 30px;
    z-index: 1;
}

.info_section .info_box_bg_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.sub_title{
    text-align: center;
    font-family:  'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    background: var(--gold, #DA6D4E);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px ;

}

.horoscop_sec .horoscop_box, .Compatibility_sec .Compatibility_box, .explore_more_tarot_sec .Compatibility_box{
    padding: 26px 50px;
    border-radius: 30px;
}
.horoscop_sec .horoscop_box{
    height: 100%;
}
.sign_content_div{
    padding-top: 50px;
}
.sign_content_div h3{
    color: #FFF;
    font-family: Aurora Regular;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 22px;
}
.sign_content_div h6{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    color: #d9a446;
}
.sign_content_div img{
    height: 100%;
}
.sign_content_div h6 span{
    background: var(--gold, linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sign_content_div h4{
    font-size: 30px;
    font-family: 'Aurora Regular';
    background: var(--gold, linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 34px;
    line-height: 42px;
}
.p-50{padding: 50px;}
.sign_content_div p{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.sign_content_div ul li{
    list-style: disc;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sign_content_div .intro_text{
    padding: 50px 0px;
    font-size: 20px;
}
 .main_title{
    color: #0F070E;
    font-family: Aurora Regular;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 22px;
}

/********************************* Premium Reports *******************************************/
.premium_report_sec .main_title{
    padding-bottom: 10px;
}
.premium_report_sec .sub_title{
    padding-bottom: 24px;
}
.premium_report_sec .premium_rep_box{
    position: relative;
}
.premium_rep_box .content-overlay{
    background: linear-gradient(180deg, rgb(73 135 255 / 70%) 0%, rgb(25 59 109 / 70%) 100%);
    position: absolute;
    height: 91%;
    width: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 22px;
    z-index: 1;
}
.premium_rep_box:hover .content-overlay{
    opacity: 1;
}
.premium_rep_box:hover .premium_rep_box_text{
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}
.premium_rep_box:active  .premium_rep_box_text{
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}
.marble_content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.premium-details{
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 81%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}
.premium-details p{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.fadeIn-bottom {
    top: 80%;
}
.premium_rep_box:hover .premium-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.premium_rep_box .premium_rep_box_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.premium_rep_box .premium_rep_box_text p, .blog_sec .blog_box .blog_box_text p{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.8px;
    background: var(--gold, #DA6D4E);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Premium Reports modal */

.pre_product_modal .modal-header .modal-title{
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-family: Aurora Regular;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.4px;
    padding: 20px;
}
.pre_product_modal .modal-dialog .modal-content{
    background: url(../images/body.webp) no-repeat;
    background-size: cover;
    text-align: left;
}
.pre_product_modal{
    background: rgba(8,17,27,0.5);
}
.pre_product_modal .modal-dialog .modal-content{
    border: 1px solid var(--gold, #E9A42A);
}
.pre_product_modal .modal-content .modal-body{
    padding: 45px 24px;
}
.pre_product_modal .modal-content .modal-header{
    background-color: #E9A42A;
}
.pre_product_modal .modal-content .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.pre_product_modal .pre_modal_text{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.05px;
    color: #fff;
}

.pre_product_modal.modal:before{
    display: none;
}
.color-yellow{
   background: var(--gold, #DA6D4E);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500; 
}
.pre_product_modal .modal-dialog {
    /*display: block;*/
    text-align: left;
    vertical-align: middle;
}


.pre_product_modal .pre_modal_text ul li{
    font-weight: 300;
}
.pre_product_modal .pre_modal_text li {
     position: relative;
    text-align: left;
    padding-left: 33px;
    margin-bottom: 10px;
}
.pre_product_modal .pre_modal_text li:before {
    position: absolute;
    content: url(../images/list_bullets.png);
    top: 9px;
    transform: translate(-50%, -50%);
    left: 10px;
    display: block;
    width: auto;
    height: auto;
    top: 60%;
}

/*********************************************************************************************/

/*********************** blog **************************************************/

.blog_sec .blog_box{
    border-radius: 30px;
    border: 1px solid #FF764F;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
.blog_sec .blog_box img{
    height: 100%;
    border-radius: 30px 30px 0px 0px;
    border-bottom: 1px solid #588DF2;
}
.blog_box_img {
    height: 250px;
    overflow: hidden;
}
.blog_sec .blog_box .blog_box_text{
    padding: 18px 30px 24px;
}
.blog_page_content{
    padding: 120px 0px 100px;
}
.blog_page_content .blog_page_text{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: #0F070E;
    line-height: 30px;
    text-align: center;
}
.blog_page_content .blog_page_text .top_title{
    font-size: 30px;
}
.blog_page_content .blog_page_text span{
    font-size: 25px;
    font-family: 'Aurora Regular';
}
.blog_page_content .blog_page_text span.font-21{
    font-size: 21px;
}
.blog_page_content .blog_page_text img{
    max-width: 60%;
}
/***********************************************************************************/

/* 1/30 */

.accordion .month_heading p{
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    background: var(--gold, #DA6D4E);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mb-50{margin-bottom: 40px;}

/*****/

/* 1/2 blog accordion */
.accordion-item{background: transparent;border: none;margin-bottom: 24px;}
.accordion-button{
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: capitalize;
    background: var(--gold, linear-gradient(180deg, #E9A42A 0%, #F2C875 121.79%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: #b08846;
    padding: 16px 2px;
}
.accordion-button::after{
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF764F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item h2{margin-top: 0px;}
.accordion-button:focus{border: none;box-shadow: none; border-bottom: 1px solid #b08846;}
.accordion-body {
    padding: 52px 5px 40px;
}
.mb_100{margin-bottom: 100px;}
.accordion-button:not(.collapsed)::after{
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF764F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#horoscope .yellow_bg {
    background: url(../images/newsletter_bg.webp) no-repeat !important;
}

.tarotSectionCart .info_bg_2{
    border: 1px solid #EF9E45;
    background: linear-gradient(180deg, #FE9B27 0%, #C6670D 100%);
}

.cta_modal input[type=email]{
    width: 100%;
}
.spinner-border{
    width: 20px;
    height: 20px;
}
/**************************************************************************************************************/
/*------------------------------------------------------*/

/* Media adaptive specification */
@media (max-width: 1466px) {
    /*.mid-main-box {
        min-height: 250px;
    }*/
}
@media (max-width: 1800px) {
    .footer .navbar-nav li{padding: 0px;}
    .footer .navbar-nav li a{padding: 0px 10px;}
    .premium-details{
        width: 91%;
    }
    .premium-details p{
        font-size: 12px;
        line-height: 18px;
    }
    .info_section .info_sec_box{
        padding: 24px 30px 30px;
    }
    .button-box a span:first-child{
        font-size: 25px;
    }
    .horoscop_sec .horoscop_box, .Compatibility_sec .Compatibility_box, .explore_more_tarot_sec .Compatibility_box{
        padding: 26px 30px;
    }
    .Compatibility_main_box{
        padding: 70px 30px 60px;
    }
    .main_title{
        font-size: 44px;
    }
    .step_1 p{
        font-size: 40px;
    }
    .title-main{font-size: 21px;}
    .box-sign{
        gap: 38px 60px;
    }
    .pre_product_modal .modal-header .modal-title{
        padding: 10px;
    }
    .blog_sec .blog_box_text h6{
        font-size: 24px;
    }
    .mid-main-box h2{font-size: 28px;}
    .slider .slider_mail_heading{font-size: 33px;}
    .slider_info-img{width: 140px;height: 140px;}
    .slider_text{margin: 16px auto 20px;padding: 0px;}
    .slider_title{font-size: 28px;padding-top: 80px;}
}
@media (max-width: 1610px) {
    .newsletter_sec .form-select{
        background-position: right 13px center;
    }

    .blog_page_content .blog_page_text span {
        font-size: 23px;
    }
    .blog_page_content .blog_page_text span.font-21{
        font-size: 18px;
    }
    .py-50 {
        padding: 30px 0px;
    }
    .header .navbar-brand img, .footer .navbar-brand img{
    max-width: 90%;
    }
    .top-logo a img{max-width: 5%;}
    .top-logo{margin: 7px 0;}
     .step_1 p{font-size: 32px;}
    .button-box a span:last-child{padding-top: 0px;margin-top: -15px;}
    .sign-box__img img{max-width: 78%;}
    .button-box a span:first-child{font-size: 20px;}
    .button-box a span:first-child {
        font-size: 22px;
    }
    .info_section {
        padding-top: 109px;
    }
    .horoscop_sec, .explore_more_tarot_sec, .blog_sec{
            padding: 150px 0px;
    }
    .newsletter_sec #contactForm{
        margin-bottom: 50px;
    }
    /*
.newsletter_sec{
    padding-bottom: 150px;
}*/
.footer{
    margin-top: 50px;
}
.info_section .info_sec_box h3, .horoscop_sec .horoscop_box h6, .Compatibility_sec .Compatibility_box h6, .explore_more_tarot_sec .Compatibility_box h6, .premium_rep_box .premium_rep_box_text h6, .blog_sec .blog_box_text h6{
    font-size: 24px;
}
.blog_sec .blog_box_text h6{
        font-size: 22px;
}
.box-sign{
    gap: 35px 50px;
}
.button-box a span:last-child{
    font-size: 16px;
}
.sign-box__img{
    height: 135px;
}
.btn_style{
    padding: 18px 20px;
}
.light_btn_style{
    padding: 17px 20px;
}
.main_title{
    font-size: 38px;
}
.Compatibility_main_box p, .explore_tarot_main_box p{font-size: 18px;}
.footer .social_media li{
    padding: 0px 4px;
    text-align: center;
}
.footer .navbar-nav li a{
    padding: 0px 14px;
    font-size: 14px;
}
.footer .social_media li svg, .footer .social_media li img{
    width: 70%;
}
.footer .navbar-brand img {
    max-width: 33%;
}
.slider{
    padding-bottom: 50px;
}
.main_form .step_1 h1.title-main{padding-bottom: 20px;}
.title-main {
    font-size: 20px;
    letter-spacing: 1.88px;
}

.btn_chose, input[type=text], .btn_time{font-size: 22px;}
.mid-main-box h2 {font-size: 24px;}
.Compatibility_main_box p, .explore_tarot_main_box p{font-size: 18px;}
.btn_chose, input[type=text], .btn_time, select.form-control, select.time_dd, select.time_d, input[type=email], #city, .input-tel, .check-material label, input[type=email], #city, .input-tel{font-size: 22px;}
.step_2 .sign_sec .m_box img {max-width: 60%;}
.mid-main-box h2 {font-size: 24px;}
.btn_1{height: 40px;padding: 6px 21px;max-width: 450px;font-size: 17px;margin: 16px auto 0;}
.slider{padding-top: 35px;}
.slider .slider_mail_heading {font-size: 30px;}
.slider_title {font-size: 24px;padding-top: 62px;margin-bottom: 0px;}
.slider_text {margin: 10px auto 15px;}
.slider_info-img {width: 120px;height: 120px;}
/***discount */
.discount_step .discount_timmer h3{font-size: 30px;}
.discount_step .discount_timmer h3 span{font-size: 22px;letter-spacing: 2.84px;}
.discount_timmer .countdown_div ul li span{font-size: 36px;}
.discount_timmer .countdown_div ul li{font-size: 22px;}
.discount_timmer .countdown_div ul li:not(.item_separator){padding: 10px;width: 95px;}
.discount_step .discount_timmer {padding: 10px 44px;}
.mb_24 {margin-bottom: 14px;}
.discount_step .sign_info_sec .info_display_div h6{font-size: 24px;letter-spacing: 1.84px;line-height: 30px;
}
.discount_step .sign_info_sec .info_display_div p{font-size: 18px;}
.discount_last_div p{font-size: 30px;line-height: 37px;}
.discount_last_div h6{font-size: 24px;line-height: 30px;letter-spacing: 1.84px;}
.discount_last_div:before{background-size: 8%;}
.discount_last_div{padding: 20px 45px;}
.discount_step .discount_claim_btn{font-size: 28px;line-height: 32.913px;letter-spacing: normal;padding: 15px 30px;}
.sign_info_sec .sign_display_div img{width: 23%;}




}
@media (max-width: 1450px) {
    .blog_box_img {
        height: 210px;
        overflow: hidden;
    }
    .header .navbar-nav .nav-item a{
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .premium-details p{
        font-size: 12px;
        line-height: 18px;
    }
    .pre_product_modal .modal-header .modal-title{
        font-size: 24px;
    }
    .Compatibility_main_box h3, .explore_tarot_main_box h3{
        font-size: 26px;
    }
    .Compatibility_main_box {
        padding: 50px 30px 50px;
    }
    .explore_tarot_main_box{
        padding: 50px 30px 50px;
    }
    .info_section .info_sec_box h3, .horoscop_sec .horoscop_box h6, .Compatibility_sec .Compatibility_box h6, .explore_more_tarot_sec .Compatibility_box h6, .premium_rep_box .premium_rep_box_text h6, .blog_sec .blog_box_text h6{
        font-size: 22px;
    }
    .blog_sec .blog_box_text h6{
            font-size: 20px;
            line-height: 34px;
    }

    /*.footer .navbar-nav li a {
        padding: 0px 8px;
        font-size: 12px;
    }*/
    .step__form .sign-box__yourSign img {
    max-width: 35%;}
    .step__form .font-18 {font-size: 16px;}

.slider_info-img {width: 110px;height: 110px;}
.slider_info-img{font-size: 22px;}
.slider_title{padding-top: 53px;}
.slider_text{    padding: 0px 10px;}
.slick-dots {bottom: -20px;}


/* 1/2 blog accordion */
.accordion-body {padding: 50px 5px 30px;}
.mb-50 {margin-bottom: 30px;}
.accordion .month_heading p{font-size: 22px;}
/*****/


}

@media (max-width: 1390px) {
    .sign_content_div ul li{
        font-size: 13px;
    }
    .sign_content_div p{
        font-size: 16px;
        line-height: 27px;
    }
    .sign_content_div h4{
        font-size: 26px;
        margin-bottom: 24px;
        line-height: 38px;
    }
    .premium-details p{
        font-size: 11px;
        line-height: 14px;
    }
    .step_1 p {
    font-size: 30px;
}
.blogpage_content .blog_sec{
    padding-top: 40px;
    padding-bottom: 10px;
}
    .px-30 {    padding-left: 20px;padding-right: 20px;}
    .step-lidiya{padding: 0px;margin: 5px auto;}
    .sign-box__img img {max-width: 65%;}
    .button-box a span:first-child {font-size: 18px;}
    .button-box a span:last-child{margin-top: -30px;}
    .button-box{padding: 0px;}
    .button-box a span:last-child{font-size: 10px;}
    .box-sign {gap: 35px 35px;}
    .header .navbar-brand img, .footer .navbar-brand img {max-width: 80%;}
    .step_1 p{padding-bottom: 30px;}
    .main_form .step_1 h1.title-main{padding-bottom: 15px;}
    .title-main{
        font-size: 18px;
        letter-spacing: 0.88px;
    }
    .info_section {
    padding-top: 80px;
}
.newsletter_sec .newsletter_form h4{
    font-size: 30px;

}
.newsletter_sec .newsletter_form h6{
    font-size: 18px;
    line-height: 30px;
}
.blog_sec .blog_box .blog_box_text {
    padding: 8px 20px 14px;
}
.newsletter_sec input, .newsletter_sec .form-select{
    line-height: 35px!important;
}
.newsletter_sec .form-select{
    background-position: right 14px center;
}
.footer .navbar-brand img {
    max-width: 70%;
}
.footer .social_media li{
    padding: 0px 4px;
    text-align: center;
}
.footer .social_media li svg, .footer .social_media li img{
    width: 70%;
}

.info_section .info_sec_box p{
    line-height: 22px;
    padding-bottom: 10px;
}
.sub_title{
    font-size: 20px;
}
.main_title {
    font-size: 32px;
}

.Compatibility_main_box p, .explore_tarot_main_box p{line-height: 24px;}
.horoscop_sec, .explore_more_tarot_sec, .blog_sec{
        padding: 120px 0px;
}
.newsletter_sec #contactForm{
    margin-bottom: 0px;
}
/*.newsletter_sec{
    padding-bottom: 120px;
}*/
.footer{
    margin-top: 120px;
}
.blog_page_content .blog_page_text{
    font-size: 16px;
    line-height: 26px;
}
.blog_page_content {
    padding: 80px 0px 100px;
}
.blog_page_content .blog_page_text span {
    font-size: 21px;
}
/*.footer .navbar-nav li a {
    font-size: 12px;
    padding: 0px 10px;
}*/

.btn_chose, input[type=text], .btn_time, select.form-control, select.time_dd, select.time_d, input[type=email], #city, .input-tel, .check-material label, input[type=email], #city, .input-tel{
    font-size: 20px;
    padding: 5px 10px;
}
.slider_text {
    margin: 7px auto 10px;font-size: 14px;line-height: 17px;
}
.slider_info-img {
    width: 90px;
    height: 90px;
    top: -60px;
}
.slider_title {
    padding-top: 43px;
    font-size: 20px;
}
.slider .slider_mail_heading {
    font-size: 26px;
    padding-bottom: 40px;
}
.mid-main-box h2 {
    font-size: 20px;
}
.slider {
    padding-top: 25px;
    padding-bottom: 20px;
}

/***discount */
.mb-10 {margin-bottom: 10px;}
.discount_step .discount_timmer {padding: 6px 44px;}
.discount_timmer .countdown_div ul li span {font-size: 18px;line-height: 25.685px;}
.discount_timmer .countdown_div ul li {font-size: 9px;line-height: 10.685px;}
.discount_timmer .countdown_div ul li:not(.item_separator) {padding: 8px;width: 70px;}
.bg_purple_style {padding: 15px 25px;}
.discount_step .sign_info_sec .info_display_div h6 {font-size: 22px;letter-spacing: 0.84px;line-height: 26px;}
.discount_step .sign_info_sec .info_display_div p {font-size: 16px;line-height: 20px;}
.discount_step .discount_timmer h3 {font-size: 18px;}
.discount_last_div p {font-size: 27px;line-height: 30px;}
.discount_step .discount_claim_btn{font-size: 20px;line-height: 22px;}
.discount_step {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* 1/30 */
    .accordion .month_heading p{font-size: 20px;}
    .mb-50 {margin-bottom: 30px;}
    /*.month_heading{padding-bottom: 50px;}*/
/***/

/* 1/2 blog accordion */
.accordion-body {padding: 30px 5px 30px;}
.accordion-button{padding: 14px 0px;}
.accordion-button::after{background-size: 17px;}

/******/

}

@media (max-width: 1290px) {
    .premium-details p{
        font-size: 12px;
        line-height: 16px;
    }
    .premium-details {
        width: 96%;
    }
    .info_section .info_sec_box h3, .horoscop_sec .horoscop_box h6, .Compatibility_sec .Compatibility_box h6, .explore_more_tarot_sec .Compatibility_box h6, .premium_rep_box .premium_rep_box_text h6, .blog_sec .blog_box_text h6{
        line-height: 28px;
    }
    .newsletter_sec .form-select{
        background-size: 14px 14px;
        background-position: right 8px center;
    }
}
@media (max-width: 1200px) {
     .top-logo a img{max-width: 100%;}
    .sign-box__img img {max-width: 100%;}
    .top-logo{margin: 15px 0;}
    .step_1 p {font-size: 20px;}
    .button-box a span:last-child {font-size: 10px;}
    .button-box a span:last-child{margin-top: 0px;}
    .button-box{padding: 0px;}
    .footer .social_media li{
        padding: 0px 0px;
    }
    .footer .social_media li svg, .footer .social_media li img {
        width: 65%;
    }
    /*.footer .navbar-nav li a {
        font-size: 13px;
        padding: 0px 8px;
    } */

}
@media (max-width: 1160px) {
    .sign-box__img {
        height: 115px;
        width: 110px;
    }
    .premium-details p{
        font-size: 10px;
        line-height: 12px;
    }
/*    .footer .navbar-nav li a {
        font-size: 11px;
        padding: 0px 6px;
    }*/
    
}

@media all and (min-width: 992px) and (max-width: 1024px) {
    /*.mid-main-box {
        min-height: 430px;
    }*/
    .header .navbar-nav .nav-item a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer .navbar-nav li a {
        font-size: 12px;
        padding: 0px 7px;
    }
    .time_dd, .time_d {
        width: 32%;
    }
    .premium-details p{
        font-size: 10px;
        line-height: 10px;
    }
    .premium-details {
        width: 99%;
    }
    
    select.form-control, select.time_dd, select.time_d {
        padding: 0 10px 0 !important;
        height: 50px !important;
        line-height: 50px !important;
        background-position: 94% 23px, left top;
        background-repeat: no-repeat, repeat;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .m_box.decade .bx_in {
        width: 80% !important;
        height: 90px !important;
        line-height: 99px !important;
        margin: 0 auto 20px;
    }
    .footer .social_media li{
        width: 21%;
    }
    
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .input-text{
        width: 330px;
    }
    .time_dd, .time_d {
        width: 32%;
    }
    .slide {
        width: 570px;
        margin: 20px auto;
    }
    .premium_rep_box .premium_rep_box_text h6{
        line-height: 22px;
        font-size: 16px;
    }
    .premium_rep_box .premium_rep_box_text p, .blog_sec .blog_box .blog_box_text p{
        font-size: 14px;
        line-height: 22px
    }
    .blog_sec .blog_box .blog_box_text p{
        margin-bottom: 15px;
    }
    .blog_sec .blog_box_text h6 {
        font-size: 16px;
    }
    .premium-details p {
        font-size: 8px;
        line-height: 8px;
    }
}

@media all and (min-width: 376px) and (max-width: 768px) {
    
    .input-text{
        width: 330px;
    }
    .button-box {
        
        padding: 0;
    }
    .button-box a span {
        font-size: 15px;
    }
    .mid-main-box h2 {
        font-size: 22px
    }
    .social_icon{
        width: 60px;
    }
}

@media (max-width: 992px) {
    .input-text{
        width: 100%;
    }
    .step-lidiya-img {
        left: calc(0px - 72px);
        top: calc(0px - 42px);
        width: 140px;
        height: 140px;
    }
    .slide_user p {
        text-align: center;
    }

    .success_card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .success_text {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .newsletter_sec .newsletter_bg{
        background: url(../images/newsletter-bg-dark-blue.png) no-repeat;
        background-size: cover;
        border-radius: 30px;
        padding: 37px 10px 35px;
    }
    .step_5 .m_box_date {
        grid-template-columns: repeat(2, 1fr);
    }
    .step_5 .m_box_date input{
        width: 100%;
    }
    .footer .social_media li svg, .footer .social_media li img{
        width: 100%;
    }
    .social_media ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .social_media li{
        padding: 0px 6px;
        width: 100%;
    }
    .top-logo {
        margin: 2px auto;
    }

    .main_form {
        padding: 0 10px;
    }

    .title-main {
        font-size: 18px;
        margin: 10px 0;
    }

    .step-lidiya img {
        max-width: 140px;
    }

    .sign-box__img {
        margin-bottom: 3px;
    }

    .button-box a span {
        font-size: 13px;
    }
    .step_1 p {
        
        margin: 3px auto;
    }
    .button-box {
        width: 100px;
    }
    .mid-main-box {
        min-height: auto;
    }
    /*.mid-main-box .min_height{
        min-height: 500px;
    }*/
    h2 {
        font-size: 30px;

    }
    h2 {
        margin: 10px 0 10px;
    }
    h2 span {
        font-size: 40px;
    }
    .step_7 h3 {
        margin: 0px 0 6px !important;
    }
    select.form-control {
        padding: 0 10px 0 !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .m_box.calenderval {
        padding: 0;
    }
    .m_box.calenderval1 {
        padding: 0;
    }
    .m_box.decade .col-md-3.col-sm-3.col-xs-2, .m_box.year_app .col-md-3.col-sm-3.col-xs-3 {
        width: 25%;
    }
    .step_5 h2 span {
        font-size: 25px !important;
        display: block;
        margin-top: 15px
    }
    .mid-main-box {
        width: auto
    }
    .top-logo {
        width: 200px;
        margin: 5px auto;
    }
    .btn_home {
        margin: 10px 0 0 5px;
        padding: 15px 20px;
    }
    
    .button-box a span:first-child {
        font-size: 12px;
    }
    
    .step_2, .step_3, .step_4, .step_5, .step_6 {
        padding: 0 20px
    }
    .step_3 .bx_in, .step_4 .bx_in, .step_5 .bx_in {
        width: 100% !important;
        height: 122px !important;
        line-height: 130px !important;
        font-size: 23px !important
    }
    .step_3 .step_2 .bx_in {
        width: 19% !important
    }
    .m_box .time_dd, .time_d {
        width: 100%;
     
    }
    .m_box.decade .bx_in, .m_box.year_app .bx_in {
        width: 100% !important;
        height: 68px !important;
        line-height: 68px !important;
        font-size: 30px;
        margin: 0 auto 20px;
    }
    .personal-date {
        font-size: 15px;
    }
    .button-email-next {
        width: 100%;
    }
    .btn_time.clary_btn, .btn_time.date-btn, .btn_time.email-btn  {
        width: 180px;
    }
    .success {
        padding: 5px;
        font-size: 15px;
    }
    .success_info {
        text-align: center;
    }
    .slider {
        margin: 5px 0 60px;
    }
    .step_mail__white-box{
        padding: 6px;
        padding-bottom: 13px;
        width: 86%;
    }
    .legend {
        font-size: 10px;
    }
    .check_text{
        font-size: 7px;
    }
}

@media (min-width: 533px) and (max-width: 598px) {
    .m_box_group, .m_box_date {
        flex-direction: column;
    }
}

@media (max-width: 465px) {
    .discount_timmer .countdown_div ul li.item_separator {
        padding: 0px 3px;
    }
    .step_2, .step_3, .step_4, .step_5, .step_6 {
        padding: 0;
    }

    .newsletter_sec input{
        font-size: 14px;
    }
    

    h4 {
        font-size: 15px;
    }
    .top-logo img {
        width: 70px;
    }

    .step-lidiya {
        padding: 1px;
        margin: 0px auto;
    }
    .step-lidiya-img {
        left: calc(0px - 14px);
        top: calc(0px - 67px);
        width: 101px;
        height: 101px;
    }

    .title-main {
        font-size: 18px;
        padding: 0px;
    }

    .title-main span {
        padding: 8px 10px;
    }
    .step_1 p {
        margin: 3px auto;
    }
    .btn_1 {
        margin-top: 15px;
    }
    .mid-main-box h2, .step_7 h3, .mid-main-box h2 span {
        font-size: 18px;
        line-height: 25px;
    }
    .pre_btn.back {
        margin: 15px auto;
        font-size: 20px;
    }
    .button-box a span:first-child {
        font-size: 12px;
    }
    .button-box a span:last-child {
        font-size: 10px;
    }
    .personal-date, .slider_text {
        font-size: 14px;
    }
    .slider_title{
        font-size: 16px;
    }
    
    .newsletter_sec input{
        font-size: 14px;
    }
    .button-box {
        margin: 1px;
        width: 74px;
        height: 125px;
        padding: 0px;
    }
    .btn_chose, .btn_time {
        margin-bottom: 10px;
    }

    .step_5 .m_box_date {
        grid-template-columns: repeat(2, 1fr);
    }
    /*** clarification **/
    .slide p {
        font-size: 13px;
    }
    .btn_time.clary_btn,
    .btn_time.date-btn,
    .btn_time.email-btn,
    .m_box .time_dd {
        width: 100%;
    }
    .box-fix_name input, .btn_chose, .btn_time {
        margin: 5px;
        width: 100%;
    }
    .step_2 .btn_chose {
        font-size: 16px;
    }
    .btn_chose div {
        width: 20px;
    }
    .clari-btn {
        width: 90%;
    }
    .fix-btn, .fix-btn-date, .fix-btn-email{
        margin-top: 15px;
    }
    .sign-box__img {
        height: 70px;
        width: 120px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .step_3 .m_box_date {
        /*grid-template-columns: repeat(1, 1fr);*/
        padding: 0;
    }

    select.form-control, select.time_dd, select.time_d {
        min-height: 30px;
        margin: 5px 0;
    }

    .personal-date{
        margin-top: 110px;
    }

    .date_text {
        margin-top: 20px;
    }
    .btn_1 {
        max-width: 100%;
        
        padding: 5px;
       
    }
    .button-email-next {
        margin-top: 0;
        padding: 5px 10px;
    }
    
    .mid-main-box h3 {
        font-weight: 400;
    }
    .step_8__thanks {
        margin: 12px 0;
    }
    .step_8__white-box, .step_8__white-box li, .step_8__white-box p {
        font-weight: 400;
    }
    .step_8__white-box p {
        margin-bottom: 12px;
    }
    .step_8__white-box {
        padding: 18px;
    }
    .step_8__title span{
        display: block;
    }
    .success_card img {
        max-width: 95%;
    }
    .final_text {
        font-size: 13px;
    }
    h2.final_title {
        margin: 20px 0 20px;
    }
    
}


/* CartonBox Custom */
.cartonbox-body {
    -webkit-transition: -webkit-filter 0.2s;
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    overflow-x: hidden;
}

.cartonbox-go {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.cartonbox-content h2 {
    padding: 0;
    margin-top: -10px;
}

.cartonbox-nav-dotted li:before {
    display: none;
}

.cartonbox-up .cartonbox-wrap {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

.cartonbox-up .cartonbox-close,
.cartonbox-up .cartonbox-prev,
.cartonbox-up .cartonbox-next,
.cartonbox-up .cartonbox-nav,
.cartonbox-zoom-start .cartonbox-close,
.cartonbox-zoom-start .cartonbox-prev,
.cartonbox-zoom-start .cartonbox-next,
.cartonbox-zoom-start .cartonbox-nav {
    opacity: 0;
}

.cartonbox-zoom-start .cartonbox-wrap {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.cartonbox-zoom-finish .cartonbox-wrap {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.cartonbox-wrap.cartonbox-inline {
    max-width: 95%;
    padding: 0 35px;
}

.cartonbox-item .cartonbox-container {
    padding-left: 15px;
    padding-right: 15px;
}
/*  new style 19/10/22 */

.step_6 .step_mail__white-box{
    padding: 15px;
    background-color: #fff;
    border: 3px solid #fbd0f5;
    border-radius: 25px;
    width: 100%;
    background: #fbd0f5;
    border: 2px solid #fbd0f5;
    background-color: rgba(251,208,245,.2);
} 
.step_6 .legend{
    width: 29%;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 30px;
    font-size: 18px;
    line-height: inherit;
    color: #fbd0f5;
    font-family: 'Lato', sans-serif;
    border-bottom: 0px solid #e5e5e5 !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
    background: #1c1a32;
}
.step_6 .check_text{
font-size: 18px;
}
@media (max-width: 768px) {
    /* 1/30 */
    /*.accordion .month_heading p{font-size: 16px;
        text-align: center;
        backdrop-filter: blur(100px);
        padding: 0px 8px;
        display: inline-block;
    }*/
    .mb-50 {margin-bottom: 20px;}
    /*.month_heading{padding-bottom: 50px;text-align: center;}*/
    /*.accordion .month_heading .month_heading_border{margin-top: -10px!important;  margin-left: 0px;}*/
    /*.month_heading{display: block;}*/
    /***/
    /* 1/2 blog accordion */
    .accordion .month_heading p{font-size: 18px;}
    .accordion-body{padding: 10px 5px 20px;}
    /****/


    .sign_content_div ul li{
        font-size: 14px;
    }
    .order_text{
        order: 1;
    }
    .order_img{
        order: 0;
    }
    .sign_content_div h3{
        font-size: 26px;
        padding-bottom: 12px;
    }
    .sign_content_div h6{
        font-size: 20px;
    }
    .sign_content_div .intro_text {
      padding: 40px 0px;
      font-size: 18px;
    }
    .p-50 {
        padding: 24px 0px 50px;
      }
      .sign_content_div h4 {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 34px;
      }
       .sign_content_div p {
        font-size: 16px;
        line-height: 24px;
      }
    .personal-date {
           font-size: 15px;
           margin-top: 12px;
       }
    /* discount */
     .discount_step .discount_timmer {padding: 6px 14px;text-align: center;}
      .discount_step .discount_timmer h3 {font-size: 9px;letter-spacing: normal;line-height: 30px;}
      .discount_step .discount_timmer h3 span {font-size: 8px;letter-spacing: normal;}
      .discount_last_div {padding: 16px 24px;text-align: center;}
       .discount_last_div h6 {font-size: 14px;line-height: 30px;letter-spacing: 0.84px;padding-bottom: 8px;}
       .discount_last_div p {font-size: 21px;line-height: 27px;text-align: center;}
       .sign_info_sec .sign_display_div{margin-bottom: 14px;height: auto!important;}
    .step__form .sign-box__yourSign img {max-width: 30%;}
    .disclaimer_space{padding-top: 500px;}
    .discount_timmer .countdown_div ul li.item_separator {
        padding: 0px 4px;
    }
    .discount_timmer .countdown_div ul li span {
        font-size: 13px;
        line-height: 25.685px;
    }
    .slider .slider_mail_heading {
        font-size: 22px;
        padding-bottom: 40px;
        line-height: 32px;
      }
    .step_9 .newsletter_check_box.form-check .form-check-label {
      font-size: 14px;
      line-height: normal;
    }
     .premium-details p {
        font-size: 12px;
        line-height: 16px;
      }
     .step_1 p {
        font-size: 24px;
      }
      .header {
            padding-top: 5px;
      }
      .header .navbar-brand img, .footer .navbar-brand img {
        max-width: 73%;
      }
     .pre_product_modal .modal-header .modal-title {font-size: 22px;}
     .blog_page_content .blog_page_text .top_title{
        font-size: 24px;
        line-height: normal;
     }
     .blog_page_content .blog_page_text span{
        font-size: 21px;
     }
     .blog_page_content .blog_page_text{
        text-align: center;
        font-size: 14px;
        line-height: 25px;
     }
     .blog_page_content .blog_page_text img {
          max-width: 100%;
     }
     .blog_page_content {
          padding: 40px 0px 60px;
     }
    .btn_1{
        height: 40px;
        min-height: 40px;
        font-size: 18px;
    }
    .navbar-toggler-icon {
    background: url(../images/menu.png) no-repeat;
  }
  .header .navbar-collapse{
    background-color: rgba(72, 63, 80, 0.56);
    text-align: center;
    padding: 16px 0px;
  }
  .navbar-toggler:focus{box-shadow: none;}
  
  
    .footer .navbar-brand img {
    max-width: 20%;
  }
  .step_1 p {
    padding-bottom: 0px;
  }
  .main_form .step_1 h1.title-main{padding-bottom: 0px;}
  .footer .navbar-nav li a{
    font-size: 14px;
    padding: 0px 9px;
  }
    .info_section {
    padding-top: 70px;
}
/*.disclaimer_section {
  margin-top: 60px!important;
}*/

.disclaimer_section h4{
    font-size: 28px!important;
}
 .newsletter_sec .newsletter_form h6 {
    font-size: 16px;
    line-height: 22px;
  }
    .newsletter_sec .newsletter_form h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .newsletter_sec .form-select{
    background-size: 16px 16px;
    background-position: right 10px center;
  }
  .newsletter_sec input, .newsletter_sec .form-select{
    padding: 10px 12px!important;
  }
.read_more_btn{
    font-size: 16px;
}
.Compatibility_main_box h3, .explore_tarot_main_box h3{
    line-height: 34px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 23px;
}
.info_section .info_sec_box h3, .horoscop_sec .horoscop_box h6, .Compatibility_sec .Compatibility_box h6, .explore_more_tarot_sec .Compatibility_box h6, .premium_rep_box .premium_rep_box_text h6, .blog_sec .blog_box_text h6{
    line-height: 32px;
    font-size: 20px;
}
.sub_title {
    font-size: 16px;
  }
   .main_title {
    font-size: 26px;
  }
.horoscop_sec, .explore_more_tarot_sec, .blog_sec{
        padding: 60px 0px;
}
.newsletter_sec #contactForm{
    margin-bottom: 0px;
}
/*.newsletter_sec{
    padding-bottom: 60px;
}*/
.footer{
    margin-top: 60px;
}
    .box-sign {
    gap: 20px 7px;
  }
    .step_6 .legend{
    width: 42%;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .sign-box__img img {
        max-width: 62%;
      }
    .step_6 .check_text{font-size: 15px;}
}
@media (max-width: 378px) {
    .button-box{width: 69px;}
}
@media (max-width: 368px) {
    .button-box{width: 79px;}
}

.font-20{
    font-size: 20px;
}
.font-26 {
    font-size: 26px;
}
.lh-32{
    line-height: 25px;
}
.font-18{
    font-size: 18px;
}
.font-65{
    font-size: 65px;
}
.modal-header{
    border-bottom:none;
}
.close-btn{
    font-size: 50px;
}
.pb-30{
    padding-bottom: 30px;
}
.social_icon {
    width: 80ox;
    border-radius: 50%;
    border: 1px solid #fff;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.pt-5{
    padding-top: 5px;
}
.font-40{
    font-size: 40px;
}
.texts-start{
    text-align: start;
}