@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");
}

.bg-black {
    background: #000;
    color: #fff;
}

.bg-black:hover,.bg-black:focus,.bg-black:active {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

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

body{
    /*background: url('https://sachinnssharma.com/wp-content/uploads/2018/02/grey_sparkle_01.jpg');*/
    background-repeat: repeat;
    background-size: contain;
}

.main_wrapper {
    min-height: 900px;
}
.page{
    color: #000;
}
.navbar{
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    border-bottom:1px solid #000;
    border-color: #000;
    padding: 10px 0 3px 0!important;
}

.arrow-line {
    position: relative;
}

.life_reading_content p {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}

.life_reading_content a {
    color: #000;
    text-decoration: none;
}

.life_reading_content h2 {
    font-size: 26px;
}

.read_more_content {
    display: none;
}

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

.feedback-imgs {
    margin-top: 50px;
    margin-bottom: 50px;
}
.feedback-imgs .w-100 {
    width: 100%;
}

.map-content {
    display: block !important;
}

.feedback-videos {
    margin-top:50px;
}

.feedback-videos iframe{
    width: 100%;
    height: 500px;
}

.map-content .arrow-line {
    font-size: 50px;
    margin-bottom: 40px;
}




.arrow-line:after {
    font-family: Stellarium;
    content: '\e901';
    line-height: 0;
    position: absolute;
    right: -5px;
    bottom: 0px;
    color: #000000;
    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: #000;
    font-size: 28px;
    padding-top: 4px;
}
.info{
    color: #000;
}
.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: #000 !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: #000;
    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: #000;
    transition: all 100ms ease 0s;
    opacity: .7;
}
.social-icons a{
    font-size: 1.1rem;
    color: #000;
    line-height: 48px;
    transition: .3s ease;
    text-decoration: none;
}

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

.social-icons i{
    cursor: pointer;
    margin-left: 27px;
}
.social-icons .fab:hover{
    transition: .3s ease;
    color: #d4af37;
}
footer{
    /*background: url('../images/footer.jpg');*/
    background: #f6f6f5;
    background-position: center center;
}

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

.footer_logo {
    margin-bottom: 50px;
}

.footer_logo p{
    color: #000;
    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: #000;
    height: 60px;
    border: 1px solid #000000;
    transition: .6s ease;
}
.social-apps i:hover{
    background: #000000;
    color:  #fff;
    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: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 4px solid #000;
    text-align: center;
}
.form-content input{
    background: transparent;
    border: none;
    margin: 8px;
    width: 250px;
    font-weight: 500;
    outline: none;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    color: #000;
    padding-left: 5px;
}
input::placeholder {
    color: #000000;
}



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

.title {
    color:#000;
}


.content-heading h2.title, .remedy-form h2, .life-reading-form h2 {
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    border-color: #000;
}

.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: #000;
    padding: 15px 0 6px 0;

}

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

span.note {
    color:#000;
    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: #000;
}

.list-group-item {
    border: 1px solid transparent;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

span.error {
    color:red;
    display: block;
}

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

.price-wrapper span.price {
    color: #000;
    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: #000;
    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: #fff;
    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 #000;
    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: #000;
    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: #000;
    background-color: #fff;
    border: 1px solid #000;
    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: #000;
}

.thankyou-page .content p{
    color: #000;
    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: #000 !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: #000;
}

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

.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: #000 !important;
}

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


.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: #000;
}

.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 #000;
}

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

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

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

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

.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: #000;
}
.chatbox .chat_date {
    display: block;
    font-size: 12px;
}
.chatbox p {
    margin: 0;
    color: #000;
    padding-left: 5px;
}
.chatbox.right-chat p {
    padding-left: 0;
    padding-right: 5px;
}

.user_dashboard form label {
    color: #000;
}

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: #000;
    background-color: darkgoldenrod;
    border-color: darkgoldenrod;
    margin-top: 20px;
}

.ticket-action-btn:hover {
    color: #000;
}
.ticket-action-btn:focus {
    color: #000;
    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: #000;
}

.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: 100%;

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

#paymentElement {
    background: transparent;
    padding: 0 0 12px 0;
    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: #000;
    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;
}


.ads-popup {
    overflow: hidden !important;
}

.ads-popup .modal-dialog{
    max-width: 450px;
    display: flex;
    align-items: center;
}

.ads-popup .modal-content {
    background: #111a1f;
    color: #000;
    border: 1px solid #545743;
    padding: 25px 25px;
    border-radius: 19px;
}

.ads-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 28px;
    opacity: 1;
}

.ads-popup h2 {
    color: #fff;
    margin: 20px 0;
}

.ads-popup .yellow {
    color:#fde838;
}
.ads-popup p {
    padding: 0;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
}

.ads-popup .popup-cta-btn {
    padding: 10px 15px;
    display: inline-block;
    color: #000;
    border: 1px solid #fde838;
    color: #fde838;
    margin-top: 20px;
    text-decoration: none;
}
.ads-popup h2.sub-title {
    font-size: 24px;
    color: #fff;
    margin: 15px 0;
}

.sidebar_cta_btn img{
    width: 100%;
}
.sidebar_cta_btn {
    width: 60px;
    position: fixed;
    right: 27px;
    bottom: 100px;
    z-index: 999;
    cursor: pointer;
}

.whatsapp_icon, .wa_community_icon {
    position: fixed;
    right: 12px;
    bottom: 10px;

    background-color: #25D366;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px rgba(0,0,0,.5);
}

.wa_community_icon img {
    filter: brightness(0) invert(1);
    width: 50px;
}
.wa_community_icon {
    bottom:30%;
    padding: 6px;
}

.ht_ctc_an_heartBeat {
    animation-name: heartBeat;
    animation-duration: calc(1s * 1.3);
    animation-duration: calc(var(1) * 1.3);
    animation-timing-function: ease-in-out;
}

.ht_ctc_animation {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 300;
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@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:#000;
    }

    .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: #000;
        text-transform: uppercase;
        font-size: 14px;
    }
}


@media(max-width:450px){

    .big_fd_image img {
        width: 100%;
    }

    .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%;
    }

    .ads-popup .close {
        right: 15px;
        top: -5px;
        font-size: 33px;
    }

    .ads-popup .modal-content {
        padding-right:0;
        padding-left:0;
    }

    .mobile-logo img {
        width: 120px;
    }
}

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

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

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