@font-face {
    font-family: "Interface";
    src: url("../fonts/Interface.woff") format("woff"), url("../fonts/Interface.ttf") format("truetype");
}

@font-face {
    font-family: "Stellarium";
    src: url(../fonts/Stellarium.woff) format("woff"),url(../fonts/Stellarium.ttf) format("truetype");
}

*[data-ico-interface]:before {
    font-family: Interface;
    content: attr(data-ico-interface);
}

body{
    background: url('../images/BlinkingStars.gif');
    background-repeat: repeat;
    background-size: contain;

    /*background-image: url(images/moon.png);*/
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;

    background-attachment: fixed;
}

.main_wrapper {
    min-height: 900px;
}
.page{
    color: #fff;
}
.navbar{
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    border-bottom:1px solid #dcdcdc;
    border-color: rgba(255,255,255,.4);
    padding: 10px 0 3px 0!important;
}

.arrow-line {
    position: relative;
}

.arrow-line:before {
    content: "\f111";
    color: #dcdcdc;
    position: absolute;
    font-size: 4px;
    left: 0;
    line-height: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    bottom: -1px;
    line-height: 0;
}

.arrow-line:after {
    font-family: Stellarium;
    content: '\e901';
    line-height: 0;
    position: absolute;
    right: -5px;
    bottom: 0px;
    color: #dcdcdc;
    font-size: 7px;
}

.navbar nav ul{
    display: flex;
    font-family: 'PT Sans';
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}
.navbar nav ul li{
    list-style: none;
}

.navbar nav ul li:first-child {
    margin-right: 20px;
}

.navbar nav ul li a{
    color: #9c8686;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.bt_bb_icon_holder {
    color: #fff;
    font-size: 28px;
    padding-top: 4px;
}
.info{
    color: #dcdcdc;
}
.navbar .info .upper-text{
    font-size: 11px;
    line-height: 1.5;
    display: flex;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lower-text{
    font-size: 1em;
    display: block;
    line-height: 1;
}
.navbar .info{
    padding-left: 10px;
}
.info:hover{
    color: #d4af37 !important;
}
.main-menu{
    padding: 0;
    z-index: 0;
}

.menu nav ul {
    padding-left: 0;
}

.menu nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.menu nav ul li a{
    text-decoration: none;
    font-size: 12px;
    padding: 0 60px 0 0;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    display: contents;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 100ms ease 0s;
}
.menu nav ul li a:hover{
    color: #dcdcdc;
    transition: all 100ms ease 0s;
    opacity: .7;
}
.social-icons a{
    font-size: 1.1rem;
    color: #dcdcdc;
    line-height: 48px;
    transition: .3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    color: #dcdcdc;
    text-decoration: none;
}

.social-icons i{
    cursor: pointer;
    margin-left: 27px;
}
.social-icons .fab:hover{
    transition: .3s ease;
    color: #d4af37;
}

.bt_bb_headline_content span {
    color: #fff;
    display: block;
    font-size: 22px;
}

.language_section {
    margin-bottom: 30px;
}

.bt_bb_headline_content:before {
    content: '\e900';
    font-size: 5px;
    font-family: Stellarium;
    border: none;
    width: auto;
    margin: 4em 0 !important;
}

.bt_bb_headline_content:after {
    content: '\e900';
    font-size: 5px;
    font-family: Stellarium;
    border: none;
    width: auto;
    margin: 4em 0 !important;
}

footer{
    /*background: url('../images/footer.jpg');*/
    /*background-position: center center;*/
}



.footer_wrapper {
    padding: 50px 0 0px 0;
}

.footer_logo {
    margin-bottom: 50px;
}

.footer_logo p{
    color: #fff;
    font-weight: 500;
}

.lang_box, .currency_box {
    outline: none;
    border: 0;
    padding: 2px 6px;
}

.flag_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flag_wrapper a{
    width: 150px;
}

.flag_wrapper a svg {
    width: 100%;
    height: 100%;
}

/* .dark-bottom{
    border: 3px solid red;
} */
.dark-image img{
    width: 100%;
    opacity: 0.9;
}
.main-menu{
    justify-content: space-between;
    display: flex;
}
.main-content{
    width: 100%;
    margin-bottom: 50px;
    /* height: 100vh; */
}
.content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content-logo img{
    height: 80px;
}

.social-apps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.social-apps a{
    text-decoration: none ;
    margin-right: 15px;
}
.social-apps i{
    width: 60px;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    height: 60px;
    border: 1px solid #dcdcdc;
    transition: .6s ease;
}
.social-apps i:hover{
    background: #dcdcdc;
    color:  black;
    transition: .6s ease;
}
.footer-form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.subscribe-btn {
    border: none;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 4px solid #fff;
    text-align: center;
}
.form-content input{
    background: transparent;
    border: none;
    margin: 8px;
    width: 250px;
    font-weight: 500;
    outline: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 5px;
}
input::placeholder {
    color: #dcdcdc;
}



.tips p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: .7em;
    padding: 0 20px;
    font-size: .75rem;
}

.title {
    color:#fff;
}


.content-heading h2.title, .remedy-form h2 {
    display: inline-block;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    border-color: rgba(255,255,255,.4);
}

.life-reading-form h2.title {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 26px;
}

.content-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.remedy-form h3, .remedy-form h2{
    color: #fff;
    padding: 15px 0 6px 0;

}

.remedy-form h2 {
    margin-bottom: 20px;
}

span.note {
    color:#fff;
    font-size: 13px;
}

.remedy-form {
    margin-top: 20px !important;
    margin-bottom: 100px !important;
}

.remedy-form .list-group-item label {
    margin-bottom: 0;
    cursor: pointer;
}

.life-reading-form label,
.remedy-form .form-group label {
    color: #fff;
}

.remedy-form .list-group-item {
    position: relative;
    display: block;
    padding: 0 0 0.75rem 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
    color: #fff;
    padding-left: 0;
}

.remedy-form .list-group-item:last-child {
    margin-bottom: 0px;
}

span.error {
    color:red;
    display: block;
    font-size: 14px;
}

.price-wrapper {
    margin-left: 15px !important;
}

.price-wrapper span.price {
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
}

.card-price {
    float: right;
}

.loader {
    background-color: #000000d4;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    -webkit-transition: opacity .25s ease;
    z-index: 1001;
    margin: 0 auto;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
}

.loader .loader-text {
    font-size: 24px;
    color: #fce136;
    margin-top: 10px;
    text-shadow: 0px 0px 10px #000;
}

.content-heading span.price {
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
}

.price-wrapper {
    display: flex;
    align-items: center;
}

.mobile-menu {
    position: fixed;
    height: 100vh;
}

#sidebar {

}

.mobile-menu-wrapper .mobile-sidebar-close {
    display: none;
}
.mobile-menu-wrapper.active .mobile-sidebar-close {
    display: block;
    position: absolute;
    right: -21px;
    color: #fff;
    font-size: 20px;
    top: 8px;
}

#sidebar {
    position: fixed;
    top: 0px;
    height: 100%;
    right: 100%;
    transition: 0.3s;
    z-index: 100;
    text-align: left;
    background: #000;
    width: 0px;
    left: 0;
    box-shadow: 9px 5px 15px 0px rgb(0 0 0 / 7%);
    overflow: hidden;
}

.mobile-menu-wrapper.active {
    background: #000000b8;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
}

.mobile-menu-wrapper.active #sidebar{
    width: 300px;
    overflow: unset;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.mobile-logo {
    padding-top: 15px;
    display: none;
}

[data-ico-fa]:before {
    font-family: "Font Awesome 5 Pro";
    content: attr(data-ico-fa);
}

body.mobile-menu-open {
    overflow: hidden;
}

#downloadBtn {
    word-break: break-word;
    white-space: break-spaces;
    margin-top: 18px;
}

.free-label {
    color:#FFD700;
    font-weight: bold;
    font-size: 17px;
}
.free-label.red {
    color:red !important;
}

.blink_me {
    animation: blinker 1s linear infinite;
}
.ad-image {
    text-align: right;
}

.faq_sub_heading {
    font-size: 12px;
}

.content-form form {
    background: url(../images/shooting-star-1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.faq_section .accordion .card {
    border: 1px solid #fff;
    margin-bottom: 20px;
    background-color: transparent;
}

.faq_section .accordion .card .card-header {
    padding: 0;
    border: none;
    border-radius: 10px;
}

.faq_section .accordion .card .card-header button {
    padding: 18px 15px 18px 65px;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.faq_section .accordion .card .card-header button:hover,
.faq_section .accordion .card .card-header button:focus {
    text-decoration: none;
}

.faq_section .accordion .card .card-header button:before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ed3b48;
    background-color: #ffffff;
    border: 1px solid #ed3b48;
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    margin-left: -45px;
    margin-right: 13px;
}

.faq_section .accordion .card .card-header button.collapsed::before {
    content: "\f067";
}

.thankyou-page h1{
    text-align: center;
    margin-top: 20px;
    color: #eeee00;
}

.thankyou-page .content p{
    color: #eeee00;
    font-size: 24px;
    text-align: center;
}
.thankyou-page .content {
    display: block;
}

.thankyou-page .content a {
    color: #000000;
    overflow-wrap: break-word;
    background: #e4e400;
    font-weight: 600;
}


.faq-course-item label {
    width: 100%;
    display: flex;

}

.faq-course-item label span {
    padding-right:10px !important;
    display: inline-block;
}

.faq-question-form label {
    color: #fff !important;
}

.coupon-field {
    width: 250px;
    margin-right: 15px;
    display: inline-block;
}

button.close {
    outline: none;
}

.login_sec_pop .modal-title{
    font-size: 24px;
}

.login_sec_pop .modal-sub-title {
    font-size: 18px;
}

.login_sec_pop .modal-body {
    padding: 25px 30px;
}

.login_sec_pop .modal-form-wrapper {
    background: transparent;
    box-shadow: none;
    margin: 0px auto 0px;
    max-width: 360px;
    padding: 0;
}

.guest-checkout-btn {
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    height: auto !important;
}

.modal-content .divider {
    color: #ccc;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
}

.modal-content .divider:after {
    margin: 0 -55% 0 2% !important;
}

.login-signup-social-btn .btn .fab,
.login-signup-social-btn .btn .fab{
    float: left;
    font-size: 20px;
    padding-top:2px
}

.login-signup-social-btn .btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
}

.login-signup-social-btn .btn:hover {
    color: #fff;
}

.btn-facebook:hover {
    background: #133783 !important;
    border-color: #133783 !important;
}

.btn-google:hover {
    background: #df2616  !important;
    border-color: #df2616  !important;
}

.modal-content .divider:before, .modal-content .divider:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 50%;
    height: 0.65em;
    border-bottom: 1px solid #ccc;
    margin: 0 2% 0 -55%;
}

.login_sec_pop .modal-form-wrapper button[type="submit"], .forgot_password_area .reset_btn {
    /*border: 2px solid transparent;*/
    /*font-weight: 600;*/
}

.forgot_password_area p, .forgot_password_area label {
    color: #fff !important;
}

.forgot_pass_link, .forgot_pass_link:hover {
    color: #fff;
}


.language-popup .modal-body {
    padding: 50px 30px;
}

.language-popup .modal-body a {
    text-decoration: none;
}

.lang_text {
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.social_login_popup .modal-body .btn {
    font-size: 15px;
    font-weight: normal;
    height: 126px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}
.btn-facebook {
    background: #2953ad !important;
    border-color: #2953ad !important;
}

.btn-google {
    background: #de5246 !important;
    border-color: #de5246 !important;
}

.social_login_popup .modal-title {
    font-size: 20px;
}

.user_dashboard .content-heading {
    margin-bottom: 20px;
}

.side_menu_wrapper ul li.active {
    background: darkgoldenrod;
}

.side_menu_wrapper ul li.active a, .side_menu_wrapper ul li:hover a {
    color: #fff;
}

.side_menu_wrapper ul li:hover {
    background: darkgoldenrod;
}

.user_dashboard table td label.order-status-success,
.user_dashboard table td label.order-status-paid{
    margin: 0;
    background: #5cb85c;
    padding: 0px 8px;
}

.user_dashboard table td label.order-status-pending_payment {
    margin: 0;
    background: #b8860b;
    padding: 0px 8px;
}

.social_login_popup .btn .fab,
.social_login_popup .btn .fa {
    display: inline-block;
    font-size: 46px;
    margin-bottom: 10px;
    line-height: normal;
}
.btn-signup-email {
    border-color: #eee;
}

.side_menu_wrapper {
    background: #000000;
}

.side_menu_wrapper ul {
    border: 1px solid #fff;
}

.side_menu_wrapper ul li a{
    display: block;
    padding: 10px 15px;
    color: darkgoldenrod;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.side_menu_wrapper ul li:last-child a {
    border-bottom: 0px solid #fff !important;
}

.order-table {
    border: 1px solid #fff;
}

.order-table th {
    color: darkgoldenrod;
}
.order-table tr td {
    color: #fff;
}

.ticket-table td a{
    color: darkgoldenrod;
}

.chatbox {
    border-bottom: 1px dashed darkgoldenrod;
    display: flex;
    padding: 8px 0;
}

.chatbox.right-chat {
    flex-direction: row-reverse;
}



.chatbox .chat_user {
    color: #fff;
}
.chatbox .chat_date {
    display: block;
    font-size: 12px;
}
.chatbox p {
    margin: 0;
    color: #fff;
    padding-left: 5px;
}
.chatbox.right-chat p {
    padding-left: 0;
    padding-right: 5px;
}

.user_dashboard form label {
    color: #fff;
}

span.required {
    color: red;
}

.ticket-status-pending,
.ticket-status-answered,
.ticket-status-closed{
    margin: 0;
    padding: 0px 8px;
}
.ticket-status-pending {
    background: #b8860b;
}

.ticket-status-answered {
    background: #5cb85c;
}

.ticket-status-closed {
    background: red;
}

.ticket-action-btn {
    color: #fff;
    background-color: darkgoldenrod;
    border-color: darkgoldenrod;
    margin-top: 20px;
}

.ticket-action-btn:hover {
    color: #fff;
}
.ticket-action-btn:focus {
    color: #fff;
    background-color: darkgoldenrod;
    border-color: darkgoldenrod;
    box-shadow: 0 0 0 0.2rem rgb(222 170 12 / 50%);
}

/* proof popup */
.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999 !important;
}

.custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}
.custom-notification-content-wrapper {
    margin: 0;
    color: gray;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    align-items: center;
}

.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
    flex-basis: calc(100% - 70px);
}

.custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    color: #757373;
    opacity: 0;
}

.custom-notification-content a {
    color: #f3632e !important;
}

.custom-social-proof:hover .custom-close {
    opacity: .8;
    visibility: visible;
}


.custom-notification-content-wrapper .service_icon {
    height: 56px;
    flex-basis: 56px;
    border-radius: 50%;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 20%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.custom-notification-content-wrapper .service_icon i {
    font-size: 30px;
    color: #ffffff;
}

.custom-notification-content-wrapper .service_icon img{
    width: 50px !important;
}

.custom-notification.review {
    height: 200px;
    width: 100px;
}

.custom-notification.review .service_icon {
    display: none;
}

.custom-notification.review .custom-notification-content a{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover !important;
    border-radius: 5px;
    background-repeat: no-repeat !important;
}
/* end proof popup */


.stripe_payment_wrap {
    display: flex;
    align-items: center;
}
.stripe_payment_wrap .svg_icon {
    width: 70px;
    height: 39px;
    margin-right: 10px;
    border: 1px solid #635bff;
    padding: 5px;
    border-radius: 4px;
}

.stripe_payment_wrap #paymentElement {
    width: calc(100% - 80px);

}
.stripe_payment_wrap .svg_icon svg {
    width: 100%;
    height: 100%;
}

#paymentElement {
    background: #fff;
    padding: 12px;
    border-radius: 4px;
}
.yantra_table {
    width: 100%;
}
.yantra_table td, .yantra_table th {
    padding: 5px;
}
.yantra_table thead {
    background: #131313;
}

.yantra_page .sec_heading {
    margin-bottom: 20px;
}
.yantra_page iframe {
    margin-bottom: 20px;
}

.know-yantram {
    color: #fff;
    font-size: 20px;
}


.know-yantram a{
    margin-top: 10px;
    font-size: 20px;
    text-decoration: none;
}

.know-yantram a:hover {
    text-decoration: none;
    color: #FFD700;
}

.img-yantra {
    text-align: center;
}

.img-yantra img{
    width: 50%;
}

.yantra-price {
    color: #FFD700!important;
    font-weight: bold;
    font-size: 17px;
}

.yantra-price del{
    color: red !important;
    font-weight: bold;
    font-size: 17px;
}

.single-page .heading_content p{
    font-size: 19px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media(max-width:1024px){
    .menu nav ul li {
        margin-right: 20px;
    }
}

@media (min-width: 960px)
{
    #checkout-login-popup .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (max-width : 768px) {
    .ad-image {
        display: none;
    }
    .web-menu {
        display: none;
    }

    .mobile-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bt_bb_icon {
        margin-right: 10px;
    }

    .bt_bb_icon a, .bt_bb_icon a:hover {
        text-decoration: none;
        color:#fff;
    }

    .mobile-menu-wrapper.active .mobile-menu {
        margin-left: 0 !important;
    }

    .mobile-menu .logo {
        text-align: center;
        margin-top: 20px;
    }

    .mobile-menu ul {
        margin-top: 25px;
    }

    .mobile-menu ul li {
        text-align: center;
        padding: 7px 0;
    }

    .mobile-menu .social-icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu .social-icons i {
        margin-left: 0;
        margin-right: 20px;
    }
    .mobile-menu ul li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }
}


@media(max-width:425px){

    .language-popup .modal-body {
        padding: 24px 20px;
    }

    .content-heading {
        display: flex;
        align-items: center;
    }

    .content-heading .title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .flag_wrapper a {
        width: 120px;
    }
    .lang_text {
        font-size: 18px;
    }
    .ad-image {
        display: none;
    }
    .footer-form {
        flex-direction: column;
    }

    .subscribe-btn {
        margin-top: 20px;
    }

    .social-apps i{
        width: 45px;
        font-size: 15px;
        height: 45px;
    }

    .loader .loader-text {
        font-size: 18px;
    }

    .img-yantra img{
        width: 100%;
    }
}

@media(max-width:375px){
    .content-heading {
        display: block;
    }

    .price-wrapper {
        justify-content: space-between;
        margin-top: 12px;
    }

    .loader .loader-text {
        font-size: 16px;
    }
}
