* {
    margin: 0px;
    box-sizing: border-box;
}
:root {
    --usersideWidth : 20%;
}
body {

    font-family: 'Figtree';
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

p {
    font-size: 16px;
    font-family: 'Figtree';
    line-height: 28px;
    color: #3c3c3c;
    font-weight: 400;
}

a {
    font-size: 16px;
    text-decoration: none;.headerRightMenu
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Figtree';
    line-height: 24px;
    color: #0c0c0c;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul {
    margin: 0px 0px;
}
li {
    font-size: 16px;
    font-family: 'Figtree';
    line-height: 28px;
    color: #3c3c3c;
    font-weight: 400;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Figtree';
    margin: 0px;
    color: #0a0909;
}

p {
    margin-bottom: 10px;
}





.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}

.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1260px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}



/* Header */
.headerSection {
    width: 100%;
    transition: 0.5s ease-in-out;
    z-index: 4;
    position: fixed;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.headerSection.scroll-down {
    top: 0%;
    position: fixed;
    background: #fffffff0;
    backdrop-filter: blur(5px);
}

.headerSection.scroll-up {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
}
.headerSection.headerTwo {
    padding: 8px 0px;
}
.headerWrapper {
    padding-left: 4%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.headerTwo .headerWrapper {
    padding-left: 0px;
}
.topHeader {
    border-bottom: 1px solid #ddd;
    padding-right: 4%;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding-left: 2%;
}
.topHeader>p {
    font-size: 14px;
    color: #636363;
    margin-bottom: 0px;
}
.headTalkBtns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
}
.headTalkBtns li a {
    padding: 5px 15px;
    background: linear-gradient(124deg, #f59100, #d29900);
    color: #fff;
    border-radius: 40px;
    font-size: 13px;
    display: flex
;
    gap: 7px;
    align-items: center;
}
.headTalkBtns li a img {
    width: 18px;
}
.headerMain {
    width: calc(100% - 21%);
}
.logoSection {
    width: 21%;
    position: relative;
    padding-right: 20px;
}
.logoSection::after {
    position: absolute;
    content: '';
    width: 118%;
    height: 124%;
    bottom: 0px;
    left: -50px;
    right: 0px;
    top: -10px;
    background-color: #fff5e3;
    border-right: 1px solid #ddd;

}
.headerTwo .logoSection::after {
    height: 124%;
    display: none;
}
.logoSection img {
    width: 100%;
    position: relative;
    z-index: 4;
    transition: 0.5s ease-in-out;
    padding: 0px;
}
.headerSection.scroll-down .logoSection img{
    width: 86%;
}

.headerSection.scroll-up .logoSection img{
    width: 86%;
}
.mainHeader {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding-right: 4%;
    padding-left: 2%;
}
.allHeaders {
    width: fit-content;
}
.mainHeaderSection {
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: color;
}
.headerNav {
    display: flex
;
}
.headerMenu {
    display: flex
;
    gap: 40px;
    transition: 0.3s ease-in-out;
}
.headerTwo .headerMenu {
    gap: 30px;
}
.headerMenu>li {
    padding: 15px 0px;
    margin: 0px 0px 0px 0px;
    transition: 0.5s ease-in-out;
}
.headerMenu>li>a {
    padding: 20px 0px;
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
}
.headerSection.scroll-down .headerMenu>li>a{
   padding: 0px 0px;
   color: #111;
}

.headerSection.scroll-up .headerMenu>li>a{
   padding: 0px 0px;
   color: #111;
}
.headerMenu>li>a:hover {
    color: #fd8f00;
}
.headerMenu>li>a>img {
    width: 21px;
}
.headerMenu>li>a::before {
    display: none;
    content: '';
    position: absolute;
    left: -11px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    background: #fff;
    margin: auto;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.headerMenu>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 17px;
    background: #fd8f00;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.3s ease-in-out;
}
.headerSection.scroll-down .headerMenu>li>a::after {
      bottom: -3px;
}

.headerSection.scroll-up .headerMenu>li>a::after {
      bottom: -3px;
}
.headerMenu>li a:hover:before, .headerMenu>li a.active:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.headerMenu>li a:hover:after, .headerMenu>li a.active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.headerMenu>li.hasSub {
    position: relative;
}
.headerMenu>li.hasSub.megaMenu {
    position: inherit;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    width: 330px;
    background: #fff;
    padding: 15px;
    z-index: 5;
}
.headerMenu>li.hasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top: 80%;
    margin-top: 0px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #7373732e;
}
.headerMenu>li.hasSub:hover .headerSubNav {
    display: flex
;
    justify-content: space-between;
}
.hasSub.megaMenu .headerSubNav{
    max-width: 992px;
    min-width: 882px;
    width: 100%;
    right: 0px;
    left: 0px;
    margin: auto;
    padding: 30px;
}
.headerSubNav .headerSubMenu {
    max-height: 80vh;
    overflow-y: auto;
    display: flex
    ;
        flex-direction: column;
        width: 100%;
}
.hasSub.megaMenu .headerSubNav .headerSubMenu {
    width: 32%;
}
.hasSub.megaMenu .headerSubNav .headerSubMenu li h5 {
    font-size: 19px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #ddd;
}
.headerSubMenu>li a {
    padding: 0px 6px;
    display: block;
    /* width: 240px; */
    border-bottom: 1px solid #dddddd57;
    transition: all 0.3s ease-in-out;
    background: #fff;
    line-height: 35px;
}
.headerRightMenu {
    display: flex
    ;
        align-items: center;
        gap: 26px;
}

.socialSticky {
    position: fixed;
    right: 8px;
    top: 38%;
    max-height: 100vh;
    z-index: 5;
}
.socialSticky ul {
    display: flex
;
    flex-direction: column;
    gap: 8px;
}
.socialSticky a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    background: #ffffff14;
    backdrop-filter: blur(8px);
    font-size: 13px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.socialSticky a i.fa-facebook-f {
    color: #0075ea;
}
.socialSticky a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.socialSticky a i.fa-linkedin-in {
    color: #0077B5;
}
.socialSticky a i.fa-x-twitter {
    color: #000;
}
.socialSticky a i.fa-youtube {
    color: #f70000;
}
.socialSticky a {
    animation: animationleftoright 3.5s ease both infinite;
}

.headerCallMenu.cart {
    width: 46px;
    display: inline-block;
    height: 46px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerCallMenu.cart img {
    width: 62%;
}
.loginbtn {
    display: inline-block;
    border: none;
    border-radius: 0;
    padding: 0px;
    color: #ffffff;
}

.headerSection.scroll-down .loginbtn {
    color: #111;
}

.headerSection.scroll-up .loginbtn {
    color: #111;
}
.loginbtn img {
    width: 20px;
    position: relative;
    top: -2px;
}

.headerSection.scroll-down .loginbtn img {
    filter: invert(2);
}

.headerSection.scroll-up .loginbtn img {
    filter: invert(2);
}

/* slider start*/
.hero-slider {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 240px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 51px;
    margin-top: -30px;
    text-align: center;
    border: 1px solid #f3920070;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d49800;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d49800;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 6px;

    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 580px;
    transition: all .4s ease;
}

.SliderContentsWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.SliderContents {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 28px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.SliderContentsWrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 49%;
    background: linear-gradient(0deg, #04144d, #02164f);
    left: 0px;
    top: auto;
    right: 0px;
    bottom: -10px;
    filter: blur(31px);
    opacity: 0.5;
}

@media (max-width: 991px) {
    .hero-style {
        height: 480pxpx;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 240px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
    margin: 0px auto;
}

.hero-style .slide-title h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
    color: #ffffff;
    margin-bottom: 13px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 20px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}

.aboutCompany {
    height: 100%;
    width: 34%;
    padding: 0px 23px;
}

.bannerWrapperSection {
    display: flex;
    height: 100%;
    align-items: center;
    background: #005ba8;
}

.banerCircleImg {
    width: 380px;
    position: absolute;
    z-index: 1;
}
.banerCircleImg img {
    width: 100%;
    -webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;
}

.banerPlanet {
    width: 77%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
}
.banerPlanet img {
    width: 100%;
   
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.bg1 {
    background: linear-gradient(90deg, #ffffffd1, #ffffffd1), url(../img/texture/astrology-bg.png);
    background-size: cover;
    background-position: center center;
}

.bg2 {
    background: linear-gradient(90deg, #001330fa, #001330fa), url(../img/texture/astrology-bg-light.png);
    background-size: cover;
    background-position: center center;
    background-blend-mode: color-dodge;
}
.bg3 {
    background: linear-gradient(90deg, #fbedd4e0, #fbedd4e0), url(../img/texture/astrology-bg.png);
    background-size: cover;
    background-position: center center; 
}
.whatisAstro {
    position: relative;
}
.imgSec {
    width: 100%;
}
.imgSec img {
    width: 100%;
}
.halfContent.right {
    margin-left: 30px;
}
.textWrapper h5 {
    color: #fb9000;
    margin-bottom: 10px;
}
.textWrapper h6 {
    margin-bottom: 10px;
}
.textWrapper h2 {
    color: #002968;
    font-weight: 700;
    margin-bottom: 22px;
}

.textWrapper h3 {
    color: #002968 !important;
    font-weight: 700 !important;
    margin-bottom:10px !important;
}


.textWrapper p {
    text-align: justify;
}
label {
    display: inline-block;
    margin-bottom: 6px;
}

.imgSec.whatisastroImg {
    position: relative;
    width: 90%;
}
.whatisastroImg .circleImg {
    width: 100%;
    animation: mover360 60s linear infinite;
}

.whatisastroImg .handImg {
    position: absolute;
    width: 240px;
    top: -60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    animation: upandDown 15s linear infinite;
}
@keyframes upandDown {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(12px);
    }
    50% {
        transform: translateX(12px);
    }
    75% {
        transform: translateX(0px);
    }
    100% {
        transform: translateY(0px);
    }

}
@keyframes mover360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg); 
    }
}

.button {
    position: relative;
    transition: all 0.3sease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(124deg, #f59100, #d29900);
    border-radius: 40px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: 400;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    padding: 11px 22px;
    transition: 0.3s ease-in-out;
}
.button.no-shadow {
    box-shadow: none;

}
.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.button:hover .icon {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.titleSection {
    margin-bottom: 26px
}
.titleSection h2 {
    position: relative;
    padding-bottom: 15px;

}
.titleSection.light h2 {
    color: #fff;
}
.titleSection.light p {
    color: #acacac;
}
.titleSection h2::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
 
    width: 100px;
    height: 10px;
    background: url(../img/texture/text-border.png);
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
}
.titleSection.text-center h2::after {
    right: 0px;
}
.titleSection.text-center p {
    padding: 0px 10%;
}
.titleSection p {
   padding: 0px;
}
.serviceCard {
    position: relative;
    padding: 40px;
    background: #001330fa;
    border: 1px solid #dddddd0d;
    /* border-radius: 15px; */
    transition: 0.3s cubic-bezier(0, 0.48, 1, 1);
    min-height: 352px;
}
.serviceCard::after {
    position: absolute;
    content: '';
    background-image: url(../img/texture/service-circle.png);
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0;
    background-repeat: no-repeat;
    animation: mover360 30s linear infinite;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.serviceCard:hover::after {
    visibility: visible;
    opacity: 0.1;
}
.serviceCard:hover {
    transform: scale(1.04);
    box-shadow: 0px 1px 10px #0000001c;
}

.serviceContent {
    position: relative;
    z-index: 2;
   
}
.serviceContent img {
    width: 25%;
    margin-bottom: 25px;
    transition: 0.3s ease-in-out;
}
.serviceCard:hover .serviceContent img {
    width: 44%;
}
.serviceContent h4 {
    color: #fff;
    margin-bottom: 17px;
}
.serviceContent p {
    color: #978c8c;
    transition: 0.3s ease-in-out;
    height: 0px;
}
.serviceCard:hover .serviceContent p {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    height: 0px;
}
.serviceContent span {
    visibility: hidden;
    opacity: 0;
    top: 10px;
    position: relative;
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    color: #fff;
    border: 1px solid #ddd;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}
.serviceCard:hover .serviceContent span {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.button.outline {
    background: transparent;
    border: 1px solid #f59100;
    color: #444;
}

.row.gapb {
    gap: 24px 0px;
}

.row.col-reverse {
    flex-direction: row-reverse;
}
.halfContent.left {
    margin-right: 30px;
}
.whyAstrovala .textWrapper h2 {
    margin-bottom: 10px;
}
.whyAstrovala .textWrapper h4 {
    font-size: 18px;
    color: #444;
}

.whyFeatures {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    gap: 11px;
}
.whyfeatCard {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ddeaff;
    padding: 12px 18px;
    border-radius: 15px;
    width: 330px;
}
.whyfeatCard img {
    width: 36px;
}
.whyfeatCard h6 {

}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion {
  position: relative;
  background-color: transparent;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
background-color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #30bb64;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background: linear-gradient(124deg, #f59100, #d29900);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background: linear-gradient(124deg, #f59100, #d29900);
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
.movenormal {
    animation: upandDown 15s linear infinite;
}


.astogers {
    position: relative;
    padding: 29px;
    transition: 0.3s cubic-bezier(0, 0.48, 1, 1);
    transition-delay: 0.4s;
}
.astogers:hover {
    transform: scale(1.05);

}
.astogers::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    background: #fff;
    z-index: 1;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.astogers:hover::after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.astroContainer {
    position: relative;
    z-index: 2;
}
.astroDP {
    width: 190px;
    height: 190px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* transition: 0.4s ease-in-out;
    transition-delay: 0.4s; */
}
.astroDP::after {
    position: absolute;
    content: '';
    background: url(../img/texture/author-bg.png);
    background-size: 180px;
    background-position: center center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    animation: mover360 80s linear infinite;
}
.astroDP img {
    width: 130px !important;
    height: 130px !important;
    position: relative;
    z-index: 2;
    border-radius: 100%;
}
/* .astogers:hover .astroDP {
    transform: scale(0.9);
} */
.astroContent {
   margin-top: 30px;
}
.astroContent .astroname {
    color: #002968;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 11px;
}
.astroContent h6 {
    font-size: 15px;
    color: #464646;
    margin-top: 0px;
}
.astroContent .reviews {
    font-size: 13px;
}
.astroContent .reviews span {
    padding: 4px 6px;
    border-radius: 6px;
}
.astroContent .reviews span i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 1px;
}


.astroslider {
    position: relative;
}

.astroslider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #fa9711;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.astroslider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #fa9711;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.astroslider.owl-carousel:hover .owl-nav button.owl-prev,
.astroslider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}



.whats-new-sec {
    /* border-radius: 8px; */
    /* position: relative; */
    width: 90%;
    margin: auto;
}


.whats-new-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #efefef;
    border-radius: 27px;
    z-index: 1;
    border: 1px dashed #ddd;
}

.addtoWishlist {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 16px;
    background: #ffffffc7;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    line-height: 48px;
    backdrop-filter: blur(7px);
    display: flex
    ;
        justify-content: center;
        align-items: center;
}
.whats-new-sec-img .addtoWishlist img {
    width: 30px;
}
.addtoWishlist:hover,
.addtoWishlist.active {
    color: red;
}

.offerStatuInfo {
    display: inline-block;
    position: absolute;
    left: 10px;
    background: linear-gradient(45deg, #8f035994, #89025291);
    border-radius: 22px;
    top: 10px;
    height: 30px;
    padding: 0px 13px;
    backdrop-filter: blur(8px);
}

.whats-new-sec .offerStatuInfo p {
    line-height: 29px;
    color: #ffff;
    font-size: 13px;
}

.whats-new-sec-img {
    background-color: #fff;
    width: 90%;
    border: 1px solid rgba(221, 221, 221, 0.713);
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin: auto;
    border-radius: 27px;
    position: relative;
    z-index: 2;
}

.whats-new-sec-img img {
    width: 100%;
}

.whats-new-content {
    padding: 0px 22px;
    padding-top: 15px;
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
    min-height: 190px;
    max-height: 190px;
}

.ratingShow {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.listprOtherInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listprOtherInfo .ratingShow span {
    font-family: "Open Sans", sans-serif;
    ;

}

.ratingShow i {
    color: #edbe00;
    margin-right: 7px;
}

.listprPrice {
    font-size: 22px;
    font-weight: 600;
}

.listprPrice span {
    color: #002968;
}
.listprPrice .oldPrice {
    color: #979797;
    font-size: 19px;
    text-decoration: line-through;
    margin-left: 8px;
}
.whats-new-sec h4.listPrTitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: center;
    color: #343434;
}

.whats-new-sec p {
    line-height: 20px;
    margin-bottom: -5px;
}

.whats-new-sec-wrapper p {
    margin-top: 0px;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.whats-new-sec .defaultBtn a {
    height: 38px;
    padding: 7px 20px;
    position: relative;
    top: 0px;
    border-radius: 30px;
    margin-top: 20px;
}

.productSlider {
    position: relative;
}

.productSlider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #fa9711;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.productSlider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #fa9711;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.productSlider.owl-carousel:hover .owl-nav button.owl-prev,
.productSlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}


.videoCard {
    position: relative;
    width: 90%;
    margin: auto;
}
.videothumb {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.videothumb img {
    width: 100%;
}
.videoContent {
    margin-top: 13px;;
}



.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: fit-content;
    height: fit-content;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse i {
    background-color: #000f2d94;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    columns: #fff;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
    transition: 0.4s ease;
}

.pulse i:hover {
    background: #ffffff54;
    color: #fff;
    backdrop-filter: blur(7px);
}
@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f29200, 0 0 0 0 #f29200;
        box-shadow: 0 0 0 0 #f29200, 0 0 0 0 #f29200;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #f29200;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #f29200;
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f29200, 0 0 0 0 #f29200;
        box-shadow: 0 0 0 0 #f29200, 0 0 0 0 #f29200;
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #f29200;
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 #f29200;
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

.text-white {
    color: #fff;
}



.newsCard {
    padding: 14px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.newsImg {
    border-radius: 10px;
    overflow: hidden;
}

.newsImg img {
    width: 100%;
}

.newsContent {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 13px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}

.newsContent h5 {
    font-size: 18px;
    font-weight: 600;
    color:#343434;;
    margin: 0px;
    margin-bottom: 12px;
    margin-top: 5px;

}

.newsDate ul {
    display: flex;
    justify-content: space-between;
}

.newsDate ul li {
    display: flex;
    align-items: center;
}

.newsDate ul li i {
    color: #f59100;
    font-size: 16px;
    margin-right: 7px;
}

.newsDate ul li p {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}
.blogDate {
    position: absolute;
    top: -30px;
    right: 17px;
    background: linear-gradient(124deg, #f59100, #d29900);
    border-radius: 8px;
    padding: 4px 17px;
}
.newsDate ul li.blogDate i {
    color: #fff;
}
.newsDate ul li.blogDate  p {
    color: #fff;
    margin-bottom: 0px;
}

.blogSlider .item {
    padding: 10px;
}


.footer-wrp-main {
    background-color: #222222;    
    background-size: 100%;
    position: relative;
    padding-top: 50px;
    z-index: 3;
}
.footer-logo-wrp {
    margin-bottom: 20px;
}
.footer-logo-wrp img {
    width: 66%;
    margin: auto;
}
.footerTexture {
    position: absolute;
    width: 35%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 0px;
    filter: hue-rotate(26deg) saturate(0);
}

.footerTexture img {
    width: 100%;
}

.footerMain {
    position: relative;
    padding: 0px 0px 0px;
}

#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
#tsparticlestwo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
.particle-network-animation {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 3; 
}
.somepolicyLink {
    color: #fff;
    display: inline-flex;
    gap: 7px;
}

.somepolicyLink li {
    color: #fff;
}

.somepolicyLink li a {
    color: #ddd;
    font-size: 13px;
}


#tsparticles canvas {
    position: unset !important;
}
#tsparticlestwo canvas{
    position: unset !important;
}
#nokey canvas{
    position: unset !important;
}
.ftr-link-bx {
    margin-top: 15px;
}
.ftr-link-bx a {
    display: block;
    color: #939393;
    margin: 5px 0px 5px;
    font-size: 14px;
}
.ftr-link-bx a i {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
ul.address-sec li i {
    color: #db2e20;
    font-size: 14px;
    margin-right: 8px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.ftr-link-bx a.title-16 {
    font-size: 18px;
    font-weight: 500;
    color: #bfbfbf;
    margin-top: 0px;
    margin-bottom: 7px;
    position: relative;
    padding-bottom: 4px;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #e89400;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.ftr-link-bx a.title-16::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #e89400;
    bottom: -2px;
    left: 57px;
    border-radius: 100%;
    z-index: 2;
    display: none;
} 

.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
}

.footer-links-wrp {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.footer-btm-wrp {
    background: #060606;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
    font-size: 13px;
}

.footerContents ul {
    display: flex
    ;
        align-items: center;
        gap: 12px;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 0px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 0px;
}

.footerContents ul li a {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footerContents ul li a i {
    font-size: 20px;
    line-height: 51px;
}
.footerContents ul li a i.fa-tiktok {
    color: #111;
}

.footerContents ul li a i.fa-facebook-f {
    color: #0075ea;
}

.footerContents ul li a i.fa-x-twitter {
    color: #000;
}

.footerContents ul li a i.fa-youtube {
    color: #f70000;
}

.footerContents ul li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footerContents ul li a i.fa-whatsapp {
    color:#25D366;
}
ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}

.footerpaymentLink {
    margin-top: 18px;
}

.footerpaymentLink img {
    width: 150px;
}

.footershape1 {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 110px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
}
.footerDownloads ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.footerDownloads li a img {
    width: 120px;
}

.footerNewsletter {
    border-bottom: 1px solid #dddddd0d;
}
.newsLetterInput {
    background-color: #0a0a0a26;
    padding: 10px;
    border-radius: 10px;
}
.newsLetterInput input {
    border: 1px solid #3e3e3e75;
    border-radius: 6px;
    padding: 10px 16px;
    width: 78%;
    background: #20202033;
}
.newsLetterInput input {
    color: #ddd;
}
.newsLetterInput button {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(124deg, #f59100, #d29900);
    color: #fff;
}


.scrollToTop {
    background-color: #ffffff00;

        border: 1px solid #838383;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all .15s ease
}

.scrollToTop:after {
    content: "";
    border: solid #838383;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg)
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#progress-bar {
    --scrollAmount: 0px
}

#progress-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    transform: rotate(90deg)
}

#progress-bar svg path {
    stroke-width: .2em;
    stroke-dasharray: 154;
    stroke-dashoffset: calc(-154px + var(--scrollAmount));
    animation-fill-mode: forwards
}
.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 9;
}

.hamburger.is-md {
    font-size: 1.5rem;
    background: transparent;
}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: rgb(255 255 255);
    transition: inherit;
}


.headerSection.scroll-up .hamburger-line {
    background: #111;
}
.headerSection.scroll-down .hamburger-line {
    background: #111;
}
.hamburger-line:nth-child(1) {
    top: 0.125em;
}
.headerSection.scroll-up .hamburger.is-md.is-active .hamburger-line {
    background: #fffffff0;
    /* backdrop-filter: blur(5px); */
}
.headerSection.scroll-down .hamburger.is-md.is-active .hamburger-line {
    /* backdrop-filter: blur(5px); */
    background: #fffffff0;
}


.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}

.hamburger-line:nth-child(2) {
    top: 0.438em;
}

.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}

.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 0.625em;
}

.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
}


.dropdownmenu {
    position: fixed;
    display: none;
    z-index: 5;
    width: 30%;
    height: 100vh;
    background: #000826f5;
    top: 0px;
    right: -30%;
    display: none;
    padding: 40px;
    padding-top: 80px;
    backdrop-filter: blur(4px);
    
}

.dropdownmenu .headerMenu {
    flex-direction: column;
    gap: 0px;
}
.dropdownmenu .headerMenu>li>a {
    padding: 9px 0px;
    width: 100%;
}
.dropdownmenu .headerNav {
    display: inherit;
    width: 100%;
}
.dropdownmenu  .headerMenu>li>a::after {
    bottom: 0px;
}
.dropdownmenu .headerMenu>li.hasSub.megaMenu {
    padding: 0px;
}
.headerSection.scroll-down .dropdownmenu .headerMenu>li>a {
    padding: 9px 0px;
    color: #fff;
}
.headerSection.scroll-up .dropdownmenu .headerMenu>li>a {
    padding: 9px 0px;
    color: #fff;
}
/* inner Banenr  */

.inrbnr {
    position: relative;
    min-height: 200px;
    background: linear-gradient(83deg, #fff4de59, #ffe1e1ab), url(../img/bgs/inner-bnr-bg.png);
    padding-top: 80px;
    background-size: 100%;
    background-position: center center;

}

.inrbnrimg {
    width: 100%;
    height: 200px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1;
}

.inrbnrimg img {
    width: 40%;
    position: relative;
}

.inrbnrContent {
    position: relative;
    z-index: 2;
    height: 200px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}

.inrbnrtext h2 {
    font-size: 32px;
    color: #ffffff;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: flex-start;
}



.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.inrbrnNav li:first-child {
    padding-left: 0px;
}
.inrbrnNav li {
    position: relative;
    border-right: 1px solid #959595;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}
.inrbrnNav li a {
    color: #fff;
}
.inrbrnNav li:last-child a {
    color: #f59100;
}
/* inner Banenr End */


.astrocard {
    padding: 16px;
    border: 1px solid #ededed;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.astrocContainer {
    display: flex
    ;
        align-items: center;
        gap: 15px;
}
.astrohead {
    width: 30%;
    display: flex
;
    flex-direction: column;
    gap: 13px;
    position: relative;
}
.astroDetails {
    width: calc(100 - 30%);
}
.astrocard img {
    width: 100%;
}
.astroImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    position: relative;
}
.onlineShow {
    position: absolute;
    width: 19px;
    height: 19px;
    background: #00c534;
    bottom: 2px;
    right: 9px;
    z-index: 2;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #fff;

}
.astroName h4 {
    font-size: 20px;
    font-weight: 700;
}
.astroName img.verifiedCheck {
    width: 18px;
}
.astroAcheiver {
    display: flex
;
    align-items: center;
    gap: 5px;
    color: #737373;
}
.astroAcheiver li {
    color: #737373;
    font-size: 14px;
}
.astroAcheiver li i {
    color: #FB9000;
}
.astroAcheiver li span {
    color: #737373;
}

.astrolBtns {
    display: flex
    ;
        align-items: center;
        gap: 12px;
        margin-top: 12px;
}
.astrolBtns a {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 15px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 13px;
}
a.astrocatbadge {
    background: #ddeaff;
    border-radius: 30px;
}
a.astrolCall {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #e79002;
    padding: 10px;
}
a.astrolChat {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #002968;
    padding: 8px;
}
a.astrolRate {
    background: #fbefd9;
}

.astroinfo {
    margin-top: 5px;
}
.astroinfo li {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 14px;
    line-height: 19px;
}
.astroinfo li img {
    width: 13px;
    position: relative;
    top: 2px;
}
.astroinfo li span {
    color: #111;
}


.productSideBar .accordion-item {
    overflow: hidden;
}

.productSideBar .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.productSideBar .accordion-item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;

}

.productSideBar .accordion-button:not(.collapsed) {
    background: #f2f7fb;
    color: #0048a5;
}

.productSideBar .accordion-button {
    padding: 14px 20px;
    font-weight: 600;
}

.productSideBar button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.productSideBar .accordion-body {
    padding: 0px;
}

.productSideBar .accordion-button.JustaTitle {
    background: linear-gradient(180deg, #012a68, #012a68);
    color: #fff;
    font-size: 16px;
}

.productSideBar .accordion-button.JustaTitle::after {
    display: none;
}

.productSideBar .form-check {
    padding: 5px 18px;
    background: #fff;
    border-bottom: 1px dashed #ddd;
}
.productSideBar .form-check label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.productSideBar .form-check .form-check-input {
    margin: 0px;
    margin-right: 0px;
    float: right;
}
.productSideBar .form-check .form-check-input:focus {
    box-shadow: none;
}
.productSideBar .accordion {
    background: none;
}

.speciCard {
    padding: 10px 20px;
    width: 32%;
    background: #fbfbfb;
    border: 1px solid #efefef;
}
.speciCard img {
    width: 33px;
} 
.speciCard span {
    font-size: 16px;
}
.headerinDetails.headerSection {
    position: relative;
}
.inrbnr.inrbnrDetails {
    min-height: 107px;
}


.bnrNav {
    padding: 10px 0px;
    background: #faf8fa;
}

.bnrNavWrap ul {
    display: flex;
    align-items: center;
    position: relative;
}

.bnrNavWrap ul li {
    padding-right: 5px;
    position: relative;
    margin-right: 5px;
}

.bnrNavWrap ul li.gotoProductList {
    position: absolute;
    right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.bnrNavWrap ul li.gotoProductList i {
    font-size: 10px;
}

.bnrNavWrap ul li::after {
    position: absolute;
    content: '|';
    right: 0px;
    /* background-image: url(../img/icons/right-arrow-nav.png); */
    width: 1px;
    height: 26px;
    background-size: contain;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 12px;
}

.bnrNavWrap ul li:last-child:after {
    display: none;
}

.bnrNavWrap.listings ul li:nth-last-child(-n+2):after {
    display: none;
}

.bnrNavWrap ul li:nth-last-child(-n+2) a {
    color: #7c7c7c;
}

.bnrNavWrap ul li a {
    color: #7c7c7c;
    font-weight: 600;
    font-size: 14px;
}

.bnrNavWrap ul li:last-child a {
    color: #002968;
    font-weight: 600;
}
.titletwo {
    margin-bottom: 12px;
    padding-bottom: 7px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.titletwo::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #e79002;
    bottom: 0px;
    left: 0px;

}
.navWrapper {
    position: sticky;
    top: 81px;
    background: #fff;
    z-index: 3;
    padding: 10px 0px;
}
.navcontaienr {

}
.navibtn {
    border-radius: 8px;
    padding: 12px 25px;
    background: linear-gradient(124deg, #e7e7e7, #ededed);
    font-size: 17px;
    display: inline-block;
}
.navibtn.active {
    background: linear-gradient(124deg, #f59100, #d29900);
    color: #fff;
}
.tabContentBox {
    /* border: 1px solid #f1f1f1; */
    border-radius: 10px;
    margin-top: 8px;
}

.content p {
    text-align: justify;
    line-height: 25px;
}
.content li {
    padding-left: 23px;
    background-image: url(../img/icons/check.svg);
    background-size: 16px;
    background-position: left top 4px;
    background-repeat: no-repeat;
    text-align: justify;
    line-height: 25px;
    color: #3c3c3c;
}


.availabilityContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.availabilityCard {
    padding: 11px 14px;
    background: #fffbf5;
    border: 1px solid #fff1de;
    border-radius: 5px;
    width: 100%;

}
.availabilityCard .dayName {
    padding: 4px 12px;
    background: #ffd495;
    display: block;
    border-radius: 10px;
    color: #262626;
    width: 49%;
    margin: auto;
    font-weight: 500;
    font-size: 15px;
}
.availabilityCard .timingwrap {
    display: flex
    ;
        flex-direction: column;
        padding: 9px;
        margin-top: 7px;
        background: #fff;
        /* border: 1px solid #ebebeb; */
        border-radius: 10px;
}
.timings {
    padding-left: 23px;
    background-image: url(../img/icons/available-check.svg);
    background-size: 16px;
    background-position: left 16px top 4px;
    background-repeat: no-repeat;
    text-align: justify;
    line-height: 25px;
    color: #3c3c3c;
    border-bottom: 1px dashed #e7e7e7;
    text-align: center;
}
.availableBadge {
    padding: 4px 12px;
    /* background: #82d385; */
    display: block;
    border-radius: 10px;
    color: #262626;
    width: 49%;
    margin: auto;
    color: #009728;
    font-weight: 500;
    font-size: 15px;
}
.availableBadge.not {
    color: #ff0000;
}

.cusReviewCreate {
    padding: 12px 0px;
}
.cusReviewCreate .comment-list>.comment .comment-body {
    position: relative;
    /* padding-left: 100px; */
    margin-bottom: 0px;
    min-height: 95px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 25px;
}

.cusReviewCreate .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

.cusReviewCreate .comment-list>.comment .comment-body .comment-author .fn {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 8px;
    display: block;
}

.cusReviewCreate .comment-list>.comment .comment-body .star-rating {
    font-size: 14px;
    margin-bottom: 10px;
}

.cusReviewCreate .text-secondary {
    color: #ffc822 !important;
}

.cusReviewCreate .comment-list>.comment .comment-body p {
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    color: #646464;
}
.commentReviewForm {
    padding: 22px;
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 10px;
    position: sticky;
    top: 80px;
}

.star-rating {
    /* direction: rtl; */
    display: inline-block;
    padding: 0px;
    cursor: default;
    display: flex
;
    gap: 8px;
  }
  .star-rating input[type=radio] {
    display: none;
  }
  .star-rating label {
    color: #d1d1d1;
    font-size: 22px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .star-rating label:hover,
  .star-rating label:hover ~ label,
  .star-rating input[type=radio]:checked ~ label {
    color: #f2b600;
  }


.effect-1:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
}
.effect-1 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: 0.4s;
}

.form-control {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ffbe62;
}
.form-control::placeholder {
    color: #b3b3b3;
}
.form-select {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.form-select:focus {
    box-shadow: none;
    border: 1px solid #ffbe62;
}

.astroSider {
    position: sticky;
    top: 90px;
}
.ondetails .astrocContainer {
    flex-direction: column;
    gap: 10px;

}
.ondetails .astroAcheiver li {
    font-size: 16px;
}
.ondetails .astroAcheiver { 
    justify-content: flex-start;
}
.ondetails .astroinfo li {
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    border-bottom: 1px dashed #e5e5e5;
}
.ondetails .astroinfo li img {
    width: 17px;
    position: relative;
    top: 3px;
}
.astrodCates a.astrocatbadge {
    padding: 6px 20px;
    display: inline-block;
}
.astrodCates .astrodpricebadge {
    padding: 6px 20px;
    display: inline-block;
    background: #ffdfb1;
    border-radius: 30px;
}
.astrolBtns.ondetails a.astrolCall {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    justify-content: center;
    gap: 5px;
    color: #fff;
    line-height: normal;
    text-align: left;
}
.astrolBtns.ondetails a.astrolCall img {
    width: 20px;
}

.astrocard.ondetails .astrohead {
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.astrocard.ondetails .astroImg {
    width: 120px;
    height: 120px;
    visibility: visible;
    border-radius: 0px;
    border: none;
}
.astrocard.ondetails .astroImg img {
    border-radius: 100%;
    border: 1px solid #f3f3f3;
}
.astrocard.ondetails .astroName h4 {
    font-size: 22px;
}
.astrolBtns.ondetails a.astrolChat {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    justify-content: center;
    gap: 5px;
    color: #fff;
}
.astrolBtns.ondetails a.astrolChat img {
    width: 20px;
}
.giftCard {
    position: relative;
    margin-bottom: 18px;
    text-align: center;
}
.giftCard label,
.giftCard input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.giftCard label {
    position: relative;
}
.giftCard input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.giftCard input[type="radio"]:checked + label {
    background: #fff4e2;
    border-radius: 6px;
    border: 1px solid #ffcf81;
}

.giftCard label {
    cursor: pointer;
    z-index: 2;
    line-height: 1.8em;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 10px;
}

.giftpr {
    padding: 10px;
}

.giftpr img {
    width: 100%;
    border-radius: 6px;
    height: 119px;
    object-fit: cover;
}
.giftpr h5 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
}
.giftpr h6 {
    margin-top: 5px;
    font-size: 14px;
}
.numberol li {
    list-style: auto;
}

.giftprWrapper {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.giftprWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.giftprWrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

.giftprWrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}
.button.sendgift {
    margin-top: 10px;
}
.button.sendgift img {
    width: 25px;
}
.prinnerListing .whats-new-sec {
    width: 100%;
    margin-bottom: 20px;
}
.prinnerListing .whats-new-sec::after{
    background: #fff;
}
.productSideBar {
    position: sticky;
    top: 100px;
}

.productImgWrap {
    position: sticky;
    top: 96px;
}
.prdetailContent {
    width: 94%;
    margin-left: auto;
}
.productPrice h5 {
    font-size: 16px;
    margin: 10px 0px 0px;
    font-weight: 700;
}
.productPrice h5 span.originalPrice {
    color: #858585;
    text-decoration: line-through;
    margin: 0px 4px;
}

.productPrice h5 span.currentPrice {
    font-size: 26px;
    font-weight: 800;
    margin: 0px 3px;
}
.productPrice .yoursave span{
    color: #12bd02;
    font-weight: 600;
}
.productpara br {
    margin-bottom: 10px;
}
.prparaReadBtn {
    color: #f59000;
    font-weight: 600;
}
.productTitle h2 {
    font-weight: 700;
    font-size: 28px;
    color: #002968;
}
.productTitle h4 {
    font-size: 16px;
    margin-bottom: 11px;
    color: #f59000;
}
.prfeatures {
    margin-top: 20px;
}
.prfeatures .whyfeatCard {
    width: 100%;
    padding: 0;
    background: transparent;

}
.prfeatures .whyfeatCard  h6 {
    font-weight: 600;
}
.prfeatures .whyfeatCard p {
    color: #646464;
    margin: 0px;
}


.qty-plus-minus {
    width: 120px;
    height: 46px;
    padding: 10px;
    border: 1px solid #eee;
    display: inline-block;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
}
.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #4b5966;
    float: left;
    font-size: 15px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    outline: none;
    font-weight: 500;
}

.prbuyBtns .button {
    border-radius: 10px;
    box-shadow: none;
}
.prcartbtn {
    width: 50px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.prcartbtn img {
    width: 27px;
}


/* blogsdetails  */

.blogMainImg {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.blogMainImg img {
    width: 100%;
}

.blogMainHeader {
    margin-bottom: 30px;
}

.blogMainHeader .newsDate ul {
    justify-content: flex-start;
}

.blogMainHeader .newsDate ul li:first-child {
    margin-right: 10px;
}
.blogTitle h1, .blogTitle h2 {
    font-size: 34px;
    font-weight: 700;
}
.blogdSidebar {
  
    position: sticky;
    top: 90px;

}
.blogSiderCard {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 12px;
}
.blogNeedAssistants {
    padding: 12px;
    text-align: center;
}
.blogNeedAssistants img.mainImg {
    width: 50px;
    margin-bottom: 8px;
}
.blogNeedAssistants h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.blogNeedAssistants h5 {
    font-size: 12px;
}
.astrolBtns.ondetails.onblogs {
    flex-direction: column;
    gap: 7px;
} 
.astrolBtns.ondetails.onblogs a.astrolCall:nth-child(2) {
    background: #002968;
}
h5.sidebarTitle {
    font-weight: 600;
    position: relative;
    padding: 16px 0px 8px;
}

h5.sidebarTitle::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #002968;
    bottom: 0px;
    left: 0px;
}

.latest-post {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.blogdSidebar .latest-post:last-child {
    border-bottom: none;
}

.thumbnail {
    margin-right: 10px;
}

.thumbnail a {
    display: block;
}

.thumbnail a img {
    border-radius: 5px;
    min-height: 70px;
    object-fit: cover;
    max-width: 70px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;

}

.blog-meta li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
}
.blogContainer ul li {
    list-style: inside;
}

.kundaliCard {
    padding: 34px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.normalbtn {
    background: linear-gradient(124deg, #f59100, #d29900);
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
    display: inline-block;
}
.normalbtn:hover {
    transform: scale(1.01);
}
.normalbtn:active {
    transform: scale(0.99);
}
.kundliFormWrap .titleSection h2 {
    margin-top: 0px;
    font-size: 30px;
}
.kundliFormWrap .titleSection {
    margin-bottom: 20px;
}
.astrocard.kundaliCard {
    border: none;
    border-radius: 0px;
    padding: 20px;
    /* box-shadow: 0px 0px 10px #ddd; */
    border: 1px dashed #ddd;
    border-radius: 10px;
    margin-bottom: 0px;
}
.kundaliCard.savedKundli {
    padding: 20px;
    max-height: 452px;
}

a.smalbtns {
    background: #ddeaff;
    border-radius: 30px;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 15px;
    height: 32px;
    display: flex
;
    align-items: center;
    font-size: 13px;
    color: #fff;
}
.smalbtns.brnsec {
    background: #002968;
}
.smalbtns.brnfirst {
    background: #e79002;
}
.astrolBtns.svdkbtns {
    gap: 7px;
}
.svdkundaliCard .astroinfo li img{
    width: 18px;
}
.svdkundaliCard .astroinfo li {
    font-size: 16px;
    line-height: 26px;
}
.svdkundaliCard.astrocard {
    margin-bottom: 10px;
}
.svdkwrapper {
    overflow-y: auto;
    max-height: 340px;
}
.svdkwrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.svdkwrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

.svdkwrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

.normalList li {
    padding-left: 23px;
    background-image: url(../img/icons/check.svg);
    background-size: 16px;
    background-position: left top 4px;
    background-repeat: no-repeat;
    text-align: justify;
    line-height: 25px;
    color: #3c3c3c;
}

.whyKundaliBnr {
    background: url(../img/bg/why-kundali-img.jpg);
    background-size: 100%;
    padding: 50px;
    border-radius: 20px;
    min-height: 340px;
    display: flex
;
    align-items: center;

}
.whyKundaliBnr.bnrkundaliMatching {
    background: url(../img/bg/kundlimatching-bnr-img.jpg);
    background-size: 100%;
}
.whyKundaliBnr.getrichbnr {
    background: url(../img/bg/getrich-img.jpg);
    background-size: 100%;
}
.textWrapper.light h2 {
    color: #fff;
}
.textWrapper.light h2 span {
    color: #f59100;
}
.textWrapper.light h4 {
    color: #ddd;
}
.whyKundaliBnr .textWrapper.light h2 {
    margin-bottom: 10px;
}


.faqsCards .accordion-item {
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px #e1e1e1;
}

.faqsCards .accordion-button {
    background-color: #ffffff96;
    font-size: 17px;
    padding: 16px 24px;
    font-weight: 500;
}

.faqsCards .accordion-header {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 14px;
}

/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsTitle.inner {
    text-align: center;
    margin-bottom: 40px;
}


.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #002968, #012968);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}
.processmatchingkundli ul li {
    margin-bottom: 10px;
}
.processmatchingkundli ul li span {
    font-weight: 700;
}
.astogers.horoscopeCard .astroContent {
    margin-top: 10px;
}
.astogers.horoscopeCard  {
    background: #ffffff91;
    backdrop-filter: blur(11px);
    margin-bottom: 20px;
}

.horoscopeSlider .astroDP img {
    width: 80px !important;
    height: 80px !important;
}
.horoscopeSlider .astroContent .astroname {
    font-size: 16px;
}
.horoscopeSlider .astroDP::after {
    background-size: 107px;
    background-repeat: no-repeat;
}
.horoscopeSlider .astroDP {
    width: 100px;
    height: 100px;
}
.horoscopeSlider .astogers {
    padding: 10px;
}
.imgSec.whatisastroImg.main img {
    border-radius: 20px;
    overflow: hidden;
}
.imgSec.whatisastroImg.main {
    position: sticky;
    top: 75px;
}


.contactUsCard {
    padding: 25px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
    border: 1px solid #dddddd4a;
    background: #fff;
}

.contactUsCard p {
    margin: 0px;
}
.contactCHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactIco {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #462673, #1b00b3);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.contactTitle {
    width: 86%;

}

.contactTitle h5 {
    color: #002968;
    font-weight: 700;
    font-size: 26px;

}

.contactTitle p {
    font-size: 16px;
}

.contactMain {
    margin-top: 10px;
}

.contactMain a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /* display: block; */
}
.contactImg {
    width: 130px;
    margin: auto;
}
.contactImg img {
    width: 100%;
}
.contactUl li {
    text-align: center;
}
.contactMain p {
    margin: 0px;
    display: flex
;
    flex-direction: column;
    text-align: left;
}
.contactMain{
    display: flex
    ;
        align-items: center;
        gap: 11px;
}
.contactMain i {
    width: 50px;
    height: 50px;
    background: #ffecd0;
    border-radius: 10px;
    text-align: center;
    line-height: 48px;
    font-size: 23px;
    border: 1px solid #ffe1b4;
}
.contactInfo {
    position: sticky;
    top: 30vh;
}
.textContainer h1, .textContainer h2, .textContainer h3, .textContainer h4, .textContainer h5, .textContainer h6 {
    margin-bottom: 9px;
    margin-top: 22px;
}
.textContainer ul {
    padding-left: 10px;
    margin: 10px 0px;
}
.textContainer ul li {
    padding-left: 23px;
    background-image: url(../img/icons/check.svg);
    background-size: 16px;
    background-position: left top 6px;
    background-repeat: no-repeat;
    text-align: justify;
    line-height: 26px;
    color: #3c3c3c;
    margin-bottom: 10px;
    
}

.cartCard {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #dddddd7a;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.cartCard th {
    vertical-align: middle;
    background: #f5f8fb;
    padding: 12px 10px;
}
.cartCard td {
    vertical-align: middle;
    padding: 12px 10px;
}
.cartCard tbody tr:last-child {
    border-style: none;
    border-color: #fff;
}
.thumbnail {
    width: 55px;
    display: inline-block;
}
.thumbnail img {
    width: 100%;
}
.billDetails {
    position: sticky;
    top: 90px;
    transition: 0.4sease-in-out;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #dddddd4d;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.order-detail table {
    width: 100% !important;
    margin-bottom: 25px;
}
.order-detail table tr td {
    padding: 6px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.order-detail table tr td.price {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: end;
}
.order-detail table tr.charges {
    border-bottom: 1px dashed rgba(34, 34, 34, .2);
}
.order-detail table tr.tax {
    border-bottom: 2px solid rgba(34, 34, 34, .2);
}
.billDetails h5.sidebarTitle {
    padding-top: 0px;
}
.checkoutContainerCard {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.checkoutContainerCard h5.sidebarTitle {
    padding-top: 0px;
}
.checkoutContainerCard a {
    color: #f59100;
}
.checkoutContainerCard a.normalbtn {
    color: #fff;
}



.signupWithGmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #ffe0c4;
    border-radius: 8px;
    background: #ffdbdb59;
}
.signupgmailIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}


.signupwithFacebook {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px 10px;
    border: 1px solid #bfdfff;
    border-radius: 8px;
    background: #a4d9ff38;
}
.signupFacebookIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}

.signupwithEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}



.signupwithOtp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}



.register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f4f4f4;
}


.signupwithEmailIco svg {
    width: 18px;
    position: relative;
    top: -1px;
}
.termscheck .form-check-label, .termscheck span ,  .termscheck a {
    font-size: 13px;
}
.formSubscribe a {
    font-weight: bold;
    font-size: 13px;
}
.loginSignupForm {
    margin-top: 90px;
}

.loginForm {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #dddddd7a;
}

.dividers {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.dividers p {
    font-size: 15px;
    color: #222;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0px;
    
}
.dividers p::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dividers p::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.signUpotherOptions {
    max-height: 440px;
    position: relative;
}
.otpinputRow {
    display: flex
;
    gap: 14px;
    margin-bottom: 10px;
    justify-content: center;
}
.otpinputRow input.form-control {
    width: 80px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #5e5e5e;
}
.mobileotpico {
    width: 100px;
    margin: 20px 0px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
    /* right: 0px; */
    margin-left: -65px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}

.dropdown-content a:hover {
    background-color: #ffe6be;
}

/* .accountdropbtn {
    position: relative;
} */
.accountdropbtn:hover .dropdown-content {display: block;}

.accountdropbtn:hover .dropbtn {background-color: #3e8e41;}




/* StudentPanel */
.studentPanel {
    margin-top: 0;
    display: flex;
    width: 100%;
    /* overflow: hidden; */
}
.panelSidebar {
    width: var(--usersideWidth);
    height: 100vh;
    background: #fff4e1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-right: 1px solid #ffd5aa;
    position: sticky;
    top: 100px;
}
.panelSidebar .mainsidebar {
    padding: 20px 20px;
    
}
.panelSidebar .mainsidebar > li > a{
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
} 
.panelSidebar .mainsidebar > li > a:hover , .panelSidebar .mainsidebar > li > a.active {
    background: #002968;
    color: #fff;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mainsidebar img {
    transition: 0.3s ease-in-out;
}
.panelSidebar .mainsidebar > li > a img  {
    width: 15px;
}
.panelSidebar .mainsidebar > li > a:hover img , .panelSidebar .mainsidebar > li > a.active img {
    filter: invert(1);
}
.hassubmaiside {
    position: relative;
    
}

.submainsidebar a {
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}
.submainsidebar a:hover , .submainsidebar a.active {
    background: #ffe5b8;
    color: #2c2c2c;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.submainsidebar {
    display: none;
    padding-left: 15px;
    background: #fbebcf;
}
.panelMainWrapper {
    width: calc(100% - var(--usersideWidth));
    padding: 20px;
    background: #f7f7f7;
}
.panelCard {
    padding: 16px;
    border: 1px solid #ededed;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.profiledashDP .avatar {
    margin: auto;
    margin-bottom: 10px;
    width: 65px;
    height: 65px;
}

.avatar {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}
.avatar img {
    width: 100%;
    height: 100%;
}
.profiledashDP .avatar .dashboardProfileEditBtn {
    position: absolute;
    bottom: -4px;
    background: #fff2f2;
    display: inline-block;
    right: -2px;
    z-index: 1;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
}
.avatar.avatar-online:after {
    background-color: #56ca00;
}
.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}
.rounded-circle {
    border-radius: 50% !important;
}

.profileDashContent {
    text-align: center;
}
.profileDashContent h5 {
    font-size: 20px;
    font-weight: 600;
    color: #002f29;
}
.profileDashContent p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: normal;
}
.profileDashContent h6 {
    font-size: 13px;
    font-weight: 600;
}

.profileShortInfo h4 {
    margin-bottom: 10px;
    font-size: 20px;
}
.profileShortInfo h4  span {
    font-size: 30px;
    font-weight: 700;
    color: #fd6700;
}

.profileForm .form-control{
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.profileForm .form-select{
    height: 45px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
}
.profileForm .form-select:focus {
    box-shadow: none;
}
.profileForm .form-control:focus {
    box-shadow: none;
}

.signupHeader h4 {
    font-size: 20px;
    font-weight: 600;
    color: #002e28;
    margin-bottom: 10px;
}
.procardStyle {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.result-data-table td {
    background: #002e28;
    color: #fff;
}
.cssbuttons-io.makepayment {
    padding: 0px;
}

.cssbuttons-io.makepayment span{
    padding: 3px 16px;
    width: 100%;
}
.fullwButton .cssbuttons-io span {
    width: auto;
}

.ptitleHead {
    display: flex;
    align-items: center;
    gap: 13px;
}
.ptitleHead img {
    background: transparent;
    width: 50px;
    padding: 0;
    border-radius: 10px;
}
.ptitleHead h5 {
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 400;
}
.ptilecontent {
    margin-top: 10px;
}
.ptilecontent h2 {
    font-weight: 600;
}
.normalbtn.midsize {
    padding: 7px 20px;
    font-size: 14px;
}
.balanceamount h2 {
    font-size: 25px;
    font-weight: 700;
}
.panelTiles {
    padding: 16px;
    border: 1px solid #ededed;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.titlSectionu.userpaneltitle::after {
    display: none;
}
.titlSectionu.userpaneltitle h2 {
    color: #002968;
    font-weight: 600;
    margin-bottom: 00px;
    font-size: 26px;
}

.nav-tabs .nav-link.active{
    background: #f09200;
    border: none;
    color: #fff;
    border-radius: 30px;
}
.nav-tabs .nav-link {
    background: #efefef;
    border-radius: 30px;
    border: 1px solid #e9e9e9;
    color: #333;
}
.nav-tabs {
    border-bottom: none;
}
.table thead th {
    background: #e1edff;
}
.table>thead {
    border-bottom: 1px solid #002968;
}

.transactiondetials img {
    width: 25px;
}
.transactiondinfo h5 {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
}
.transactiondinfo p {
    color: #737373;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
}
.text-right {
    text-align: right;
}
.paneltable .tab-content {
    max-height: 500px;
    min-height: 500px;
    overflow-y: auto;
}
.paneltable .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.paneltable .tab-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

.paneltable .tab-content::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}
.giftprWrapper.rechargeWrapper {
    max-height: max-content;
    
}
.giftCard.rechargeCard input {
    cursor: pointer;
}
.giftCard.rechargeCard label {
    padding: 3px;
    border: 1px solid #ededed;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: none;
    cursor: pointer;
}
.rechargeCard .giftpr h5{
    font-size: 22px;
    font-weight: 600;
}
.giftCard.rechargeCard input[type="radio"]:checked + label {
    border-radius: 16px;
}

.perfile-info-form h4 {
    font-size: 17px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 10px;
}

.order-invoice-details ul li {
    font-size: 14px;
    line-height: 24px;

}

.orderplacedTitle h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
}

.browseCateMenus.normalMenu {
    width: 230px;
}
.normalbtn.deleteaccountbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 20px;
    font-size: 13px;
    background: #ffe7e7;
    border: 1px solid #ffd3d3;
    color: #ff0000;
}
.panelCard.profileCard {
    padding: 26px;
}


.avatar-upload {
    position: relative;
    max-width: fit-content;
    margin: 0px;
    margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: -6px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #ef9201;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 14px;
}

.avatar-upload .avatar-preview {
    width: 132px;
    height: 132px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.transactiondetials img.astrologImg {
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
.table td {
    vertical-align: middle;
}
.bg-blue {
    background: #002968!important;
}
.normalbtn.smallsize {
    padding: 3px 10px;
    font-size: 12px;
}
.normalbtn.btnoutline  {
    background: transparent;
    border: 1px solid #f59100;
    color: #f59100;
}
.normalbtn.btnoutline.btndel {
    background: transparent;
    border: 1px solid #f50000;
    color: #f50000;
}
.text-primary {
    color: rgb(246 144 0) !important;
}
.normalbtn.deleteBtn {
    right: 0px;
    top: 0px;
    padding: 8px 20px;
    font-size: 13px;
    background: #ffe7e7;
    border: 1px solid #ffd3d3;
    color: #ff0000;
}
.headerRightMenu li a .fa-bell { color: #fff; }
.headerRightMenu li .dropdown .btn { overflow: visible; }
.headerRightMenu li .badge { position: absolute; right: -8px; top: 0; width: 18px; height: 18px; border-radius: 100%; color: #fff; background: orange; display: flex; align-items: center; justify-content: center; }

.radio-inputs-19 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: 100%;
    font-size: 14px;
  }
  
  .radio-inputs-19 label {
    flex: 1 1 auto; margin-bottom: 0;
    text-align: center;
  }
  
  .radio-inputs-19 label input {
    display: none;
  }
  
  .radio-inputs-19 label .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
  }
  
  .radio-inputs-19 label input:checked + .name {
    background-color: #fff;
    font-weight: 600;
  }
  
  .radio-wrapper-26 {
    width: 90%;
  }

  .radio-wrapper-26 label {
    display: flex;
    align-items: flex-start;
    text-align: left;
    min-width: 113px;
    justify-content: space-between;
    padding: 11px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #d8dee4;
    transition: all 0.2s ease;
    font-size: .775rem;
  }

  .radio-wrapper-26 label:not(:has(input:disabled)):hover {
    background: #f5f6f8;
  }

  .radio-wrapper-26 label:has(input:disabled) {
    opacity: .8;
    cursor: not-allowed;
    background: #f5f6f8;
  }

  .radio-wrapper-26 label:has(input:checked) {
    box-shadow: 0 0 0 1.5px rgb(37 99 235), 0 0 0 1px #d8dee4;
  }

  .radio-wrapper-26 label:has(input:focus) {
    box-shadow: 0 0 0 1.5px rgb(37 99 235), 0 0 0 4px rgb(191 219 254), 0 0 0 1px #d8dee4;
  }

  .radio-wrapper-26 label .inputAndLeftText {
    display: flex;
    gap: .75em;
  }

  .radio-wrapper-26 label .inputAndLeftText div {
    color: rgb(55 65 81);
    line-height: 1.25rem;

    display: flex;
    flex-direction: column;
  }

  .radio-wrapper-26 label .title,
  .radio-wrapper-26 label .price {
    font-weight: 500;
  }

  .radio-wrapper-26 label .desc {
    color: rgb(107 114 128);
  }

  .radio-wrapper-26 input,
  .radio-wrapper-26 label .price {
    color: rgb(37 99 235);
  }

  .radio-wrapper-26 label .price {
    margin-top: 1px;
  }

  .radio-wrapper-26 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid rgb(209 213 219);

    box-shadow: 0 1px 2px 0 #0000000d;
    border-radius: 9999px;
    width: 1rem;
    height: 1rem;

    margin: 2px 0 0;
  }

  .radio-wrapper-26 input:checked {
    border-color: #0000;
    background-color: currentColor;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48L3N2Zz4=);
  }

  .radio-wrapper-26 input:focus {
    box-shadow: 0 0 0 3px rgb(191 219 254), 0 1px 2px 0 #0000000d;
  }

  .radio-wrapper-26 input:disabled,
  .radio-wrapper-26 label:has(input:disabled) .price {
    color: rgb(156 163 175);
  }

/* Responsive */

@media screen and (max-width:1024px) and (min-width:769px) {
    .hero-style {
        height: 310px;
    }
    .headerMenu {
        gap: 20px;
    }
    a {
        font-size: 14px;
        line-height: 20px;
    }
    body {
        font-size: 14px;
        line-height: 20px;
    }
    p, li {
        font-size: 14px;
        line-height: 20px;
    }
    .socialSticky {
        right: 10px;
    }
    .logoSection::after {
        width: 118%;
        height: 204%;
        bottom: 0px;
        left: -30px;
        right: 0px;
        top: -22px;
    }
    .h5, h5 {
        font-size: 16px;
    }
    .h2, h2 {
        font-size: 18px;
    }
    .h1, h1 {
        font-size: 20px;
    }
    .h3, h3 {
        font-size: 17px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .halfContent.right {
        margin-left: 0px;
    }
    .imgSec.whatisastroImg {
        width: 100%;
    }
    .serviceCard {
        padding: 20px;
    }
    .serviceCard {
        min-height: 272px;
    }
    h4, .h4 {
        font-size: 14px;
    }
    h6 {
        font-size: 14px;
    }
    .whyfeatCard img {
        width: 26px;
    }
    .whyfeatCard {
        padding: 10px 14px;
    }
    .astroContent .astroname {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .astroContent h6 {
        font-size: 13px;
    }
    .astroContent .reviews {
        font-size: 10px;
    }
    .whats-new-sec h4.listPrTitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .newsContent h5 {
        font-size: 16px;
        font-size: 16px;
    }
    .button {
        font-size: 14px;
        padding: 6px 16px;
    }
    .newsLetterInput input {
        width: 61%;
    }
    .newsLetterInput {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }
    .footer-links-wrp .col {
        width: 34%;
        flex: none;
    }
    .footerDownloads li a img {
        width: 108%;
    }
    .footerContents ul li a {
        width: 30px;
        height: 30px;
    }
    .footerContents ul li a i {
        font-size: 14px;
        line-height: 30px;
    }
    .footer-logo-wrp {
        margin-bottom: 10px;
    }
    ul.footerSocial {
        margin-top: 10px;
    }
    .footerContents {
        margin-top: 0px;
    }
}

@media screen and (max-width:768px) and (min-width:500px) {
    .hero-style {
        height: 200px;
    }
    .whyfeatCard {
        width: 48%;
        padding: 7px 14px;
    }
    .whyfeatCard h6 {
        font-size: 13px;
    }
    .whyfeatCard img {
        width: 24px;
    }
    .serviceWrap .row .col-md-4 {
        width: 50%;
    }
    .serviceCard {
        padding: 20px;
        min-height: 332px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .serviceContent p {
        height: auto;
    }
    .serviceContent h4 {
        font-size: 16px;
    }
    .serviceContent span {
        height: 36px;
        visibility: visible;
        opacity: 1;
        top: 0px;
    }
    .serviceCard:hover .serviceContent p {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        height: auto;
    }
    .serviceCard:hover .serviceContent img {
        width: 25%;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .astroDP img {
        width: 90px !important;
        height: 90px !important;
    }
    .astroDP::after {
        background-size: 130px;
        background-repeat: no-repeat;
    }
    .astroContent .astroname {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .astroDP {
        width: 100%;
        height: 130px;
    }
    .astroContent {
        margin-top: 10px;
    }
    .astroContent h6 {
        font-size: 12px;
    }
    .astroContent .reviews {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .astogers {
        padding: 10px;
    }
    .whats-new-sec-img .addtoWishlist img {
        width: 20px;
    }
    .addtoWishlist {
        width: 34px;
        height: 34px;
        border-radius: 7px;
    }
    .listprOtherInfo {
        flex-wrap: wrap;
    }
    .listprPrice {
        font-size: 18px;
        font-weight: 600;
        margin-top: 9px;
    }
    .whats-new-sec h4.listPrTitle {
        font-size: 14px;
        line-height: 21px;
        margin-top: 7px;
        margin-bottom: 18px;
    }
    .button {
        font-size: 12px;
        padding: 3px 12px;
        gap: 4px;
    }
    .ratingShow {
        color: #666;
        font-size: 14px;
        display: flex
    ;
        align-items: center;
        gap: 3px;
        position: absolute;
        top: -38px;
        background: #fff;
        padding: 2px 6px;
        border-radius: 9px;
        font-size: 10px;
    }
    .whats-new-sec-img {
        border-radius: 17px;
        width: 92%;
    }
    .whats-new-content {
        padding: 20px;
        padding-top: 15px;
        position: relative;
        z-index: 2;
        padding-bottom: 15px;
        min-height: 179px;
        max-height: max-content;
    }
    .whats-new-sec h4.listPrTitle {
        text-align: left;
        margin-bottom: 10px;
    }
    .whats-new-sec .text-center {

        text-align: left!important;
    }
    .videoContent h5 {
        font-size: 16px;
    }
    .newsContent h5 {
        font-size: 14px;
    }
    .newsDate ul li p {
        font-size: 10px;
    }
    .newsDate ul li i {
        font-size: 11px;
    }
    .blogDate {
        padding: 2px 8px;
        top: -24px;
    }
    .newsContent h5 {
        margin-bottom: 2px;
    }
    .newsCard {
        padding: 6px;
    }
    .newsLetterInput input {
        width: 71%;
        font-size: 13px;
        padding: 6px 13px;
    }
    .newsLetterInput {
        padding: 9px 10px;
    }
    .newsLetterInput button {
        padding: 7px 28px;
        border: none;
        border-radius: 5px;
        background: linear-gradient(124deg, #f59100, #d29900);
        color: #fff;
        font-size: 12px;
    }
    .footerNewsletter .titleSection{
        margin-bottom: 10px;

    }
    .footerNewsletter .titleSection p {
        margin-top: 10px;
    }
    .footerNewsletter {
        padding-bottom: 20px;
    }
    .footerContents ul li a {
        width: 40px;
        height: 40px;
    }
    .footerContents ul li a i {
        font-size: 15px;
        line-height: 41px;
    }
    .footer-links-wrp .row .col {
        width: 48%;
        flex: unset;
    }
    .ftr-link-bx a {
        margin: 2px 0px 2px;
    }
    .imgSec.whatisastroImg {
        position: relative;
        width: 60%;
        margin: auto;
        margin-bottom: 30px;
    }
    .textWrapper h2 {
        font-size: 22px;
    }
    .titleSection h2 {
        font-size: 22px;
        font-weight: 600;
    }
}




@media screen and (max-width:768px) {
    .mainHeader {
        display: none;
        position: fixed;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 30px;
        top: 55px;
    }
    
    .headerMenu {
        flex-direction: column;
        gap: 0px;
    }
    .headerMenu>li>a {
        padding: 6px 0px;
        display: block;
        border-bottom: 1px dashed #ddd;
    }
    .allHeaders {
        width: 100%;
        display: none;
    }
    .headerSection {
        /* position: initial; */
    }
    .headerNav {
        display: block;
    }
    .mainHeaderSection {
        display: block;
    }
    .headerMenu>li>a::after {
        bottom: 0px;
    }
    .topHeader>p {
        display: none;
    }
    .headTalkBtns li a {
        font-size: 9px;
        padding: 0px 5px;
        gap: 4px;
    }
    .headTalkBtns li a img {
        width: 12px;
    }
    .topHeader {
        justify-content: flex-end;
        border: none;
    }
    .logoSection::after {
        width: 148%;
        height: 200%;
        bottom: 0px;
        left: -50px;
        right: 0px;
        top: -14px;
    }
    .headerMain {
        display: flex;
        padding: 12px;
        justify-content: space-between;
    }
    .headerSubNav {
        position: initial;
        flex-direction: column;
        padding: 10px;
    }
    .headerSubMenu>li a {
        line-height: 30px;
        font-size: 14px;
    }
    .hasSub.megaMenu .headerSubNav .headerSubMenu li h5 {
        font-weight: 600;
        font-size: 14px;
        background: linear-gradient(180deg, #e9e9e9, transparent);
        padding-bottom: 0px;
        padding: 5px 10px;
        border-radius: 6px;
    }
    .hasSub.megaMenu .headerSubNav .headerSubMenu {
        width: 100%;
        max-height: fit-content;
        overflow-y: unset;
    }
    .hasSub.megaMenu .headerSubNav {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 10px;
        height: 251px;
        overflow-y: auto;
        display: none;
    }
    .headerMenu>li.hasSub:hover .headerSubNav {
        display: none;
        justify-content: unset;
        visibility: unset;
        opacity: unset;
        top: unset;
        margin: unset;
        transition: unset;
        border: unset;
        overflow: auto;
    }
    .headerRightMenu {
        justify-content: center;
        margin-top: 10px;
    }
    .headerRightMenu li {
        width: 48%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .headerCallMenu.cart {
        width: 100%;
        background: #ffffff;
        border-radius: 30px;
        height: fit-content;
        padding: 3px 20px;
        border: 1px solid #f39200;
        border-radius: 30px;
        padding: 6px 16px;
        color: #323334;
    }
    .headerCallMenu.cart img {
        width: 25px;
    }
    .defaultBtn {
        width: 100%;
    }
    .loginbtn {
        width: 100%;
    }
    .headerMain {
        width: 75%;
    }
    .halfContent.right {
        margin-left: 0px;
    }
    .halfContent.left {
        margin-right: 0px;
    }
    .textWrapper {
        text-align: center;
    }
    .imgSec {
        margin-bottom: 30px;
    }
    .pb-50 {
        padding-bottom: 25px;
    }
    
    .pt-50 {
        padding-top: 25px;
    }
    .signupWithGmail {
        margin-bottom: 10px;
    }
    .dividers p::before {
        width: 50px;
    }
    .dividers p::after {
        width: 50px;
    }
    .otpinputRow input.form-control {
        width: 31%;
        height: 40px;
    }
    :root {
    --usersideWidth: 92%;
    }
    .panelSidebar {
        position: fixed;
        display: none;
        left: 0px;
        right: auto;
        bottom: 0px;
        width: 100%;
        z-index: 1;
        height: 78vh;
        overflow: scroll;
    }
    .panelMainWrapper {
        width: 100%;
    }

    .listmenubtn {
        width: 50px;
        height: 50px;
        padding: 14px;
        border-radius: 100%;
        position: fixed;
        bottom: 60px;
        left: 20px;
        background: #e08604;
        border: none;
        box-shadow: 0px 0px 10px #16161627;
        z-index: 4;
    }
    .listmenubtn img {
        filter: invert(1);
        width: 100%;
    }
    .normalbtn.deleteaccountbtn {
        display: none;
    }
    .panelCard.profileCard {
        padding: 16px;
    }
    .panelMainWrapper {
        padding: 10px;
    }
}

@media screen and (max-width:499px) and (min-width:200px) {
    .dividers p {
        font-size: 12px;
    }
    .topHeader {
        position: fixed;
        bottom: 0;
        left: 0px;
        right: 0px;
        width: 100%;
        justify-content: center;
    }
    .hero-style {
        height: 380px;
    }
    .hero-style .slide-title h2 {
        font-size: 22px;
        margin: 0px;
        line-height: normal;
    }
    .hero-style .slide-text p {
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 0px;
    }
    .SliderContentsWrapper::after {
        opacity: 0.8;
    }
    .banerCircleImg {
        width: 70%;
        bottom: 0px;
    }
    .banerPlanet {
        width: 100%;
    }
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }
    .loginbtn .headerCareer {
        display: none;
    }
    .headerRightMenu {
        gap: 5px;
        margin: 0px;
    }
    .hamburger {
        width: 40px;
        height: 23px;
    }
    .loginbtn img {
        width: 16px;
    }
    .headerButns {
        width: 45%;
    }
    .dropdownmenu {
        width: 100%;
        transition: unset !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 53px;
    }
    .dropdownmenu .headerMenu>li>a {
        font-size: 14px;
    }
    .headerMenu>li>a>img {
        width: 16px;
    }
    .headerSection .site-width {
        padding: 0px 10px;
    }
    .ptitleHead img {
        width: 30px;
    }
    .ptitleHead h5 {
        font-size: 12px;
    }
    .balanceamount h2 {
        font-size: 18px;
        font-weight: 700;
    }
    .normalbtn.midsize {
        padding: 2px 10px;
        font-size: 11px;
    }
    .panelTiles {
        padding: 8px;
        margin-bottom: 10px;
    }
    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 4px 10px;
    }
    .panelCard {
        overflow: auto;
    }

    .logoSection {
        padding-right: 0;
        width: 45%;
    }
    .logoSection::after {
        display: none;
    }
    .headerMain {
        width: 50%;
        justify-content: flex-end;
    }
    .whyfeatCard {
        width: 100%;
        padding: 7px 14px;
        text-align: left;
    }
    .whyfeatCard h6 {
        font-size: 13px;
    }
    .whyfeatCard img {
        width: 24px;
    }
    .serviceWrap .row .col-md-4 {
        width: 100%;
    }
    .serviceCard {
        padding: 20px;
        min-height: 332px;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .serviceContent p {
        height: auto;
    }
    .serviceContent h4 {
        font-size: 16px;
    }
    .serviceContent span {
        height: 36px;
        visibility: visible;
        opacity: 1;
        top: 0px;
    }
    .serviceCard:hover .serviceContent p {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        height: auto;
    }
    .serviceCard:hover .serviceContent img {
        width: 25%;
    }
    h5 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
        line-height: 18px;
    }
    li {
        font-size: 12px;
        line-height: 18px;
    }
    body {
        font-size: 12px;
        line-height: 18px;
    }
    .titleSection {
        margin-bottom: 22px;
    }
    
    .astroDP img {
        width: 90px !important;
        height: 90px !important;
    }
    .astroDP::after {
        background-size: 130px;
        background-repeat: no-repeat;
    }
    .astroContent .astroname {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .astroDP {
        width: 100%;
        height: 130px;
    }
    .astroContent {
        margin-top: 10px;
    }
    .astroContent h6 {
        font-size: 12px;
    }
    .astroContent .reviews {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .astogers {
        padding: 10px;
    }
    .whats-new-sec-img .addtoWishlist img {
        width: 20px;
    }
    .addtoWishlist {
        width: 34px;
        height: 34px;
        border-radius: 7px;
    }
    .listprOtherInfo {
        flex-wrap: wrap;
    }
    .listprPrice {
        font-size: 18px;
        font-weight: 600;
        margin-top: 9px;
    }
    .whats-new-sec h4.listPrTitle {
        font-size: 12px;
        line-height: 21px;
        margin-top: 7px;
        margin-bottom: 18px;
    }
    .button {
        font-size: 10px;
        padding: 1px 10px;
        gap: 3px;
    }
    .ratingShow {
        color: #666;
        font-size: 14px;
        display: flex
    ;
        align-items: center;
        gap: 3px;
        position: absolute;
        top: -38px;
        background: #fff;
        padding: 2px 6px;
        border-radius: 9px;
        font-size: 10px;
    }
    .whats-new-sec-img {
        border-radius: 17px;
        width: 92%;
    }
    .whats-new-content {
        padding: 10px;
        padding-top: 4px;
        position: relative;
        z-index: 2;
        padding-bottom: 5px;
        min-height: 150px;
        max-height: max-content;
    }
    .whats-new-sec::after {
        border-radius: 16px;
    }
    .whats-new-sec h4.listPrTitle {
        text-align: left;
        margin-bottom: 10px;
        line-height: 15px;
    }
    .whats-new-sec .text-center {

        text-align: left!important;
    }
    .videoContent h5 {
        font-size: 16px;
    }
    .newsContent h5 {
        font-size: 14px;
    }
    .newsDate ul li p {
        font-size: 10px;
    }
    .newsDate ul li i {
        font-size: 11px;
    }
    .blogDate {
        padding: 2px 8px;
        top: -24px;
    }
    .newsContent h5 {
        margin-bottom: 2px;
    }
    .newsCard {
        padding: 6px;
    }
    .newsLetterInput input {
        width: 100%;
        font-size: 13px;
        padding: 6px 13px;
    }
    .newsLetterInput {
        padding: 9px 10px;
    }
    .newsLetterInput button {
        padding: 7px 28px;
        border: none;
        border-radius: 5px;
        background: linear-gradient(124deg, #f59100, #d29900);
        color: #fff;
        font-size: 12px;
        width: 100%;
        margin-top: 8px;
    }
    .footerNewsletter .titleSection{
        margin-bottom: 10px;

    }
    .footerNewsletter .titleSection p {
        margin-top: 10px;
    }
    .footerNewsletter {
        padding-bottom: 20px;
    }
    .footerContents ul li a {
        width: 40px;
        height: 40px;
    }
    .footerContents ul li a i {
        font-size: 15px;
        line-height: 41px;
    }
    .footer-links-wrp .row .col {
        width: 100%;
        flex: unset;
    }
    .ftr-link-bx a {
        margin: 2px 0px 2px;
    }
    .imgSec.whatisastroImg {
        position: relative;
        width: 70%;
        margin: auto;
        margin-bottom: 30px;
    }
    .textWrapper h2 {
        font-size: 20px;
    }
    .titleSection h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .whatisastroImg .handImg {
        width: 50%;
        top: 0px;
    }
}





/* vijay css */
.container {
	display: grid;
	/*min-height: 100vh;*/
	place-content: center;
}

.star-group {
	display: flex;
	font-size: 25px;
}

/* reset native input styles */
.star {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	cursor: pointer;
	display: grid;
	font: inherit;
	height: 1.15em;
	justify-items: center;
	margin: 0;
	place-content: center;
	position: relative;
	width: 1.15em;
}

@media (prefers-reduced-motion: no-preference) {
	.star {
		transition: all 0.25s;
	}

	.star:before,
	.star:after {
		transition: all 0.25s;
	}
}

.star:before,
.star:after {
	color: #b0b0b0;
	position: absolute;
}

.star:before {
	content: "☆";
    
}


/* The checked radio button and each radio button preceding */
.star:checked:before,
.star:has(~ .star:checked):before {
	content: "★";
    color: #fd8f00;
}

#two:checked:after,
.star:has(~ #two:checked):after {
	opacity: 1;
	right: 14%;
	top: 10%;
}

#three:checked:before,
.star:has(~ #three:checked):before {
	transform: var(--enlarge);
}

#three:checked:after,
.star:has(~ #three:checked):after {
	opacity: 1;
	right: 8%;
	top: 2%;
	transform: var(--enlarge);
}

#four:checked:before,
.star:has(~ #four:checked):before {
	text-shadow: 0.05em 0.033em 0px var(--star-secondary-color);
	transform: var(--enlarge);
}

#four:checked:after,
.star:has(~ #four:checked):after {
	opacity: 1;
	right: 8%;
	top: 2%;
	transform: var(--enlarge);
}

#five:checked:before,
.star:has(~ #five:checked):before {
	text-shadow: 0.05em 0.033em 0px var(--star-secondary-color);
	transform: var(--enlarge);
}

#five:checked:after,
.star:has(~ #five:checked):after {
	opacity: 1;
	right: 8%;
	text-shadow: 0.14em 0.075em 0px var(--star-secondary-color);
	top: 2%;
	transform: var(--enlarge);
}

.star:focus {
	outline: none;
}

.star:focus-visible {
	border-radius: 8px;
	outline: 2px dashed var(--star-primary-color);
	outline-offset: 8px;
	transition: all 0s;
}




.new-empower img{
    max-width: 100%;
    border-radius: 10px;
}
.get-in-touch{text-align: center;}
.get-in-touch img{
    max-width: 300px;
}





.modal-content {
    background: #fff;
    border-radius: 1rem;
    border: none;
}

.modal-header h5 {
    font-size: 1.2rem;
    font-weight: 600;
}

.btn {
    border-radius: 0.5rem;
    font-weight: 500;
    min-width: 110px;
}
