@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Noto Sans", sans-serif;
}

.astroprofile {
    width: 100%;
    background-color: #fff9f9;
}

.progress-card {
    transition: transform 250ms;
    --color-accent: #333;
    --color-border: #e4e4e4;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-bottom: 0;
}

.progress-card-head {
    --color-accent: #333;
    --color-border: #e4e4e4;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-bottom: 0;
}

.progress-title {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    font-family: "poppins", sans-serif;
}

.progress-card:hover {
    background-color: #fbe01617 !important;
    transform: translateY(-2px);
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.progress-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-accent);
    opacity: 0.05;
}
.astrojd {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.jd-one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oneimg {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.jd-img {
    width: 230px;
    border-radius: 2%;
    overflow: hidden;
}
.jd-img img {
    width: 100%;
}
.jdbutton {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.jd-des {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.jd-des h3 {
    width: 100%;
    text-align: left;
    font-family: "Philosopher", sans-serif;
    /* font-family: "Poppins", sans-serif; */
    color: #ff7010;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 13px;
}
.jd-des h3 i {
    font-size: 20px;
}
.jd-des p {
    width: 100%;
    text-align: left;
    color: #171717;
    font-size: 15px;
    font-weight: 400;
    margin: 2px 0;
    font-family: "Poppins", sans-serif;
}
.jd-des p span {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    /* font-weight: 600; */
}

.minutes {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.minutes p {
    width: 125px;
    text-align: left;
    color: #171717;
    font-size: 15px;
    font-weight: 400;
    margin: 2px 0;
    font-family: "Poppins", sans-serif;
}
.minutes p span {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-right: 5px;
    /* font-weight: 600; */
}
.minutes p span i {
    color: #ff7010;
    font-size: 18px;
    margin-right: 7px;
}

.jd-two {
    width: 100%;
}
.chatbutton {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: -19px;
}
.perminute {
}
.callchat {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top: 7px;
}
.callchat a button {
    width: 180px;
    margin: 8px 0;
    height: 40px;
    border: none;
    /* border: 1px solid black; */
    /* background: #234a64; */
    /* background: linear-gradient(90deg, rgb(225 155 45), rgb(233 93 24)); */

    color: white;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    box-shadow: 3px 3px 6px #bcbfc1;
}
.callchat button i {
    margin-right: 10px;
}
.chat {
    /* background: linear-gradient(90deg, rgb(243 131 35), rgb(241 91 17)); */
    background-color: #ed6104;
}
.chat:hover {
    transform: scale(1.05);
    background: #222222 !important;
    transition: all 500ms ease-in-out;
}
.call {
    background: #234a64 !important;
}
.call:hover {
    background: #ed6104 !important;
    transform: scale(1.05);
    transition: all 500ms ease-in-out;
}

.jd-two {
    width: 95%;
    margin: 20px auto;
}
.jd-two h3 {
    width: 90%;
    font-size: 27px;
    margin: 10px auto;
    color: black;
}
.jd-two h3 hr {
    color: #f1711c;
    width: 123px;
    margin-left: -4px;
    margin-top: 6px;
    opacity: 1;
    height: 2px;
}
.jd-two p {
    width: 90%;
    margin: 10px auto;
    padding-right: 10%;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.callcharge {
    position: absolute;
    right: 0;
}

.appointment {
    width: 86%;
    display: flex;
    align-items: start;
    justify-content: start;
    margin: 30px auto;
    position: relative;
    z-index: 1;
}
.bookA {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.bookA a {
    width: 90%;
}
.bookA a button {
    width: 100%;
    height: 45px;
    border-radius: 21px;
    background: #ff7010;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border: none;
}
.bookA a button:hover {
    transform: scale(1.05);
    transition: all 600ms ease-in-out;
    background: #191b1d;
}
.Review {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border: 1px solid #f5dab2;
}
.ourusers {
    padding-top: 15px;
    height: 45px;
    width: 90%;
    text-align: left;
    font-family: "Philosopher", sans-serif;
    /* font-family: "Poppins", sans-serif; */
    color: #222222;
    font-weight: 600;
    font-size: 28px;
}

.userrview {
    width: 100%;
    margin: 30px auto;
    height: 50vh;
    overflow-y: auto;
}
.users {
    width: 90%;
    margin: 22px auto;
    /* border: 1px solid #f7cd99; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    box-shadow: 0px 0px 5px -2px #d5b391;
    border-radius: 10px;
    padding-bottom: 15px;
}
.userhead {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.usimg {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fd6e00;
    margin-right: 15px;
}
.usimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.userhead {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 90%;
    margin-top: 9px;
}
.userpara {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 90%;
    margin-top: 9px;
}
.userhead h4 {
    width: 65%;
    font-size: 17px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.fa-star {
    color: #ff6000;
}

.rating {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 23px 0;
    border: 1px solid rgb(245, 218, 178);
}
.ratehead {
    width: 90%;
    margin: 10px auto;
}
.ratehead h3 {
    width: 90%;
    margin: 10px auto;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.reviewratings {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pointrate {
    width: 40%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pointrate h3 {
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 35px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.pointrate p {
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}
.linerate {
    width: 60%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fivenumbers {
    width: 90%;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fivenumbers h3 {
    width: 20px;
    color: rgb(83 84 86);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-family: Poppins, sans-serif;
}
.backcol {
    background-color: #222222;
    width: 70%;
    height: 13px;
    border-radius: 20px;
    margin: 0 auto;
}
.darkcol5 {
    background-color: #f5a606;
    width: 100%;
    height: 13px;
    border-radius: 20px;
}
.darkcol4 {
    background-color: #f5a606;
    width: 80%;
    height: 13px;
    border-radius: 20px;
}
.darkcol3 {
    background-color: #f5a606;
    width: 50%;
    height: 13px;
    border-radius: 20px;
}
.darkcol2 {
    background-color: #f5a606;
    width: 30%;
    height: 13px;
    border-radius: 20px;
}
.darkcol1 {
    background-color: #f5a606;
    width: 10%;
    height: 13px;
    border-radius: 20px;
}

.nameastro {
    width: 90%;
    margin: 4px auto;
    display: flex;
    align-items: center;
    justify-content: start;
}
.panditimg {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fd6e00;
    margin-right: 15px;
}
.panditimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.astrologinn {
    width: 64%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.astrologinn h3 {
    width: 100%;
    font-size: 17px;
    color: #444648;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.astrologinn p {
    margin: 4px 0;
    width: 100%;
    font-size: 14px;
    color: #444648;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.astrologinn h3 i {
    color: #ff7010;
    font-size: 18px;
    margin-left: 10px;
}
.adminimg {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ff7010;
    margin-right: 10px;
}
.adminimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-leftsidebar {
    min-width: 380px;
    border: none;
}
.search-box .form-control {
    border-radius: 30px;
    padding-left: 40px;
}
.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    left: 13px;
    fill: #7f838b;
    line-height: 38px;
    top: 29%;
    width: 18px;
    height: 18px;
}
.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    left: 13px;
    fill: #7f838b;
    line-height: 38px;
}
.chat-list li a {
    position: relative;
    display: block;
    padding: 14px 16px;
    color: rgba(40, 63, 92, 0.75);
    border-top: 1px solid #eff0f2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-size: 13px;
}
.chat-list li .user-img {
    position: relative;
}
.avatar-sm {
    height: 2rem;
    width: 2rem;
}

.chat-list li .user-img.online .user-status {
    background-color: #63ad6f;
}

.chat-list li .user-img .user-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #eff0f2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.font-size-13 {
    font-size: 13px !important;
    color: #141b2b !important;
    font-weight: 500 !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.text-body {
    text-decoration: none;
}
.chat-leftsidebar-nav {
    height: 313px;
    /* overflow-y: auto; */
}
.list-unstyled {
    height: 197px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(220 222 225) #ffffff;
}

.userproimg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.userproimg img {
    width: 100%;
    object-fit: cover;
}
.text-body {
    font-size: 1rem;
}
.text-muted {
    font-size: 0.9rem;
}
.nav-pills .nav-link.active {
    color: rgba(0, 0, 0, 0.76) !important;
    background-color: #fbe31b;
    font-weight: 500;
}
.nav-link {
    color: #3b3938;
    font-weight: 500;
    font-size: 0.9rem;
}
.nav-link:hover {
    color: #db770c;
}
.text-muted {
    color: rgb(32 33 34 / 75%) !important;
    font-weight: 500;
}
.unread-message {
    position: absolute;
    right: 6%;
    bottom: 25%;
}
.bg-danger {
    background-color: rgb(255 112 16) !important;
}

.dropdown-menu {
    -webkit-box-shadow: 0 5px 6px rgba(26, 41, 60, 0.1);
    box-shadow: 0 5px 6px rgba(26, 41, 60, 0.1);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    z-index: 1000;
    font-size: 0.875rem;
    color: #283f5c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eff0f2;
    border-radius: 1rem;
}
.input-box input:focus {
    outline: 0;
}
.text-end {
    text-align: right !important;
    position: absolute;
    right: 7%;
}
.rounded {
    position: relative;
}
.timerDisplay {
    background: rgb(255 112 16);
    /* color: #3b3938; */
    color: #f8f9fa !important;
    width: 100px;
    font-weight: 500;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.timerDisplay2 {
    background: rgb(255 112 16);
    /* color: #3b3938; */
    color: #f8f9fa !important;
    width: 100px;
    font-weight: 500;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.starttimer {
    width: 100px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.backbutton {
    width: 100px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 10px;
}

.backbutton a button {
    background: rgb(36 38 53);
    color: #ffffff !important;
    width: 100px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #dbd2cc;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 400ms ease-in-out;
}
.backbutton a button:hover {
    transform: scale(1.05);
    background-color: transparent;
    color: #ff6f00 !important;
    border: 1px solid #ff6f00;
}
.upload-icon {
    cursor: pointer;
    background: #242635;
    border-radius: 6px;
    color: #ffffff;
    /* font-weight: 500; */
    /* font-size: 12px; */
    font-family: "Poppins", sans-serif;
    width: 54px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
}

.upload-icon:hover {
    transform: scale(1.05) !important;
    background-color: transparent;
    color: #ff6f00;
    border: 1px solid #ff6f00;
}

/* extraContent start  */

/* extraContent end  */

.appointfirst {
    width: 90%;
    margin: 70px auto;
}
.appointfirst h3 hr {
    background-color: #fbe216 !important;
    width: 53%;
    margin-left: -3px;
    margin-top: 14px;
    opacity: 1;
    height: 3px;
    border: none;
}
.appointfirst h3 {
    /* width: 90%; */
    font-size: 27px;
    margin: 10px 0;
    color: black;
    margin: 26px auto;
    /* margin-left: 0; */
}
.appointfirst p {
    width: 90%;
    margin: 10px auto;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px !important;
}
.appointastrojd {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.appform {
    /* background-color: white; */
    width: 100%;
}
.oldform {
    display: flex;
    flex-direction: column;
}
.appform h3 {
    width: 90%;
    margin: 35px auto;
    text-align: center;
    color: #1c1f25;
}

.userform {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}
.username {
    width: 100%;
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.userdate {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.dateofbirth {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.fullname {
    width: 45%;
    margin: 0px auto;
    text-align: left;
}
.dateofname {
    width: 25%;
    margin: 0px 0;
}
.dateofname label {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding-left: 5px;
    margin-bottom: 7px;
}
.fullname label {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding-left: 5px;
    margin-bottom: 7px;
}
.fullname,
.googleemail label {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding-left: 5px;
    margin-bottom: 7px;
}
.matchingkundli h3 {
    margin: 20px auto !important;
}
.fullname input {
    border-radius: 7px;
    color: #333333;
    border: 1px solid #a0a1a380;
    background: transparent;
    border-radius: 3px;
}
.fullname select {
    border-radius: 7px;
    color: #333333;
    border: 1px solid #a0a1a380;
    background: transparent;
    border-radius: 3px;
    margin-bottom: 7px;
}
.googleemail select {
    border-radius: 7px;
    color: #333333;
    border: 1px solid #a0a1a380;
    background: transparent;
    border-radius: 3px;
    margin-bottom: 7px;
}
.googleemail input {
    border-radius: 7px;
    color: #333333;
    border: 1px solid #a0a1a380;
    background: transparent;
    border-radius: 3px;
}

.googleemail {
    width: 45%;
    margin: 0px auto;
    text-align: left;
}
.textmessage {
    height: auto;
    padding: 10px 15px;
    resize: vertical;
    color: #333333;
    border: 1px solid #a0a1a380;
    background: transparent;
    border-radius: 3px;
}
.makeappointment {
    width: 95%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 40px !important;
}

.astrooverlay {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: rgba(0, 0, 0, 0.6);
}
.birth {
    text-align: left;
    width: 95%;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin-bottom: -15px;
}
.birthplace {
    text-align: left;
    width: 95%;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}
#placs {
    width: 95%;
    margin-top: 7px;
}
.details {
    width: 97px;
    color: #fbe216 !important;
    margin-left: -2px;
    margin-top: 7px;
    opacity: 1;
    height: 2px !important;
}
.kundlitag {
    color: #f1711c;
    margin-left: -2px;
    margin-top: 7px;
    opacity: 1;
    height: 2px !important;
}
.generate {
    margin-right: 44px;
}
.pull-right {
    font-weight: 500;
}

.basicdetails {
    /* width: 90%; */
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 0px 12px;
    margin: 0 auto;
    margin-top: 20px !important;
    display: flex;
    justify-content: space-between;
}

.kudlibutton {
    padding: 10px 20px;
    width: 24%;
    border: 1px solid #fbe216;
    color: #000000 !important;
    font-weight: 500;
    background: white;
    font-size: 12px;
    box-shadow: 2px 2px 7px -2px #cccdcf;
    font-family: "Poppins", sans-serif;
}
.kudlibutton:hover {
    /* color: #ffffff !important; */
    background: #fbe216;
    transition: all 0.5s;
}
.clickedpage {
    color: #ffffff !important;
    background: #fbe216 !important;
    transition: all 0.5s;
}
.tagline {
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-weight: 400;
    color: #222222;
    margin: 0 auto;
    padding: 0;
    /* width: 90%; */
    margin-top: -5px;
}
.tagline span {
    width: 8px;
    height: 8px;
    background: #fbe216 !important;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.tagline span:after {
    content: "";
    border: 1px solid #d8d8d8;
    width: 40px;
    position: absolute;
    left: 15px;
    top: 3px;
}
.innerforms {
    width: 90%;
    margin: 0px auto;
    /* display: flex; */
    align-items: start;
    justify-content: center;
}

.tableliner {
    /* width: 37%; */
    margin: 40px auto;
}
.tableliner table {
    margin-top: 40px;
    border: 1px solid #c7c7c77e;
}

.tableliner table td {
    border: 1px solid #c7c7c7;
    font-family: "Noto Sans", sans-serif;
    padding: 10px 10px;
    text-align: left;
    padding-left: 31px;
    color: #101010;
    font-weight: 400;

    background: white;
}
.kundliimg {
    margin-top: 50px;
}
.kundliimg img {
    width: 85%;
}
.dashasolution {
    text-align: left;
    width: 90%;
    font-weight: 500;
    font-size: 17px;
    color: #191919;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 20px auto;
    margin-top: 40px;
}
.betpara {
    margin: 40px auto;
}

.appheading h2 {
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: white;
}
.homeapp {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.homeapp li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
}
.homeapp li a {
    color: #ffffff;
    font-size: 18px;
    padding: 0px 10px;
    text-decoration: none;
}
.hh2appoint {
    color: #fbe216 !important;
}
.hidden {
    display: none;
}

/* horoscope start  */

.horoscope {
    /* display: flex; */
    flex-direction: row-reverse;
    width: 85%;
    margin: 0px auto;
    /* margin-top: 60px !important; */
    padding-top: 50px;
}

.horofirst {
    width: 80%;
    margin: 0px auto;
}
.horosection {
    width: 100%;
    padding: 10px 100px;
}
.uppersign {
    width: 25%;
    /* background: #fbe216 !important; */
    padding: 15px;
    white-space: nowrap;
}
.rashidetails {
    width: 100%;
    margin: 0px auto;
}
.horofirst h3 hr {
    color: #f1711c;
    width: 53%;
    margin-left: -3px;
    margin-top: 14px;
    opacity: 1;
    height: 2px;
}
.horofirst h3 {
    width: 90%;
    font-size: 22px;
    margin: 0px auto;
    color: rgba(0, 0, 0, 0.808);
    letter-spacing: 2px;
}
.horofirst p {
    width: 90%;
    margin: 10px auto;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px !important;
}
.horosecond {
    width: 92%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.horochart {
    /* width: 25%; */
    margin: 20px auto;
}

.tagchart1 {
    /* width: 25%; */
    display: flex;
    /* padding: 15px; */
    /* margin: 85px auto; */
}

.tagchart2 {
    /* width: 25%; */
    display: flex;
    /* padding: 15px; */
    /* margin: 85px auto; */
}

.kchart h3 hr {
    color: #f1711c;
    width: 53%;
    margin-left: -3px;
    margin-top: 14px;
    opacity: 1;
    height: 2px;
}
.kchart h3 {
    width: 90%;
    font-size: 22px;
    margin: 0px auto;
    color: white;
    letter-spacing: 2px;
}
.kchart p {
    width: 90%;
    margin: 10px auto;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px !important;
}

.chartbutton {
    text-align: center;
    padding: 5px 30px;
    margin-bottom: 14px;
    width: 50vh;
    margin: 5px;
    white-space: nowrap;
    border: 1px solid #fbe216;
    color: #000000 !important;
    font-weight: 500;
    background: white;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    font-family: "Poppins", sans-serif;
}

.chartbutton:hover {
    color: #000000 !important;
    background: #fbe216 !important;
    transition: all 0.5s;
}

.appform h3 {
    width: 90%;
    margin: 35px auto;
    text-align: center;
    color: #1c1f25;
}

.ast_slider_wrapper {
    margin-bottom: 100px;
}
.rashitag {
    width: 100%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 0px 12px;
    margin: 0 auto;
    margin-top: 20px !important;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}
.rashibutton {
    text-align: left;
    padding: 10px 30px;
    margin-bottom: 14px;
    width: 100vh;
    margin: 5px;
    white-space: nowrap;
    border: 1px solid #fbe216;
    color: #000000 !important;
    font-weight: 500;
    background: white;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    font-family: "Poppins", sans-serif;
}
.rashibutton:hover {
    color: #000000 !important;
    background: #fbe216 !important;
    transition: all 0.5s;
}

.hs_sign_left_tabs_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper {
    float: left;
    width: 90px;
    height: 80px;
    border: 8px solid rgba(0, 0, 0, 0.0784313725490196);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper img {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 65px;
    background: #fbe216 !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_wrapper img:before {
    margin-left: 0;
    color: #ffffff;
    font-size: 40px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper {
    float: left;
    width: calc(100% - 80px);
    padding-top: 0px;
    padding-left: 15px;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper ul li {
    margin: 0 0;
    line-height: 1.5;
}
.hs_ar_tabs_heading_wrapper li:first-child a {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: black;
}
.hs_sign_left_tabs_wrapper .hs_slider_tabs_icon_cont_wrapper li:last-child {
    font-size: 16px;
}
.flaticon-aries-sign:before {
    content: "\f11d";
}
.hs_sign_left_tabs_wrapper:hover .hs_slider_tabs_icon_wrapper img {
    background: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.description-horo {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.rashidescripton {
    width: 100%;
    margin: 40px auto;
}
.imgpara {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}
.imgrashi {
    width: 250px;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
}
.imgnumlogy {
    width: 200px;
    height: 118px;
    overflow: hidden;
    border-radius: 10px;
}
.imgnumlogy img {
    width: 100%;
    height: 118px;
    object-fit: cover;
}

.imgrashi img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.ariesdescription {
    display: flex;
    flex-direction: column;
    /* width: 70%; */
    margin-right: 0 !important;
    margin: 0 auto;
}
.numdesc {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 70%;
    margin-right: 0 !important;
    margin: 0 auto;
}
.numdesc p {
    width: 88%;
    margin-bottom: 20px;
    color: #383839;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 23px;
}
.ariesdescription p {
    margin-bottom: 20px;
    color: #383839;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 23px;
}
.ontherpara {
    width: 98%;
    margin: 20px auto;
}
.ontherpara p {
    color: #383839;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 23px;
}
.pointdes {
    width: 98%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.hs_pr_second_cont_wrapper {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.hs_pr_icon_wrapper {
    float: left;
    width: 10px;
    font-size: 14px;
    color: #fbe216 !important;
}
.hs_pr_icon_cont_wrapper {
    float: left;
    width: calc(100% - 10px);
    padding-left: 15px;
}
.hs_ar_icon_cont_wrapper span {
    color: #000000;
    font-weight: bold;
}
.hs_ar_second_sec_cont_list_wrapper li {
    display: table;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.hs_sign_left_tabs_wrapper:hover ul li {
    color: #000000;
}
/* horoscope end  */

.numlobox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.numankr {
    text-align: left;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 88px;
    border: 1px solid #d9d8d6;
    color: #171818 !important;
    font-weight: 600;
    font-size: 2.85rem;
    background: #fffdf7;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    font-family: "Philosopher", sans-serif;
    border-radius: 5px;
}
.generate button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
    height: 42px;
    border: none;
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 1rem;
    background: #222222;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}
.generate button:hover {
    color: #ffffff !important;
    background: #ff7010;
    transition: all 0.5s;
    animation: money-making-1 0.3s forwards;
}
.kundlilogin button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 42px;
    border: none;
    color: #000000 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 1rem;
    background: #fbe216 !important;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}
.kundlilogin button:hover {
    color: #ffffff !important;
    background: #222222 !important;
    transition: all 0.5s;
    animation: login-making-1 0.3s forwards;
}
@keyframes login-making-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes money-making-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.numankr:hover {
    color: #ffffff !important;
    background: #fbe216 !important;
    transition: all 0.5s;
    animation: anim-moema-1 0.3s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.numrashitag {
    width: 94%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 0px 12px;
    margin: 0 auto;
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
}

.lifepath {
    font-size: 26px;
    font-weight: 600;
    text-transform: none !important;
    padding-bottom: 5px;
    color: black;
    margin-bottom: 0;
}
.lifeunder {
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-weight: 400;
    color: #222222;
    margin: 0;
    padding: 0;
}
.lifeunder span:after {
    content: "";
    border: 1px solid #d8d8d8;
    width: 40px;
    position: absolute;
    left: 8px;
    top: 3px;
}

.lifeunder span {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #fbe216 !important;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.intronum {
    width: 98%;
    margin: 5px auto;
}
.intronum p {
    width: 95%;
    margin-bottom: 15px;
    color: #383839;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 23px;
}

.introdescripton {
    width: 98%;
    margin: 0px auto;
}
.numbold {
    font-weight: 600;
}

.hs_num_input_wrapper {
    float: left;
    width: 65%;
    position: relative;
    margin-top: 13px;
}
.hs_num_input_wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #d0d1d1;
    padding-left: 35px;
    padding-right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}
.hs_num_input_wrapper.i-date:after {
    position: absolute;
    content: "\f073";
    left: 14px;
    top: 12px;
    /* font-size: 15px; */
    font-family: "FontAwesome";
    color: #95969d;
}

.submitbtn {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}
.submitbtn button {
    width: 170px;
    height: 50px;
    border: none;
    background: #fbe216 !important;
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

.submitbtn button:hover {
    animation: anim-moema-1 0.3s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.leadpoint {
    color: #383839;
}
.phone-img {
    display: inline-block;
    cursor: pointer;
}
.phone-img span {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 75px;
    font-size: 36px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.phone-img span i {
    font-size: 36px;
    color: #fbe216 !important;
}

.contact-info {
    width: 100%;
    background-color: #f9f9f9;
}
.con-details {
    margin: 100px auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.touch-head {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.get-touch {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 60px !important;
}
.touch-head h1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 30px;
    font-family: "Philosopher", sans-serif;
    font-weight: 600;
}
.touch-head p {
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #302e2e;
    font-weight: 400;
    margin-top: 25px;
}

.phone-det {
    display: inline-block;
    cursor: pointer;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone-det .phone-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px 3px rgb(245, 245, 245);
    transition: transform all 0.5s ease;
}

.phone-img span i {
}

.phone-det:hover .phone-img span i {
    color: white;
}

.phone-det:hover .phone-img span {
    transform: rotateY(180deg);
    background-color: #ff6f00;
    box-shadow: 0px 0px 30px -10px #000000;
}

/* Ensuring smoothness */
.phone-det .phone-img {
    transform-style: preserve-3d;
}

.number-details {
    margin: 30px auto;
}
.number-details h3 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.number-details p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #686869;
    margin: 0px auto;
    text-align: center;
}

iframe {
    width: 100%;
    border: none;
    margin-bottom: -8px;
}
.contuserform {
    width: 100%;
    background-image: url(/uploads/sites/3/2021/08/bg2.jpg?id=33) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: -50px;
}
.findcolor {
    color: #fbe216 !important;
}
.innerform {
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.findmsg {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.findmsg h1 {
    width: 90%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.findmsg p {
    width: 60%;
    text-align: center;
    margin: 15px auto;
    font-size: 16px;
    color: #302e2e;
    margin-top: 25px;
}
.lowerform {
    width: 90%;
    margin: 0px auto;
    margin-top: -15px;
}
.lowerform form {
    background-color: white;
    width: 90%;
    margin: 50px auto;
    box-shadow: 2px 2px 7px 0px #bebebe;
    /* box-shadow: 0px 0px 7px 2px #d5d6d6; */
    border-radius: 20px;
}
.multiform {
    width: 90%;
    margin: 15px auto;
    padding: 25px 0 25px 0;
}
.inputforms {
    margin: 20px auto;
}

.inputforms label {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #202022;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.vc_custom_1632907904450 {
    background-image: url(/uploads/sites/3/2021/08/bg2.jpg?id=33) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.makeappointment a button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 42px;
    border: none;
    color: #000000c2 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 1rem;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    border-radius: 5px;
    background: #fbe216 !important;
    font-family: "Poppins", sans-serif;
}
.makeappointment a button:hover {
    color: rgba(0, 0, 0, 0.747) !important;
    background: #222222;
    transition: all 0.5s;
    animation: makeappointment-1 0.3s forwards;
}

@keyframes makeappointment-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.housevastu {
    margin: 0;
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-left: 30px;
}
.housevastu li {
    list-style: none;
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.housevastu li:after {
    position: absolute;
    content: "";
    top: 11px;
    left: -30px;
    width: 6px;
    height: 6px;
    background-color: #fbe216 !important;
    border-radius: 100%;
}

.vastufeatures {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 50px;
}

.vastucards {
    width: 95%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.vastuone {
    width: 300px;
    border: 1px solid #e1e1e1;
    margin: 20px auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 0px 5px -1px #e4e5e9;
    transition: all 500ms ease;
    cursor: pointer;
}
.vastuone:hover .card-body h5 {
    color: #fbe216 !important;
}
.vastuone .card-body p {
    width: 100%;
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}
.zodiacimg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zodiacimg img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.vastuone:hover {
    transform: scale(1.05);
    transition: all 600ms ease-in-out;
}

.astropfirst {
    width: 90%;
    margin: 70px auto;
}

section.as_testimonial_wrapper {
    padding: 70px 0px 65px;
}
.as_testimonial_slider_inner {
    padding: 15px 12px 0;
}
.as_testimonial_inner_content {
    text-align: center;
    border-radius: 5px;

    padding: 30px;
    border: 1px solid rgb(255 255 255 / 27%);
}
.as_testimonial_slider_inner
    .swiper.as_testimonialSlider
    .swiper-slide.swiper-slide-active {
    background-color: #420d86;
    border-radius: 5px;
}
.as_testimonial_slider_inner
    .swiper.as_testimonialSlider
    .swiper-slide.swiper-slide-active
    .as_testimonial_inner_content {
    border: none;
}
.as_testimonial_slider_inner
    .swiper.as_testimonialSlider
    .swiper-slide.swiper-slide-active
    .as_testimonial_inner_content
    h6 {
    background-color: #ffffff;
    color: #420d86;
}
.as_testimonial_inner_content img {
    border-radius: 50%;
    margin: 0px 0px 20px;
}
.as_testimonial_inner_content p {
    font-size: 16px;
}
.as_testimonial_inner_content h5 {
    padding: 0px 0 22px;
    font-size: 20px;
}
.as_testimonial_inner_content h6 {
    padding: 15px 0px;
    font-size: 18px;
    background-color: #420d86;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.as_testimonial_slider_inner
    .swiper
    span.swiper-pagination-bullet.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.as_testimonial_slider_inner
    .swiper
    span.swiper-pagination-bullet.swiper-pagination-bullet {
    background: white;
}
/* product slider css */
.swiper.mySwiper2 .swiper-slide {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 170px;
}
.as_flex_divide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper.mySwiper2 {
    border: 1px solid rgb(118 118 118 / 30%);
    border-radius: 5px;
}
.as_shop_single_slider .mySwiper .swiper-slide {
    border: 1px solid rgb(118 118 118 / 30%);
    border-radius: 5px;
}
.as_shop_single_slider .swiper.mySwiper {
    margin: 10px 0 0 0;
}
.as_tab_wrapper {
    padding: 30px 0 0 0;
}
.as_tab_wrapper ul.nav.nav-tabs {
    margin-bottom: 30px;
}

/* Responsive css */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1400px) and (max-width: 1810px) {
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_info_detail {
        padding-right: 50px;
    }
    .as_menu_wrapper {
        padding-right: 50px;
    }

    .as_info_detail ul li,
    .as_right_info,
    .as_menu > ul > li {
        font-size: 14px;
    }
}

@media (max-width: 1800px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -750px;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -120px;
    }
    .as_whychoose_wrapper:before,
    .as_footer_wrapper:before {
        top: -1px;
    }
}
@media (max-width: 1560px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -700px;
    }
}
@media (max-width: 1560px) {
    .as_banner_slider .slick-arrow.slick-next {
        right: -650px;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -60px;
    }
}

@media (max-width: 1450px) {
    .as_error_detail_box .as_circle {
        width: 75%;
        display: inline-block;
        margin: -36% 0 0 -38%;
    }
    .as_error_detail_box img {
        width: 60%;
        display: inline-block;
    }
}

.astropfirst h3 {
    width: 90%;
    font-size: 27px;
    margin: 10px auto;
    color: black;
}

.logo {
    display: flex;
}

.astropfirst h3 hr {
    color: #f1711c;
    width: 195px;
    margin-left: -3px;
    margin-top: 14px;
    opacity: 1;
    height: 2px;
}

.astropfirst p {
    width: 90%;
    margin: 10px auto;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px !important;
}

.signatureverlay {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: rgba(0, 0, 0, 0.3);
}

.signreading {
    display: flex;
    flex-direction: column-reverse;
    width: 85%;
    margin: 20px auto;
    margin-top: 60px !important;
}

.signsection {
    width: 100%;
    margin-top: 70px;
}

.signdescription {
    width: 99%;
    margin: 5px auto;
}

.signdescription p {
    width: 95%;
    margin-bottom: 15px;
    color: #383839;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 23px;
}

.signfirst {
    width: 100%;
    margin: 20px auto;
    margin-top: 65px;
}

.signfirst h3 {
    width: 96%;
    font-size: 22px;
    margin: 0px auto;
    color: rgba(0, 0, 0, 0.692);
    letter-spacing: 2px;
}

.signtag {
    text-align: left;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    width: 20%;
    height: 52px;
    border: 1px solid #d9d8d6;
    color: #171818;
    font-weight: 600;
    font-size: 1.25rem;
    box-shadow: 1px 1px 4px -2px #cccdcf;
    font-family: "Philosopher", sans-serif;
    border-radius: 5px;
}
.signActive {
    background-color: #f1711c !important;
    color: white;
}
.signtag:hover {
    animation: signature-1 0.3s forwards;
    background-color: #fbe216 !important;
    color: rgb(0, 0, 0);
}

@keyframes signature-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.readingsection {
    width: 96%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.registerd {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.signupper {
    width: 100%;
    background: #fbe216 !important;
    padding: 15px;
    margin: 0 auto;
}

.signheading {
    width: 97%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 0px 12px;
    margin: 0 auto;
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
}

.signdesc {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 86%;
    margin-right: 0 !important;
    margin: auto 0;
    padding-top: 10px;
}

.signdesc p {
    width: 85%;
    margin-bottom: 20px;
    color: #383839;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: auto 0;
}

.signalogyimg {
    width: 160px;
    overflow: hidden;
    border-radius: 10px;
}
.signalogyimg img {
    width: 100%;
    object-fit: cover;
}

.typessignature {
    width: 100%;
    margin: 0 auto;
}

.rupeemint {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.rupeemint p {
    width: 125px;
    text-align: left;
    color: #171717;
    font-size: 15px;
    font-weight: 400;
    margin: 2px 0;
    font-family: "Poppins", sans-serif;
}

.rupeemint p span {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-right: 5px;
    /* font-weight: 600; */
}

.resignature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.panditprofile {
    float: left;
    width: 100%;
    position: relative;
    background-color: #111111;
    z-index: 1;
    background-image: url(/assets/header/slider1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 50px;
    margin-bottom: 70px;
}

.panditmobilepro {
    float: left;
    width: 100%;
    position: relative;
    background-color: #111111;
    z-index: 1;
    background-image: url("https://res.allmacwallpaper.com/get/macbook-air-wallpapers/Alone-in-the-universe/1115-720.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 70px;
}

.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
        0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.75rem;
    border-radius: 99px;
}
.tabs * {
    z-index: 2;
}

input[type="radio"] {
    display: none;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 200px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: 0.15s ease-in;
}

input[type="radio"]:checked + label {
    color: var(--primary-color);
}
input[type="radio"]:checked + label > .notification {
    background-color: var(--primary-color);
    color: #fff;
}

input[id="radio-1"]:checked ~ .glider {
    transform: translateX(0);
}

input[id="radio-2"]:checked ~ .glider {
    transform: translateX(100%);
}

input[id="radio-3"]:checked ~ .glider {
    transform: translateX(200%);
}

.glider {
    position: absolute;
    display: flex;
    height: 54px;
    width: 200px;
    background-color: var(--secondary-color);
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

@media (max-width: 700px) {
    .tabs {
        transform: scale(0.6);
    }
}

#astrologom {
    animation: spin 9s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.kundlidetailsfirst {
    float: left;
    width: 100%;
    position: relative;
    background-color: #111111;
    z-index: 1;
    background-image: url("https://hips.hearstapps.com/hmg-prod/images/solar-system-royalty-free-image-1649969440.jpg?crop=1xw:0.75xh;center,top&resize=1200:*");
    background-size: cover;
    margin-bottom: 70px;
    margin-top: 30px;
}

.appointment {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

table th {
    color: #2c2c2c;
    font-weight: 600;
}

/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}

/* Gaurav Cards Start  */

.astroteam {
    background-image: url("/assets/Zodiac/panditback.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -6px -51px;
    background-color: white;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.upperastro {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cardpanditpro {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 25%;
    margin: 20px 20px;
}

.team-content {
    margin-top: 15px;
    margin-bottom: 50px;
}

.astroteam .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.astroteam .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ffab10;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.astroteam:hover .picture::before {
    height: 100%;
}

.astroteam .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.astroteam .picture img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.name {
    font-family: "poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 5px auto !important;
}

.astroteam:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.astroteam .title {
    display: block;
    font-size: 17px;
    margin: 5px;
    color: #ff7010;
    text-transform: capitalize;
}

.astroteam .social {
    width: 100%;
    padding: -20px;
    margin: 0;
    background-color: #ffab10;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 0;
}

.astroteam:hover .social {
    bottom: 0;
}

.astroteam .social li {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.astroteam .social li a {
    width: 35% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: white;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.astroteam .social li a:hover {
    color: #ff7010;
    background-color: #f7f5ec;
}

.slider {
    display: flex;
    animation: slideAnimation 20s linear infinite;
}

.picture {
    margin-top: 40px;
}

@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.suncard {
    width: 100%;
    /* box-shadow: 0px 0px 8px #c7c7c7; */
    border: 1px solid #ebebeb;
}

.controls {
    margin-top: 20px;
    text-align: center;
}

.control-btn {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* Gaurav Cards End  */

.astroteamcards {
    background-color: white;
    width: 100%;
    padding: 50px 10px;
}

.astroteamcards h3 {
    width: 90%;
    margin: 35px auto;
    text-align: center;
    color: #1c1f25;
}
#astrologom {
    animation: spin 4s infinite linear;
    /* animation: rotation 2s infinite linear; */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    width: 180px;
    display: none;
    position: absolute;
    left: 0;
    /* background-color: white; */
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    color: rgb(25, 25, 25) !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black !important;
}

/* Position the dropdown content */
.dropdown-content {
    right: 0;
}

.nav-item {
    width: 14.2%;
    margin: 0 auto;
}
.rounded-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-item a {
    display: block;
    width: 100%;
    text-align: center;
    color: #1d1d1e !important;
    padding: 8px 0 !important;
}

.nav-tabs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px -1px #94969a;
    border-radius: 33px;
    /* border: 1px solid #e8e8e8; */
    overflow: hidden;
}
.nav-tabs li {
    /* width: auto !important; */
    font-weight: 500 !important;
}
.tab-betail ul {
    display: flex;

    align-items: center;
    justify-content: center;
}
.tab-betail ul li {
    /* width: 100%; */
}

#myTab li {
    /* width: 100 !important; */
}
#extentdedHoroscope-tab {
    width: 100%;
    font-weight: 500 !important;
}
.table-striped thead tr th {
    background: white !important;
}
.kundlitag {
    /* width: 20% !important; */
    background-color: #fbe216 !important;
    height: 3px !important;
    border: none;
}

.basictag {
    width: 117px !important;
}
.planetary {
    width: 171px !important;
}
.birthchart {
    margin-top: 5px;
    width: 115px !important;
    margin: 0 auto;
}
.Personal {
    width: 215px !important;
}
.current {
    width: 92px !important;
}
.mangalfont {
    font-size: 21px;
    margin-bottom: 17px;
}
.table-header th {
    color: black;
}

.generalline td {
    /* position: relative; */
    background-color: #ffff004f !important;
}
.ashtkootcolo {
    background-color: #ffff004f !important;
}

.responsetr {
    background-color: #ffff004f !important;
}
.sanisadisati:nth-child(odd) {
    /* background-color: #ffffb0 !important; */
}

.rr-col-9 {
    width: 30%;
}
.rr-col-3 {
    width: 70%;
    display: flex;
    justify-content: end;
}
