@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Poppins&display=swap");

/*all in one header*/

* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

.collapse .btnhome {
    border-radius: 8px;
    border: 2px;
    padding: 10px 34px;
    font-size: 15px;
    font-weight: bolder;
}

.mynav li {
    padding: 5px;
}

.navbar img {
    max-width: 100%;
    max-height: 90px;
}


/*homapage login modal css*/

.modal-body .loginimg {
    width: 350px;
    height: 350px;
}

.btnclassforall {
    border: none;
    margin-top: 30px;
}


/*my account dropdown css*/

.dropdown121 {
    position: relative;
    display: inline-block;
}

.dropdown-content121 {
    overflow: hidden;
    display: none;
    position: absolute;
    min-width: 180px;
    z-index: 2;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown-content121 a {
    float: none;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown121:hover .dropdown-content121 {
    display: block;
}

.dropdown121top {
    position: relative;
    display: inline-block;
}

.dropdown-content121top {
    overflow: hidden;
    display: none;
    position: absolute;
    bottom: 0;
    min-width: 75px;
    z-index: 1;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.dropdown-content121top a {
    float: none;
    padding: 2px 4px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown121top:hover .dropdown-content121top {
    display: block;
}

.carousel-item {
    max-height: 550px;
}

.whyus .btnn {
    border: none;
    font-weight: 600;
}

.ourservice .pp,
.whyus .pp,
.ourastrologer .pp
/*.ourproduct .pp*/

    {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.04em;
}

.services .btn,
.whyus button {
    text-transform: capitalize;
}

.ourservice .services {
    width: 85vw;
}

.ourservice .card-hrad {
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ourservice .card-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ourservice .ourserviceimg {
    width: auto;
    height: 150px;
}

/* .ourastrologer .ourastrocard {
    width: 250px;
} */

.ourblogimg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.ourastrologer .btn {
    float: right;
    font-size: small;
    font-style: normal;
}

.ourastrologer .astro {
    width: 80vw;
    margin: 0 auto;
}

.chatinput {
    box-shadow: 0 0 4px 2px #ccc;
    background-color: #9b3434;
}

.ourastrologer img {
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
}

.astroprofile {
    width: 90vw;
}

.box .btn {
    font-size: 1.5rem;
}

.ourastrologer .btn {
    text-transform: uppercase;
}


/* navigation */


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
    list-style-type: none;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul li a {
    color: #000;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    background-color: #FF0000;
    padding: 10px 20px;
    color: white;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    top: 50%;
    visibility: visible;
}

@media (max-width: 1279px) {}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}


/* .ourproduct .btn {
  text-transform: uppercase;
} */


/**/

.ourtesti img {
    border-radius: 50%;
    width: 140px;
}

.ourtesti .ourtesticard {
    width: 280px;
}

.ourtesti h5 {
    display: inline-block;
    font-size: smaller;
    border: none;
}

.ourtesti .info p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* text-align: justify; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

.ourtesti .pp {
    font-weight: 500;
    font-size: 40px;
    text-decoration: underline;
    letter-spacing: 2px;
}

.ourtesti .btp {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}


/**/


/* .ourproduct {
  align-items: center;
  text-align: center;
} */


/* .ourproduct .star {
  width: 120px;
  margin-top: -40px;
}

.ourproduct .imgone {
  border-radius: 21px;
  border: 2px solid black;
  display: inline-flex;
  width: 1vw;
} */


/* .ourproduct .imgtwo {
  border-radius: 21px;
}

.ourproduct .imgthree {
  border-radius: 21px;
}

.ourproduct .card1 {
  border-radius: 21px;
  height: 430px;
}
.ourproduct p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
}

.ourproduct .card2 {
  border-radius: 21px;
  height: 430px;
}

.ourproduct .card3 {
  border-radius: 21px;
  height: 430px;
}

.ourproduct img {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 10px 20px;
}


/*
.ourproduct .toppro {
  border: 2px solid black;
  width: 75vw;
  border: none;
}

.ourproduct .btn {
  float: right;
  font-size: small;
  font-style: normal;
}

.ourproduct .starbook {
  text-align: justify;
}*/


/*contact.html css*/

.ourproduct .card-text {
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.lowhead {
    background: url(../img/lowheadbg.jpg);
    background-repeat: no-repeat;
}

section .contactbtn {
    width: 35vw;
}

section .map {
    width: 100%;
    height: 550px;
    border: 0;
}

@media screen and (max-width: 767.98px) {
    .al-breadcrumb-wrapper {
        margin-top: 149px;
    }
}

.al-breadcrumb-wrapper {
    background: var(--al-page-title-bg);
    padding: 36px 0 50px;
    position: relative;
    background-size: cover !important;
    background-position: center bottom !important;
    color: var(--al-font-color);
}


/*Astroprofile.html  css*/

section .maincontent {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

section .profile_img {
    width: 228px;
    height: 228px;
}

section .follow-btn {
    border: none;
    font-size: 16px;
    display: flex;
    position: relative;
    padding: 6px 16px;
    border-radius: 23px;
    font-weight: 600;
    line-height: 1;
}

section .astroname {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

section .verifyicon {
    width: 20px;
    display: inline-block;
    margin-left: 10px;
}

section .astroskill {
    margin-bottom: 10px;
}

section .astrolang,
section .astroexp {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

section .fess_amnt {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

section .conversationdeatil {
    display: flex;
}

section .chat_details {
    font-size: 16px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

section .call_details,
section .chat_details {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

section .details_of_conversation {
    display: flex;
}

section .btnscontact {
    margin-top: 20px;
}

section .row .aboutme-pare {
    text-align: justify;
}

section .astrocontact {
    display: flex;
    margin: 0 auto;
    border: none;
    width: 100%;
    border-radius: 30px;
    padding: 8px 17px;
    transition: all 0.3s ease-in-out;
    min-height: 55px;
    font-weight: bold;
}

.rating_review .container .border_outline {
    border-radius: 10px;
    padding: 14px;
}

.ratting_heading {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.ratting_number {
    text-align: center;
    font-size: 40px;
    margin-bottom: 7px;
    font-weight: 400;
    line-height: 1;
}

.ratting_star {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.half {
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

.fa-user:before {
    content: "";
}

.value_toal {
    font-weight: 600;
    font-size: 13px;
}

.status_bar_ratting {
    display: flex;
    align-items: center;
}

.number_progress_bar {
    font-size: 22px;
    margin-right: 10px;
}

.width_custom {
    width: 80%;
    border-radius: 10px;
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}

.progress {
    height: 1rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.review_height_Set {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.review_height_Set::-webkit-scrollbar {
    width: 7px;
}

.review_border_radius {
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.picture_profile {
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date_rate_reply {
    font-size: 13px;
    margin: 3px 0;
}

.comment_rate_reply {
    font-size: 13px;
    margin-top: 1px;
    overflow-wrap: anywhere;
}

.box_reply_review,
.box_reply_review_loader {
    border-radius: 10px;
}

.box_reply_review {
    display: flex;
    padding: 9px 10px;
    min-height: 70px;
    margin: 10px 0;
}


/*blog section start*/

.mostRelatedBLogs .blgBlox3.blogCardTwo .sideImg img {
    height: 70px !important;
    object-fit: contain !important;
}

.blgBlox3.blogCardTwo a .sideImg img {
    height: 81px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    height: 1px;
}

.mostRelatedBLogs .blgBlox3.blogCardTwo .blgTitle p {
    min-height: 40px !important;
}

.blgBlox3 .blgTitle p {
    min-height: 61px;
}

.blgTitle p {
    min-height: 55px;
}

.smallBlgCards img {
    width: 100px;
    height: 100px;
}

.three-line-text {
    overflow: hidden;
}

.blogCardTwo.blgBlox3 a {
    padding-bottom: 9px;
    margin-bottom: 8px;
}

.blogCardTwo a {
    gap: 13px;
}

.mostRelatedBLogs .blogCardTwo a .sideImgTxt {
    width: calc(100% - 92px);
}

.blogCardTwo a .sideImgTxt {
    width: calc(100% - 105px);
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.smallBlgCards .recent {
    display: inline-block;
    padding: 5px 10px 2px;
}

.blgBlox3 {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}

.mostRelatedBLogs .blgBlox3.blogCardTwo .sideImg img {
    height: 70px !important;
    object-fit: contain !important;
}

.blgBlox3.blogCardTwo a .sideImg img {
    height: 81px !important;
}

.blogCardTwo a .sideImg img {
    object-fit: cover;
}

.blogCardTwo.blgBlox3 a {
    padding-bottom: 9px;
    margin-bottom: 8px;
}

.blogCardTwo a {
    gap: 13px;
}

@media (max-width: 700px) {

    .categories_section,
    .recently_posted_blogs,
    .categories_section {
        display: none;
    }

    .blogsection {
        width: 100vw;
        margin: 0 auto;
    }
}


/*Astrologer.html css*/

.Astrologers .box {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    margin-left: 120px;
}

.Astrologers h4 {
    font-size: 10px;
}

.discBox {
    left: 0 !important;
    box-shadow: none !important;
    top: 0 !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 0 !important;
    position: absolute;
    padding: 0px 5px !important;
}

.discBox:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 12px;
    left: 99%;
    width: 0;
    height: 0;
    top: 0;
}

.discBox1 {
    left: 0 !important;
    box-shadow: none !important;
    top: 0 !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 0 !important;
    position: absolute;
    padding: 0px 5px !important;
}

.discBox1:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 12px;
    left: 99%;
    width: 0;
    height: 0;
    top: 0;
}

.discBox2 {
    left: 0 !important;
    box-shadow: none !important;
    top: 0 !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 0 !important;
    position: absolute;
    padding: 0px 5px !important;
}

.discBox2:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 12px;
    left: 99%;
    width: 0;
    height: 0;
    top: 0;
}


/* .topline input[type="checkbox"]{
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  position: relative;
  padding: 0px !important;
} */

.Astrologers .card {
    /* align-items: center; */
    /* margin-top: 30px; */
}

.Astrologers .astroimg {
    width: 70px;
    height: 70px;
    position: relative;
}


/*blog.html ki css*/

@media (max-width: 700px) {

    .categories_section,
    .recently_posted_blogs,
    .categories_section {
        display: none;
    }

    .blogsection {
        width: 100vw;
        margin: 0 auto;
    }
}

.aboutlearn .aboutimg {
    width: 100%;
}

.bgabout .aboutcard {
    align-items: center;
}

.bgabout .aboutcards {
    width: 90vw;
}

.bgabout .head {
    align-items: center;
}

.bgabout img {
    width: 50%;
}

.socialmedia:hover,
.socialmedia:focus {
    text-decoration: none;
}

.socialmedia {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

footer img,
.mynav .brand {
    width: 35px;
    height: 35px;
}

footer p i {
    margin: 4px;
}

footer li {
    padding: 4px;
    list-style-type: square;
}

footer h6,
footer strong {
    display: inline-block;
    margin-bottom: 4px;
}


/*customer profile*/

.img-fluid {
    max-width: 100%;
    height: auto;
}

a .cusproimg {
    transition: 0.5s;
}

.cusproimg {
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
    border-style: none;
}

.astroimgcustomerprofile {
    width: 100px;
    height: 100px;
}

.userTitles h4 {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.userTitles p {
    font-size: 12px;
    font-weight: 500;
}

.titleEditBtn button.btn786 {
    padding: 0 4px !important;
    line-height: 20px !important;
    height: 20px !important;
    border: none;
}

.userEditBtn button.btn {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    font-size: 25px;
    opacity: 0;
    transition: 0.2s;
}

.userEditBtn p:hover button.btn {
    opacity: 1;
}

.MenuLists li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.MenuLists li.dividers {
    border: 0;
}

.MenuLists li {
    padding: 4px 0px;
}

.MenuLists li a {
    padding: 2px 10px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.getsuggestions .astroReportsData {
    padding: 0px 0px 0px !important;
}

.astroReportsData:before {
    display: none;
}

.dailyPrediction .ProfileDetails h3 {
    font-size: 15px;
    margin-bottom: 15px;
}

.topColSet {
    font-size: 11px;
}

.dailyPrediction .ProfileDetails ul {
    margin: 0 !important;
}

.dailyPrediction .ProfileDetails ul h3,
.astroReportsData h5 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.dailyPrediction .ProfileDetails ul p,
.astroReportsData p {
    font-size: 12px;
    margin-bottom: 10px;
}

.basicDetailsInfo table th,
.basicDetailsInfo table td {
    font-size: 10px;
    padding: 5px;
}

.dailyPrediction01 {
    column-count: 2;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    column-gap: 10px;
    column-fill: balance;
    grid-gap: 20px;
    row-gap: 10px;
}

.dailyPrediction01 .ProfileDetails {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 0px;
    padding: 15px 0px;
}

.ProfileDetails .card {
    margin-bottom: 0px;
}

.dailyPrediction02 {
    display: flex;
    gap: 15px;
}

.dailyPrediction02 .ProfileDetails {
    flex: auto;
}

.dailyPrediction02 .ProfileDetails .row .col-sm-6:nth-child(2) {
    padding: 0px 5px;
}

.dailyPrediction02 .ProfileDetails .row .col-sm-6:first-child {
    padding-right: 0px;
}

.dailyPrediction02 .ProfileDetails .row .col-sm-6:last-child {
    padding-left: 0px;
}

@media (max-width: 575px) {
    .dailyPrediction01 {
        column-count: 1;
    }

    .dailyPrediction02 {
        flex-direction: column;
    }

    .dailyPrediction02 .ProfileDetails .row .col-sm-6:nth-child(2) {
        padding: 0px 15px;
    }

    .dailyPrediction02 .ProfileDetails .row .col-sm-6:first-child {
        padding-right: 15px;
    }

    .dailyPrediction02 .ProfileDetails .row .col-sm-6:last-child {
        padding-left: 15px;
    }

    .astroReportsData h2,
    .basicDetailsInfo h3 {
        font-size: 14px !important;
    }
}

.modal-content .modal-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.modal-content #countreycodeindex {
    width: 60px;
}

.modal-content .sendotp {
    font-size: 14px;
}

.modal-content .btn-close {
    border-radius: 50%;
}

.modal-content .myprofilecustomer {
    padding: 5px 10px;
    border: 1px;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.modal-content .hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}


/*Top UP modal css*/

.payment {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.paydetail {
    width: 75vw;
    border-radius: 10px;
    padding: 10px;
}

.p {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    /* margin: 0 0 15px; */
    border-radius: 10px;
    padding: 10px 0;
}

table,
td,
tr {
    border-color: inherit;
    border: 1px solid gray;
    border-collapse: collapse;
    padding: 8px;
}

.table,
.td,
.tr {
    width: 100%;
}


.totalpay {
    font-weight: 800;
}

.rupy {
    text-align: right;
    width: 20vw;
}

.coupon {
    font-size: large;
    border-radius: 4px;
    padding: 8px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0;
}

.typepay {
    margin: 10px;
}

.upideb,
.paycredit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.upi,
.DEBIT,
.Netbank {
    width: 300px;
    width: 25vw;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 8px;
    align-items: center;
    height: 72px;
    position: relative;
}

@media (max-width: 500px) {

    .upi,
    .DEBIT,
    .Netbank,
    .credit,
    .paytm {
        font-size: small;
    }
}

.credit,
.paytm {
    width: 37vw;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 8px;
    align-items: center;
    height: 72px;
    position: relative;
}

.credit:active,
.upi:active,
.DEBIT:active,
.paytm:active,
.Netbank:active,
.coupon:active {
    transform: translateY(4px);
}


/*mywallet css*/

.nameDatas .namesList h5,
.inputForms label,
.lowFund {
    font-size: 12px;
    margin-bottom: 0px;
    letter-spacing: 0.3px;
}

.userIncomeData .nameDatas .namesList h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.lowFund {
    font-size: 10px;
}


/* input[type="email"], input[type="number"],
input[type="date"], input[type="time"],
.select2-container--default .select2-selection--single,
 select.form-control, .SignUpEnquiry_Main .form-group input,
 span.select2-container span.select2-selection, textarea.form-control {
    border-radius: 3px !important;
    height: 40px;
    padding: 5px 10px;
    font-size: 13px;
} */

.gtBtn {
    border-radius: 8px;
    padding: 2px;
}

#walletAmount {
    padding: 2px;
    border-radius: 8px;
}

.holidaysList li .a {
    min-width: 140px;
}

.holidaysList .giftamt {
    font-size: small;
    border: 2px dotted;
}

.holidaysList {
    gap: 10px;
    flex-wrap: wrap;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

.userTableDetails table tbody tr td,
.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    word-break: keep-all;
    white-space: nowrap;
}

.userTableDetails table thead tr th,
.userTableDetails table tbody tr th {
    border-bottom: 1px;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
}

.userTableDetails table tbody tr td {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    word-break: break-word;
    padding: 6px;
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    font-weight: 600;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    height: 1px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

@media (max-width: 575px) {

    .form-control,
    section .btn,
    .btn,
    .SbmtBtn,
    span.select2 *,
    input {
        font-size: 12px !important;
    }
}

@media (max-width: 575px) {
    .form-control {
        font-size: 13px !important;
    }

    .AddressDetails i.fa.fa-inr,
    .UserDataTable table th,
    .UserDataTable table td,
    .black_box1 h4,
    .form-control,
    .astrologer_info_point li,
    .mobliphonelogin:not(:placeholder-shown)+label,
    .mobliphonelogin:focus+label,
    .dataTables_info {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}


/*astroproduct css*/


/* General */

.shop-index__section {
    position: relative;
    margin-bottom: 60px;
}

.shop-index__section.alt {
    padding-top: 60px;
    padding-bottom: 60px;
    border-width: 1px 0 1px 0;
    border-style: solid;
}

.shop-index__heading {
    margin-top: 0;
    margin-bottom: 60px;
    font-family: "Questrial", sans-serif;
}

.shop-index__heading+p {
    margin-top: -50px;
    margin-bottom: 60px;
}


/** Shop: Sorting **/

.shop__sorting {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: -20px;
    text-align: right;
}

.shop__sorting>li {
    display: inline-block;
}

.shop__sorting>li>a {
    display: block;
    padding: 20px 10px;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
}

.shop__sorting>li>a:hover,
.shop__sorting>li>a:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .shop__sorting {
        text-align: left;
        border-bottom: 0;
    }

    .shop__sorting>li {
        display: block;
    }

    .shop__sorting>li>a {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .shop__sorting>li.active>a {
        font-weight: 600;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: 37%!important;

    }
}


/** Shop: Checkout **/


/** Shop: Order Confirmation */

.shop-conf__heading {
    margin-bottom: 40px;
}

.shop-conf__heading+p {
    margin-bottom: 100px;
}


/**
 * Forms
 */

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}


/* Has error */

.has-error .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* Checkboxes */

.checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.checkbox label {
    padding-left: 0;
}


/* .checkbox label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "FontAwesome";
}


.checkbox input[type="checkbox"]:checked + label::before {
  content: "\f00c";
} */


/* Radios */

.radio input[type="radio"] {
    display: none;
}

.radio label {
    padding-left: 0;
}

.radio label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.radio input[type="radio"]:checked+label:before {
    border-width: 7px;
}


/* Quantity */

.input_qty {
    margin-bottom: 10px;
}

.input_qty input[type="text"] {
    display: none;
}

.input_qty label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.input_qty label>span:not(.output) {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input_qty label>span:not(.output):last-child {
    float: right;
    border-right: 0;
}

.input_qty label>output {
    display: inline-block;
    line-height: inherit;
    padding: 0;
}

.input_qty_sm label {
    width: 80px;
    height: 20px;
    border: 0;
    line-height: 20px;
}

.input_qty_sm label>span:not(.output) {
    width: 20px;
    height: 20px;
    border: 0 !important;
}

.input_qty_sm label>span:not(.output):hover {
    background-color: transparent;
}

.input_qty_sm label output {
    font-weight: 600;
}


/*productcards*/

.c_review {
    margin-bottom: 0;
}

.c_review li {
    margin-bottom: 16px;
    padding-bottom: 13px;
}

.c_review li:last-child {
    margin: 0;
    border: none;
}

.c_review .avatar {
    float: left;
    width: 80px;
}

.c_review .comment-action {
    float: left;
    width: calc(100% - 80px);
}

.c_review .comment-action .c_name {
    margin: 0;
}

.c_review .comment-action p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    display: block;
}

.product_item:hover .cp_img {
    top: -40px;
}

.product_item:hover .cp_img .hover {
    display: block;
}

.product_item .cp_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}

.product_item .cp_img img {
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
}

.product_item .cp_img .hover {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.product_item .product_details {
    padding-top: 110%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 300px;
    text-align: left;
}

.product_item .product_details h5 {
    margin-bottom: 5px;
}

.product_item .product_details h5 a {
    font-size: 16px;
}

.product_item .product_details h5 a:hover {
    text-decoration: none;
}

.product_item .product_details .product_price {
    margin: 0;
}

.product_item .product_details .product_price li {
    display: inline-block;
    padding: 0 8px;
}

.product_item .product_details .product_price .new_price {
    font-weight: 600;
}

.product_item_list table tr td {
    vertical-align: middle;
}

.product_item_list table tr td h5 {
    font-size: 15px;
    margin: 0;
}

.product_item_list table tr td .btn {
    box-shadow: none !important;
}

.product-order-list table tr th:last-child {
    width: 145px;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preview .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview .preview-thumbnail.nav-tabs {
    margin-top: 15px;
    font-size: 0;
}

.preview .preview-thumbnail.nav-tabs li {
    width: 20%;
    display: inline-block;
}

.preview .preview-thumbnail.nav-tabs li nav-link img {
    max-width: 100%;
    display: block;
}

.preview .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 2px;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.preview .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.preview .tab-content {
    overflow: hidden;
}

.preview .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.details .rating .stars {
    display: inline-block;
}

.details .sizes .size {
    margin-right: 10px;
}

.details .sizes .size:first-of-type {
    margin-left: 40px;
}

.details .colors .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.details .colors .color:first-of-type {
    margin-left: 20px;
}

.details .colors .not-available {
    text-align: center;
    line-height: 2em;
}

.details .colors .not-available:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f136";
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cart-page .cart-table tr th:last-child {
    width: 145px;
}

.cart-table .quantity-grp {
    width: 120px;
}

.cart-table .quantity-grp .input-group {
    margin-bottom: 0;
}

.cart-table .quantity-grp .input-group-addon {
    padding: 0 !important;
    text-align: center;
}

.cart-table .quantity-grp .input-group-addon a {
    display: block;
    padding: 8px 10px 10px;
}

.cart-table .quantity-grp .input-group-addon a i {
    vertical-align: middle;
}

.ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control {
    padding: 0;
}

.ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control .btn-round.btn-simple {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ec-checkout .wizard .content ul.card-type {
    font-size: 0;
}

.ec-checkout .wizard .content ul.card-type li {
    display: inline-block;
    margin-right: 10px;
}

.card101 {
    margin-bottom: 30px;
    transition: 0.5s;
    border: 0;
    border-radius: 0.55rem;
    position: relative;
    width: 100%;
}

.card101 .body {
    font-size: 14px;
    padding: 20px;
    font-weight: 400;
}


/*astroregistraion*/

.lowhead {
    background: url(https://kamleshyadav.com/wp/astrologer/demo2/wp-content/uploads/sites/3/2021/09/page-title.jpg);
    background-repeat: no-repeat;
}

.wizard-card .picture {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture-src {
    width: 100%;
}

.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.formsection {
    width: 75vw;
}

@media (max-width: 995px) {
    .formsection {
        width: 95vw;
    }
}

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }
}


/*offerpage ki css*/


/* @media (min-width: 1200px){
.BlackFridayBanner__wrapper {
    justify-content: center;
}}

@media (min-width: 768px){
.BlackFridayBanner__wrapper {
    flex-wrap: nowrap;
}

.BlackFridayBanner__pinkTitle {
  font-size: 40px;
  line-height: 45px;
}
.BlackFridayBanner__whiteTitle {
  font-size: 25px;
}
.BlackFridayBanner__promocode {
  font-size: 33px;
}
.BlackFridayBanner__content {
  flex-direction: row;
}

} */


/*
@media (min-width: 568px){
.BlackFridayBanner__wrapper {
    flex-direction: row;
}}
 */

.BlackFridayBanner__pinkTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.07em;
    margin: 10px 15px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.BlackFridayBanner__wrapper {
    font-family: Inter;
}

.BlackFridayBanner__pinkTitle:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
}


/*blog*/

.catop {
    font-size: 14px;
    font-weight: 200;
}

.icon_img_trending img {
    width: 100%;
}

.heading_name_trending h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6rem;
    margin: 0 0 0.5rem;
}

img.img-responsive.wp-post-image {
    height: 173px;
    object-fit: cover;
}

img.img-responsive.wp-post-image {
    height: 173px;
    object-fit: cover;
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.imgblog {
    border-style: none;
    max-width: 100%;
    height: auto;
}

.blog_box_content {
    border-radius: 20px;
    margin-bottom: 20px;
    display: block;
    color: initial;
    text-decoration: none;
    transition: ease-in-out all 0.3s;
    position: relative;
}

.heading_top_trending {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.heading_name_trending h6 {
    font-size: 0.8rem;
    margin: 0;
    font-weight: 400;
}

.content_blog_list .col-3 {
    padding-right: 30px;
}

.review_upper_image span {
    font-size: 10px;
}

.last_row_blog_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 10px 15px;
    margin-top: 15px;
}

.blog_img_content img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.search_box_astromall_new {
    position: relative;
    margin: 20px;
}

.search_box_astromall_new {
    position: absolute;
    top: 12px;
    right: 35px;
    font-size: 22px;
    opacity: 1;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search_box_astromall_new input {
    width: 100%;
    border-radius: 25px;
    padding: 12px 40px 12px 30px;
    /* border: 1px; */
    font-size: 16px;
    outline: none;
}

.fa-search:before {
    content: "";
}

.description_blog {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description_blog {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100px;
    text-align: left;
}

.description_blogtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    text-align: left;
}

.filtercss {
    width: 327px;
    margin-left: 17px;
    margin-top: 16px;
}

.filtercssbtn {
    margin-left: 26px;
    margin-top: -10px;
}

.shopproductcontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    text-align: center;
}

.description_blog {
    padding: 10px 15px 5px;
    font-size: 15px;
}

.writter_blog_box {
    text-align: left;
    font-size: 13px;
}

.date_description_blog {
    text-align: right;
    font-size: 13px;
}

.review_upper_image {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 3px 6px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.recently_posted_blogs .trending_link {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.1s;
}

.catergories_items .categories_link {
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
}


/*detailblog page ki css*/

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Blog
---------------------*/

.blog-grid {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-grid .blog-img {
    position: relative;
}

.blog-grid .blog-img .date {
    position: absolute;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
}

.blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
}

.blog-grid .blog-info {
    padding: 20px;
}

.blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-grid .blog-info p {
    margin: 0;
}

.blog-grid .blog-info .btn-bar {
    margin-top: 20px;
}


/* Blog Sidebar
-------------------*/

.blog-aside .widget {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.blog-aside .widget-body {
    padding: 15px;
}

.blog-aside .widget-title {
    padding: 15px;
}

.blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.blog-aside .widget-author .media {
    margin-bottom: 15px;
}

.blog-aside .widget-author p {
    font-size: 16px;
    margin: 0;
}

.blog-aside .widget-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-aside .widget-author h6 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
}

.blog-aside .post-aside {
    margin-bottom: 15px;
}

.blog-aside .post-aside .post-aside-title h5 {
    margin: 0;
}

.blog-aside .post-aside .post-aside-title a {
    font-size: 18px;
    font-weight: 600;
}

.blog-aside .post-aside .post-aside-meta {
    padding-bottom: 10px;
}

.blog-aside .post-aside .post-aside-meta a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.blog-aside .latest-post-aside+.latest-post-aside {
    padding-top: 15px;
    margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
    width: 90px;
}

.blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px;
}

.blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
}

.blog-aside .latest-post-aside .lpa-title h5 {
    margin: 0;
    font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
    font-weight: 600;
}

.blog-aside .latest-post-aside .lpa-meta a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.tag-cloud a {
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article {
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    margin: 15px 0 30px;
}

.article .article-title {
    padding: 15px 0 20px;
}

.article .article-title h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article .article-title h6 a {
    text-transform: uppercase;
}

.article .article-title h2 {
    font-weight: 600;
}

.article .article-title .media {
    padding-top: 15px;
    padding-bottom: 20px;
}

.article .article-title .media .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.article .article-title .media .media-body {
    padding-left: 8px;
}

.article .article-title .media .media-body label {
    font-weight: 600;
    margin: 0;
}

.article .article-title .media .media-body span {
    display: block;
    font-size: 12px;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0;
}

.article .article-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.article .article-content blockquote .blockquote-footer {
    font-size: 16px;
}

.article .article-content blockquote .blockquote-footer cite {
    font-weight: 600;
}

.article .tag-cloud {
    padding-top: 10px;
}

.article-comment {
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
}

.article-comment h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px;
}

.detailblogimg {
    object-fit: cover;
    object-position: top;
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.detailblogimg {
    vertical-align: middle;
    border-style: none;
}

.detailmainimg {
    width: 100%;
}

.holidaysList .giftonetime {
    font-size: x-small;
}

.holidaysList .boxgift {
    position: relative;
    overflow: hidden;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 70px;
    padding: 4px 0;
    font-size: xx-small;
    font-weight: bolder;
    text-transform: uppercase;
}


/* top left*/

.ribbon-top-left {
    top: -20px;
    left: -20px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
    display: none;
}

.ribbon-top-left span {
    right: 83px;
    top: 25px;
    transform: rotate(-45deg);
}


/*product detail ki css*/


/*panel*/

.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
}


/*product list*/

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a {
    border-bottom: none;
}

.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus,
.prod-cat li ul li.active a,
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
    background: none;
}

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i {
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

.productminiimg {
    width: 120px;
    height: 100px;
}

.mainimgproduct {
    width: 550px;
    height: 380px;
}


/*add to cart ki css*/

.addcartpayimg {
    width: 65px;
}

.addcartbtnqty {
    height: 40px;
}

.addcartbtninput {
    height: 40px;
}

.cartinfoimg {
    width: 180px;
    height: 200px;
}

.addcartradio {
    width: 22px;
    height: 22px;
}


/*devieydetail css*/

.card-custom {
    /* border-bottom-left-radius: 10% 50%;
    border-top-left-radius: 10% 50%; */
    border: 1px solid rgb(224, 219, 219);
}

.white-text {
    font-weight: 100;
    font-size: 14px;
}

.back-button {
    font-weight: 700;
    margin-top: 50px;
}

.fa-solid,
.fas {
    font-weight: 900;

}

/*thoroscope css*/

.mainSection p {
    text-align: justify;
}

.thoroscopeimg {
    width: 88px;
    height: 88px;
}


/*thoroscope detail ki css*/

.parah_bottom {
    text-align: justify;
}

.horoscope_box_new1 {
    display: flex;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    width: 100%;
}

.horoscope_box_new {
    transition-timing-function: ease-in-out;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
}

.delete_icon_kundli {
    right: 13px;
    bottom: 10px;
}


/*today panchang ki css*/

.tpanchghead {
    border: 2px solid;
    border-radius: 10px 10px 0 0;
}


/*getkundli css*/

.kundli_predict_card {
    margin: 15px;
    height: 85px;
    border-radius: 15px;
    transition: 0.5s;
}


/*service page css*/

.AddressInsides {
    transition: 1.2s;
}

.AddressInsides:hover {
    transform: scale(1.1);
}

.AddressInsides {
    border-radius: 4px;
}

.CardImageSet .UserImg1 img {
    max-height: 151px;
    object-fit: contain;
}

/* .CardImageSet .UserImg1 img {
    max-height: 100%;
} */


/*service*/

.Bannerslider {
    background-image: url(../img/banner.png);
    height: 200px;
}


/*updte css aman*/

.ourblogimg {
    width: 200px !important;
    height: 200px !important;
    margin: auto;
}

.ourtesti img {
    border-radius: 50%;
    width: 180px !important;
    height: 180px !important;
    margin: auto;
}

.description_blog101 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 200px;
    text-align: left;
}

.ourhoroscope img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
}


/*service detil*/

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative;
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1;
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all 0.5s;
}

.product-grid2:hover .social li {
    transform: translateX(0);
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: 0.15s;
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: 0.25s;
}

.product-grid2 .social li a {
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    content: attr(data-tip);
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid2 .social li a:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
    opacity: 1;
}

.product-grid2 .add-to-cart {
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all 0.3s;
}

.product-grid2 .add-to-cart:hover {
    text-decoration: none;
}

.product-grid2:hover .add-to-cart {
    bottom: 0;
}

.product-grid2 .product-new-label {
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
}

.product-grid2:hover .product-new-label {
    opacity: 0;
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center;
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px;
}

.product-grid2 .price {
    font-size: 15px;
}

@media screen and (max-width: 990px) {
    .product-grid2 {
        margin-bottom: 30px;
    }
}

.servicedeatil img {
    width: auto;
    height: 250px;
}

.seviceastroimg {
    height: 100px;
    width: 100px;
}

.booknowbtn:hover {
    font-weight: bold;
}

.description_blogpage {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
    text-align: left;
}


/*tiles css*/

.icon-shape {
    background-position: 50%;
    border-radius: 0.75rem;
    height: 48px;
    width: 48px;
}

.text-center {
    text-align: center !important;
}

.icon {
    fill: currentColor;
    stroke: none;
}


/*chat box*/

.msg_card_body {
    height: 58vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/chatimg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.msg_card_bodylive {
    height: 58vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/chatimg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


/* .contacts_card, .livecallimage{
            height: 590px;
        } */


/*
		.chat{
			margin-top: auto;
			margin-bottom: auto;
		} */

.livemsg {
    font-size: 12px;
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: auto;
}

.card-header {
    border-bottom: 0 !important;
    background-color:#fff;
}

.card-footer {
    border-top: 0 !important;
}

.search {
    border-radius: 15px 0 0 15px !important;
    border: 0 !important;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    border: 0 !important;
    height: 60px !important;
    overflow-y: auto;
    margin-top: 0px !important;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    border: 0 !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    border: 0 !important;
    cursor: pointer;
    margin-top: 4px !important;
    height: 55px;
    width: 60px;
}

.search_btn {
    border-radius: 0 15px 15px 0 !important;
    border: 0 !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}

.user_img {
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.user_img_msg {
    height: 40px;
    width: 40px;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    bottom: 0.15em;
    right: 0.25em;
}
.busy_icon {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    bottom: 0.15em;
    right: 0.25em;
}

.offline_icon {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    bottom: 0.15em;
    right: 0.25em;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.user_info span {
    font-size: 20px;
}

.user_info p {
    font-size: 14px;
}

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

.video_cam span {
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.msg_cotainer {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    padding: 10px;
    position: relative;
    max-width: 75%;
}

.msg_cotainerchat {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    padding: 10px;
    position: relative;
    max-width: 75%;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    padding: 10px;
    position: relative;
    max-width: 75%;
}

.msg_time {
    position: absolute;
    left: 0;
    bottom: -18px;
    margin-left: 10px;
    font-size: 10px;
}

.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -18px;
    margin-right: 10px;
    font-size: 10px;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.icon_containerchat {
    position: relative;
    width: 2.7rem;
    height: 2.7rem;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.icon_containerchat:hover {
    transform: scale(1.1);
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;
}

.recordchat {
    padding: 7px 10px;
    margin: 10px;
}

.action_menu ul li:hover {
    cursor: pointer;
}

@media (max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }
}

.paregraphtiles {
    font-size: 14px;
}

.anchortag {
    transition: 0.2s;
}


/*faq page with tabbing*/

.tabcontent {
    display: none;
    border-top: none;
}


/*liveastro.html ki css*/

.reel__container {
    background: url(../img/astrolive.gif) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reel__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.reel__user {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.reel__options {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.customer__container {
    background: url(../img/customerlive.gif) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .livefooter {
        background-color: transparent;
        position: absolute;
        bottom: 1.5vh;
    }

    .inputliveastro {
        background: transparent;
    }

    .sendbtnliveastro {
        background: transparent;
    }

    .card-headerleftsidelive {
        display: none;
    }

    .card-header {
        display: block;
        background: transparent;
        position: absolute;
    }

    .customerlive {
        height: 45vh;
        z-index: 1;
        bottom: 1vh;
    }

    .msg_card_bodylive {
        background: transparent;
        position: absolute;
        bottom: 14vh;
        height: 25vh;
    }

    .rightsidelive {
        position: relative;
        height: 45vh;
        width: 100%;
        z-index: 1;
    }

    .action_menu_btn {
        display: none;
    }

    .profilelivedot {
        display: none;
    }

    .leftsidelive {
        position: absolute;
        bottom: 0;
        background: transparent;
        z-index: 2;
        border: none;
        width: 100vw;
    }
}

@media (min-width: 768px) {
    .rightsidelive {
        height: 45vh;
    }

    .reel__back-buttonvideo {
        display: none;
    }

    .msg_head {
        display: block;
    }

    .leftsidelive {
        position: relative;
        height: 90vh;
    }

    .msg_card_bodylive {
        background: url(../img/chatimg.webp);
        position: relative;
        bottom: 0;
    }

    .rightsidelive {
        position: relative;
    }
}


/*customerchathistroy.html ki css*/

.chathistroyimg {
    width: 60px;
    height: 60px;
}


/* aman gupta css */

@media (max-width: 375px) {

    .formsection .col-6,
    .formsection .col-4,
    .formsection .col-2 {
        width: 95vw;
    }
}

.pac-container {
    z-index: 20;
    position: fixed;
    display: inline-block;
    /* float: left; */
}

.modal {
    z-index: 20;
}

.modal-backdrop {
    z-index: 10;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.edit_icon_kundli {
    right: 40px;
    bottom: 10px;
}

.api-calculators-list-image img {
    height: 85px;
    vertical-align: middle;
}

.ourblogimg {
    width: 200px;
    height: 200px;
}

.login-popup {
    font-size: 12px;
}


/* tiles */

.icon-shape {
    background-position: 50%;
    border-radius: 0.75rem;
    height: 30px;
    width: 30px;
}

.text-center {
    text-align: center !important;
}

.icon {
    fill: currentColor;
    stroke: none;
}

.font-size-dash {
    font-size: 14px !important;
    font-weight:bold;
}

#loader-icon {
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.star {
    font-size: x-large;
    width: 20px;
    display: inline-block;
}

.star:last-child {
    margin-right: 0;
}

.star:before {
    content: '\2605';
}

.star.half:after {
    content: '\2605';
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}

.cardastroveri {
    z-index: 0;
    border: none;
    position: relative
}

.fs-titleveri {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    font-weight: normal
}

#progressbarveri {
    margin-bottom: 30px;
    overflow: hidden;
}

#progressbarveri li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbarveri #account:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbarveri #personal:before {
    font-family: FontAwesome;
    content: "\f156"
}

#progressbarveri #payment:before {
    font-family: FontAwesome;
    content: "\f095"
}

#progressbarveri #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbarveri li:before {
    width: 80px;
    height: 80px;
    line-height: 75px;
    display: block;
    font-size: 25px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    margin-top: 30px;
    padding: 2px;
    animation: shadow-pulse 2s infinite;
}

#progressbarveri:after {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    left: 15%;
    top: 55%;
    z-index: -1
}

.progress-bar li:before {
    content: "I";
    font-family: dreamspace;
    display: block;
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}

.progress-bar li:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 13px;
    z-index: -1;
}

.progress {
    height: 10px
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.freeservicecard {
    height: 478px;
}

.bggrn {
    background-color: #10CA00;
    transition: transform 0.8s;
    width: 90px;
    font-size: 13px;
    padding: 6px 4px;
}

.bggrn:hover {
    background-color: #10CA00;
    transform: scale(1.2);
}

.bggrn1 {
    background-color: #10CA00;
    transition: transform 0.8s;
    width: 90px;
    font-size: 13px;
    padding: 8px 4px;
}

.bggrn1:hover {
    background-color: #10CA00;
    transform: scale(1.2);
}

.description_blogastro {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
    text-align: left;
}

.star-widget input {
    display: none;
}

.star-widget label {
    font-size: 35px;
    color: #444;
    padding: 10px;
    float: right;
    transition: all .2s ease;
}

input:not(:checked)~label:hover,
input:not(:checked)~label:hover~label {
    color: #fd4;
}

input:checked~label {
    color: #fd4;
}

#rate-1:checked~.rating-desc:before {
    content: "1😋";
}

#rate-2:checked~.rating-desc:before {
    content: "2";
}

#rate-3:checked~.rating-desc:before {
    content: "3";
}

#rate-4:checked~.rating-desc:before {
    content: "4😋";
}

#rate-5:checked~.rating-desc:before {
    content: "5😋";
}

.rating-desc {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all .2s ease;
}

.textarea textarea {
    border: 1px solid #e4e5e7;
    background: white;
    color: #6C6C6E;
    padding: 22px;
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: -0.011em;
    border-radius: 10px;
    resize: none;
}

.textarea textarea:focus {
    border-color: #36bb91 !important;
    background: white;
    color: #1a1a1a;
    outline: none;
}

:not(.btn-check)+.btn:active {
    outline: none;
}

.star-rating-bx {
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 40px;
}

.star-icon {
    padding-bottom: 20px;
}

.modal-title {
    font-weight: 600;
}

#error-comment,
#error-rating {
    color: red;
}

.astrobladecard {
    height: 210px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
}

.squareimg {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
}

.squareimgproduct {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}

.testimo {
    object-fit: contain;
}

.squreimgbox {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.squreimgboxastro {
    width: 200px;
    height: 140px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.ratting {
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff;
}

.wordlimit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    background: #ec8236;
    color: #ffffff;
    transition: 0.65s;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.liveastromid {
    z-index: 9999;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0 !important;
    top: 162px !important;
}

.livespan {
    /* background: red; */
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 10px !important;
}

.discBox4 {
    z-index: 9999;
    right: 10px !important;
    box-shadow: none !important;
    top: 10px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 0px 5px !important;
    /* background-color: #FF0000 !important; */
}

.user_img_live_chat {
    height: 50px;
    width: 50px;
}


/* .user_img_live_chat {
    border: 1.5px solid #f5f6fa;
} */

.online_icon_live_chat {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    bottom: 0.15em;
    right: 0.25em;
    /* background-color: #198754;
    border: 1.5px solid white; */
}

.img_cont_live_chat {
    position: relative;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

#action_menu_btn_live_chat {
    position: absolute;
    right: 1px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}

.type_msg_live_chat {
    /* background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important; */
    border: 0 !important;
    height: 40px !important;
    overflow-y: auto;
    border-radius: 15px 0px 0px 15px !important;
}

.send_btn_live_chat {
    /* background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important; */
    border-radius: 0 15px 15px 0 !important;
    border: 0 !important;
    cursor: pointer;
    padding: 7px 18px !important;
}

.discBox5 {
    z-index: 9999;
    right: 10px !important;
    box-shadow: none !important;
    bottom: 10px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 8px !important;
    position: absolute;
    padding: 8px 8px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox6 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 65px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox7 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 155px !important;
    /* bottom: 110px !important; */
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox8 {
    z-index: 9999;
    left: 10px !important;
    box-shadow: none !important;
    bottom: 10px !important;
    height: 120px !important;
    width: 100px;
    min-height: auto !important;
    border-radius: 5px !important;
    position: absolute;
    padding: 6px 10px !important;
    /* background-color: #FF0000 !important; */
    /* color: white; */
}

.discBox9 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 110px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 10px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox10 {
    z-index: 999999;
    box-shadow: none !important;
    height: 35px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox11 {
    z-index: 999999;
    box-shadow: none !important;
    height: 35px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox12 {
    z-index: 9999;
    right: 20px !important;
    box-shadow: none !important;
    bottom: 110px !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 50% !important;
    position: absolute;
    padding: 6px 12px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.discBox14 {
    box-shadow: none !important;
    height: 25px !important;
    width: 30px !important;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    /* background-color: #FF0000 !important;
    color: white; */
}

.live-call-span1 {
    font-weight: 600;
    font-size: 20px;
}

.live-call-span2 {
    font-size: 15px;
}

.live-join-btn {
    background: red;
    padding: 5px 10px;
    width: 100%;
    /* color: white; */
}


/* .live-join-btn:hover {
    color: white;
    background-color: #ff0000b3;
} */

#exampleModal {
    z-index: 99999;
}

.user_img_msg_live {
    height: 35px;
    width: 35px;
}

.img_cont_msg_live {
    height: 35px;
    width: 35px;
}

.msg_cotainer_send_live {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    padding: 4px 10px;
    position: relative;
    max-width: 75%;
    font-size: 12px;
    /* background-color: #e96a02d8;
    color: #fff; */
}

.waitlist-count-in-live {
    position: absolute;
    top: -4px;
    right: -4px;
    /* color: brown;
    background: #c1c1c1; */
    padding: 0px 4px;
    font-size: 10px;
    font-weight: 800;
    border-radius: 50%;
}

.live-user-joined-count {
    /* border: 1px solid #8f8d8d; */
    border-radius: 5px;
    padding: 2px 6px;
    /* background: aliceblue; */
    font-size: 14px;
    /* color: brown; */
    float: right;
}

.iti--container {
    z-index: 999999;
}

.live-gift-btn {
    /* background: red; */
    padding: 5px 10px;
    width: 100%;
    /* color: white; */
}


/* .live-gift-btn:hover {
    color: white;
    background-color: #ff0000b3;
} */

.gift_img_in_live {
    height: 30px;
    width: 30px;
}

.liveGiftBox {
    z-index: 9999;
    left: 10px !important;
    box-shadow: none !important;
    top: 10px !important;
    height: 42px !important;
    width: 190px;
    min-height: auto !important;
    position: absolute;
    /* border-radius: 50px !important;
    padding: 4px 18px 4px 8px !important;
    background-color: #FF0000 !important; */
    /* color: white; */
}

.live-gift-row {
    margin: 0px 0px 5px 0px !important;
    border-radius: 50px !important;
    padding: 4px 0px 4px 0px !important;

}

.live-gift-img-col {
    padding: 0px 6px;
}

.live-gift-txt-col {
    font-size: 10px;
    padding: 0px 0px 0px 2px;
}

#join_user_name {
    font-size: 12px;
    /* display: none; */
}

.previous-left-arrow {
    position: absolute;
    top: 45%;
    left: 18%;
}

.previous-right-arrow {
    position: absolute;
    top: 45%;
    right: 18%;
}

@media only screen and (max-width: 768px) {
    .previous-left-arrow {
        position: absolute;
        top: 22%;
        left: 8%;
        z-index: 99999;
    }

    .previous-right-arrow {
        position: absolute;
        top: 22%;
        right: 8%;
        z-index: 99999;
    }
}

.regf {
    background-color: #ebebeb;
    margin-top: -8px;
}

.vendercss {
    background-color: #ededed;
    color: black;
    margin-top: -8px;
}


.iti {
    width: 100%;
}


/* live display box */
.img-responsive {
    height: 450px;
    object-fit: cover;
}

/* live display box */



button#submit {

    margin-left: 181px;
    margin-top: 20px;

}

input#message {
    width: 285px;
    MARGIN-TOP: 20px;
    /* margin-left: 20px; */
}

div#sendMsg {
    border-radius: 0px 0px 0px 0px;
    /* HEIGHT: 80PX; */
    BACKGROUND: ALICEBLUE;
}

@media only screen and (max-width: 576px) {


    .live-boxchat {
        height: 285px !important;
    }

    .player {

        height: 90vh !important;

    }

    div#long_lenth {

        height: 100vh !important;
    }

    div#popular {
        padding-top: 0px !important;
    }

    .seen {
        width: 71% !important;
    }

    div#chat_live_box {
        width: 100% !important;
    }

    .border_outline.mb-3 {
        width: 100% !important;
        margin-left: 0px !important;
    }

    div#sendMsg {
        BACKGROUND: none !important;
    }

    .d-flex.align-items-center.blogsection.msgSend {
        background: none !important;
        margin-top: -103px !important;
    }

    div#chat_live_box {
        position: absolute;
    }

    .img-responsive {
        height: 607px !important;

    }

    /* live chat massage */
    span.live-user-joined-count {
        margin-right: 20px !important;
    }

    input#message {
        margin-top: 50px !important;
        margin-left: 15px !important;
        width: 200px !important;
    }

    button#submit {
        margin-top: 50px !important;
        margin-left: 1px !important;
        height: 42px !important;
    }

    .card {
        /* background: transparent!important; */
        /* border: none!important; */
        /* height: 100vh!important; */
    }
}

.d-flex.align-items-center.blogsection.msgSend {
    background: none !important;

}

/* live chat massage */

.live-boxchat {
    margin-top: 510px;
    height: calc(100vh - 144px);
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 285px;
}

.comment_reply {
    padding: 0 140px 0 20px;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

#personalCharacteristicsTable td {
    text-align: center;
    vertical-align: middle;
}


.personalised_prediction {
    text-align: justify !important;
}

.text-justify {
    text-align: justify !important;
}


.btnclassforchat {
    background-color: #8B0000;
}

div.pac-container {
    z-index: 1050 !important;
}

.footer-app-link {
    width: 90%;
}

/* Rating start */

.starpro-container {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.starpro {}

.starpro:before {
    content: "\f005";
    font-family: fontAwesome;
    font-size: 30px;
    position: relative;
    display: block;
    color: #aaa;
}

.starpro:after {
    content: "\f005";
    font-family: fontAwesome;
    position: absolute;
    top: 150px;
    font-size: 30px;
    color: red !important;
    opacity: 0;
}

.starpro:hover:after,
.starpro:hover~.starpro:after,
.starpro.starp__checked:after,
.starpro.starp__checked~.starpro:after {
    opacity: 1;
}

/* Rating end */


/* Reply on Chat Shiv Changes start */

.msg_reply_right {
    margin-right: 60px;
}

.msg_reply_left {
    margin-left: 60px;
}

.msg_reply_right,
.msg_reply_left {
    background: #e96a027d !important;
    padding-top: 10px;
}

.msg_reply_btn_left {
    position: absolute;
    left: 8px;
    top: 1px;
}

.msg_reply_btn_right {
    position: absolute;
    right: 8px;
    top: 1px;
}

.selected_text_for_reply {
    height: 3rem;
    overflow: hidden;
    resize: vertical;
    width: 92%;
    border-radius: 8px;
    background: #ffffff78;
    border: solid 1px aliceblue;
    display: none;
    padding: 2px 8px;
    margin-left: 18px;
}

#selected_text_for_reply_close {
    position: absolute;
    left: 15px;
    display: none;
}


/* Reply on Chat Shiv Changes end */


/* Hemant */

.navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-group {
    /* width: 156%; */
    width: 240%;
}

.srvc-bx {
    height: 200px;
}

.astroimg {
    height: 150px;
    width: 150px!important;
    object-fit: cover;
}

.select2-container .select2-selection--single {

    height: 37px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 34px;
}

.srvc-text {
    height: 20px;
}
.team-item {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    margin-bottom: 30px;
}

.rating-star {
    color: red !important;
}

.team-image::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #f31818;
    border: 2px solid #ffffff;
    border-radius: 30px;
    margin: -45px 210px;
}

.team-image img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 12px 1px rgb(200 173 122 / 26%);
    object-fit: cover;
}

.team-image.online::after {
    background-color: green;
}

.team-image.offline::after {
    background-color: red;
}

.team-image.busy::after {
    background-color: orange;
}

.invoice-details-table, td, tr {
    background-color: transparent !important;
    border: 0px;
}

.table-td-content-vertical-top{
    vertical-align: top;
}

/* Custom styles for Owl Carousel dots */
.main-slider .team-item img{
    display: block;
    width: 100%;
    height: auto;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 10px; /* Adjust the distance from the bottom as needed */
    width: 100%;
    text-align: center;
}

.main-slider .owl-dot {
    background-color: transparent; /* Adjust the dot color */
}

.astrmetry-sidebar{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #eee9db
}
li.menu-item a {
    list-style-type: none!important;
    color: #000;
}

.table-bg {
    background-color: #000;
}
.close-btn {
    font-size: 25px;
    color: #ffffff;
}
.close-btn:hover {
    color: #000;
}
.card-padding {
    padding: 19px 12px;
}
i.checkmark {
    font-size: 155px;
    color: #88B04B;
}
.rashi-nav-item{
    width: 8.33% !important;
}

.zodiac_btn{
    padding: 0.5rem 0.3rem;
}

.rashi-box>p{
    color: black;
}

.zodiac_btn.active>.rashi-box>p
{
    color: #000!important;
}

.phase-btn, .vedicastro-yearly-prediction-phase-btn, .prediction_for_btn{
    color: black;
}

.phase-btn.active, .vedicastro-yearly-prediction-phase-btn.active, .prediction_for_btn.active
{
    color: white;
}
/* Rashifal Css */
.prediction_for_btn_ul{
    width: 32%;
    margin: auto;
    background: #f8f9fa;
    padding: 5px;
    border-radius: 5px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vedicastro-prediction-daily-weekly-table{
    background: #f8f9fa;

    border-radius: 5px;
}

.rashifal-btn-bg{
    background: #f8f9fa;
    padding: 5px;
    border-radius: 5px;

}


a:hover{
    color: #FF0000;
}

/* css service deatil page 15-05-2024 add*/
.astro_post-items {
    position: relative;
    display: block;
}
figure {
    margin: 0;
}
.astro_post-items .astro_post-image1 img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.astro_post-items .astro_post-content {
    position: relative;
    display: block;
    border: 1px solid #eee9db;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.astro_post-items .astro_post-content-inner {
    position: relative;
    display: block;
    /* overflow: hidden; */
}
.astro_post-items .astro_post-content-box {
    position: relative;
    display: block;
    /* padding: 37px 25px 23px; */
    padding: 14px 14px;
}
.astro_post-items .news-one__title {
    line-height: 31px;
    letter-spacing: -0.04em;
    margin-top: 3px;
}
*:not(table *) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}
.sidebar>.widget {
    margin-bottom: 20px;
    border: 1px solid #eee9db;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    background: linear-gradient(105.91deg, rgba(255, 255, 255, 0.2) 5.12%, rgba(255, 255, 255, 0.075) 87.57%);
}
.widget {
    position: relative;
    z-index: 0;
}
.h5.widget {
    margin-left: 17px;
    margin-top: 30px;
}
.right-sidebar-section {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 18px;
    overflow-y: scroll;
    height: 1168px;
}
.astro_post-items .bottom-contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 27px 19px;
    border-top: 1px solid #eee9db;
}
.astro_shop_section {
    background: #fff;
}
.st-py-default {
    padding: 90px 0;
}
.astro_home-slider-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: #ffffff;
    /* background-color: var(--bs-secondarytwo); */
    z-index: 0;
}
.owl-carousel {
    position: relative;
    z-index: 0;
}
.astro_home-slider-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: #ffffff;
    /* background-color: var(--bs-secondarytwo); */
    z-index: 0;
}
.owl-stage {
    height: 400px;
}
.home-slider .owl-item {
    height: 500px;
}
.home-slider .item {
    height: 100%;
}
.astro_home-slider-section .home-slider .owl-item img {
    width: 100%;
    height: 100%;
}

/*kundali css update 08-05-2025*/
.font-weight-thin {
    color: black !important;
}
.top-header-text-content {
    margin-top: 50px !important;
}
/* to be removed */
.sb-chat-wrapper.bottom-right {
    display: none;
}
/* to be removed */
.personalised_prediction {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 600px;
}
@media (max-width: 768px) {
    .own-table {
        overflow-x: auto !important;
    }
}
.own-table {
    min-width: 1700px !important; /* ensures table is wide enough to require scrolling */
}
.own-table2 {
    min-width: 1000px !important; /* ensures table is wide enough to require scrolling */
}
.tableForResponsive {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 30px !important;
}
.table-heading th {
white-space: nowrap;
text-align: center;
}