/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1783485882
Updated: 2026-07-08 04:44:42

*/

@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("style-2.css");

@font-face {
    font-family: 'Coolvetica';
    src: url('font/Coolvetica-Regular.woff2') format('woff2'),
        url('font/Coolvetica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
  background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}

body p{
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
}

body a{
  text-decoration:none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
}

.mobshow{
  display:none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

  .ipad-50 {
    width: 50% !important;
    margin-bottom: 30px;
}
  /************** header responsive start  *************/

  
  
  
.navbar-brand img {
    max-width: 181px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -54px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.6s ease all;
    }



#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
    width: 33px;
    height: 2px;
    background-color: #9e002200;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
  
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
  
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
      font-family: "Poppins", sans-serif;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
    display:none !important;
}
  
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

  
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

  a.call-top-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
}

a.call-top-icon img {
    width: 28px;
    animation: hithere 1.5s ease infinite;
}

.mobshow.mobile-number {
    background: #321f84;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: -1px;
}

.mobshow.mobile-number a {
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    font-weight: 600;
}
  
  body header#wrapper-navbar .container {
    display: block;
}
  

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0px 10px;
}
  
/************** header responsive End  *************/ 
  
  header#masthead {
    margin-bottom: 0;
    background-color: #242671 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
  
.home div#content {
    margin-top: 0px !important;
}
  
.home .entry-content{
  margin:0;
}
  
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
body .navbar-brand {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
}
 body header#wrapper-navbar {
    padding: 0px 0px 0px;
}
  

  
/* Home Page start */

body .banner {
    margin-top: 0;
}

body .menus {
    display: block !important;
    align-items: unset !important;
}

body .inner-menu {
    position: unset !important;
}

body header#wrapper-navbar:before {
    display: none;
}

body header#wrapper-navbar:after {
    display: none;
}


body section.menus-sec {
    margin: 0;
    padding: 0;
    background-image: unset;
}

body .about-home-form {
    margin-left: 0;
    margin-right: 0;
}

body .form-titles h2 {
    font-size: 24px;
}

body .home-about-cta a {
    position: unset;
    height: unset;
    width: unset;
    transform: unset;
    font-size: 18px;
}


body .home-about-cta {
    height: 100%;
    width: 100%;
    position: unset;
    padding: 20px;
    border-radius: 24px;
    margin-top: 60px;
}


body .home-about-cta img {
    transform: unset;
}

body .home-about-sec .title {
    margin-left: 0;
    margin-right: 0;
}

body p.sub-title {
    font-size: 20px;
}

body .video-sec:before {
    display: none;
}

 
body .youtube-link {
    /* width: 250px; */
    /* height: 250px; */
    line-height: 321px;
}

body .play-video {
    margin-top: 0;
}

body .home-about-sec {
    margin-top: 0;
    margin-bottom: 150px;
}


body .youtube-link:before {width: 300px;height: 300px;left: calc(50% - 150px);top: 16px;}

body .youtube-link:after {
    width: 250px;
    height: 250px;
    left: calc(50% - 125px);
    display: none;
}

body .faq-section {
    padding: 0;
}

body .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-controls-align-default.accordation-for-width {
    padding: 20px;
    margin-bottom: 0;
}


body .faq-section:before {
    display: none;
}

body .faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding-right: 30px;
}

body .whatsapp-sec-cta a {
    flex-direction: column;
    text-align: center;
    row-gap: 25px;
}

body span.whatsapp-img {
    position: unset;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
}

body span.cta-number {
    font-size: 24px;
}

body .whatsapp-sec-cta {
    border-radius: 24px;
    padding: 20px 20px;
}

 
body .review:after {
    display: none;
}

body .rating:after {
    display: none;
}

body a.call-f {margin-bottom: 40px;}

body .dis {
    padding: 20px;
    border-radius: 24px;
    margin-top: 0;
}

body .row.footer-row {
    margin-bottom: 0;
    margin-bottom: 20px;
}

body .footer-call {
    margin-bottom: 50px;
}

body .policy {
    flex-direction: column;
    text-align: center;
}
  
body .home-service-box {
    padding-bottom: 42px;
}
  
  
  
body .mobline-why-choose {
    text-align: center;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    border-radius: 24px;
    padding: 20px;
    margin-top: 25px;
}

body .faq-sec {
    margin-top: 10px !important;
    padding-top: 30px;
}


body .mobline-why-choose h3 {
    color: #fff;
    font-size: 24px;
}

body .mobline-why-choose p {
    color: #fff;
}

body .review {
    padding: 20px;
    border-radius: 24px;
}

body .testimonials {
    padding-bottom: 0 !important;
}
  
  .mob-number.mobshow {
    text-align: center;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    padding: 10px 0px;
    margin-bottom: 8px;
}

.mob-number.mobshow a {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}


  .mob-number.mobshow span {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}
  
  

}
/**************** Tab responsive End *********************/



/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}
.form-left-section h2.title {
    color: #fbad48;
    padding-top: 30px;
}
  .form-left-section p {
    color: #fff;
}
/************** header responsive start  *************/
  
  
  
  
.navbar-brand img {
    max-width: 181px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: -54px;
        width: 32px;
        height: 32px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: -webkit-right;
        user-select: none;
        -webkit-tap-highlight-color: #0000;
        outline: none;
        white-space: nowrap;
        background-color: transparent;
        background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.6s ease all;
    }



#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
    width: 33px;
    height: 2px;
    background-color: #9e002200;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
      width: 33px;
      height: 2px;
      background-color: #9e002200;
}
  
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 0px;
        border-radius: 0;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff61;
        padding: 7px 0;
    }
  
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
      font-family: "Poppins", sans-serif;
}
  
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
    display:none !important;
}
  
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

  
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

  a.call-top-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
}

a.call-top-icon img {
    width: 28px;
    animation: hithere 1.5s ease infinite;
}

.mobshow.mobile-number {
    background: #321f84;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: -1px;
}

.mobshow.mobile-number a {
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #fbb356 30% 30%, #ffffff 70%, #fbb356 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    font-weight: 600;
}
  
  body header#wrapper-navbar .container {
    display: block;
}
  

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0px 10px;
}
  
/************** header responsive End  *************/ 
  
  header#masthead {
    margin-bottom: 0;
    background-color: #242671 !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
  
.home div#content {
    margin-top: 0px !important;
}
  
.home .entry-content{
  margin:0;
}
  
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}
body .navbar-brand {
    margin-top: 0;
    max-width: 100%;
    display: block;
    text-align: center;
}
 body header#wrapper-navbar {
    padding: 0px 0px 0px;
}
  

  
/* Home Page start */

body .banner {
    margin-top: 0;
}

body .menus {
    display: block !important;
    align-items: unset !important;
}

body .inner-menu {
    position: unset !important;
}

body header#wrapper-navbar:before {
    display: none;
}

body header#wrapper-navbar:after {
    display: none;
}


body section.menus-sec {
    margin: 0;
    padding: 0;
    background-image: unset;
}

body .about-home-form {
    margin-left: 0;
    margin-right: 0;
}

body .form-titles h2 {
    font-size: 24px;
}

body .home-about-cta a {
    position: unset;
    height: unset;
    width: unset;
    transform: unset;
    font-size: 18px;
}


body .home-about-cta {
    height: 100%;
    width: 100%;
    position: unset;
    padding: 20px;
    border-radius: 24px;
    margin-top: 60px;
}


body .home-about-cta img {
    transform: unset;
}

body .home-about-sec .title {
    margin-left: 0;
    margin-right: 0;
}

body p.sub-title {
    font-size: 20px;
}

body .video-sec:before {
    display: none;
}

 
body .youtube-link {
    /* width: 250px; */
    /* height: 250px; */
    line-height: 321px;
}

body .play-video {
    margin-top: 0;
}

body .home-about-sec {
    margin-top: 0;
    margin-bottom: 150px;
}


body .youtube-link:before {width: 300px;height: 300px;left: calc(50% - 150px);top: 16px;}

body .youtube-link:after {
    width: 250px;
    height: 250px;
    left: calc(50% - 125px);
    display: none;
}

body .faq-section {
    padding: 0;
}

body .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-controls-align-default.accordation-for-width {
    padding: 20px;
    margin-bottom: 0;
}


body .faq-section:before {
    display: none;
}

body .faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding-right: 30px;
}

body .whatsapp-sec-cta a {
    flex-direction: column;
    text-align: center;
    row-gap: 25px;
}

body span.whatsapp-img {
    position: unset;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
}

body span.cta-number {
    font-size: 24px;
}

body .whatsapp-sec-cta {
    border-radius: 24px;
    padding: 20px 20px;
}

 
body .review:after {
    display: none;
}

body .rating:after {
    display: none;
}

body a.call-f {margin-bottom: 40px;}

body .dis {
    padding: 20px;
    border-radius: 24px;
    margin-top: 0;
}

body .row.footer-row {
    margin-bottom: 0;
    margin-bottom: 20px;
}

body .footer-call {
    margin-bottom: 50px;
}

body .policy {
    flex-direction: column;
    text-align: center;
}
  
body .home-service-box {
    padding-bottom: 42px;
}
  
  
  
body .mobline-why-choose {
    text-align: center;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    border-radius: 24px;
    padding: 20px;
    margin-top: 25px;
}

body .faq-sec {
    margin-top: 10px !important;
    padding-top: 30px;
}


body .mobline-why-choose h3 {
    color: #fff;
    font-size: 24px;
}

body .mobline-why-choose p {
    color: #fff;
}

body .review {
    padding: 20px;
    border-radius: 24px;
}

body .testimonials {
    padding-bottom: 0 !important;
}
  
  .mob-number.mobshow {
    text-align: center;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    padding: 10px 0px;
    margin-bottom: 8px;
}

.mob-number.mobshow a {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}


  .mob-number.mobshow span {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}
  
body div#page {
    overflow-x: hidden;
}
  
body .thank-page-sec h2 {
    font-size: 24px;
}
  
body .disc-pg-div h4 {
    font-size: 24px;
}
  
  
body section.main-tittle {
    margin-bottom: 30px;
    padding: 20px;
}

body section.main-tittle .container {
    flex-direction: column;
}

body section.main-tittle h1 {
    font-size: 24px;
}
  
body .bg-color {
    margin-top: 0;
    margin-bottom: 0;
}
  
}
/**************** Mobile responsive End *********************/





/**************** Start Header menu  ********************/

header#masthead {
    margin-bottom: 0;
    background-color: #00000024;
    box-shadow: none;
    padding: 0px 0px;
    position: relative;
    z-index: 99;
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1); */
}

header#wrapper-navbar.sticky {
    background-color: #ffff;
      padding-top: 2px;
}


.navbar-brand img {
    max-width: 332px;
    margin-bottom: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}


div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding: 8px 35px;
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 400;
    color: #ffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
  background-color: transparent;
  color: #221845;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
         font-family: "Poppins", sans-serif;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        border-color: #fff;
        color: #ffffff;
    }

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 24px;
  height: 3px;
  background-color: transparent;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #ffffff;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #ff1276;
    border-radius: 0;
    top: 34px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    display: block;
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #87477a;
    border: 0;
    position: absolute;
    min-width: 735px;
    padding: 15px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary {
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
    background-color: #db2305;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent;
    color: #fff;
      font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.6s ease all;
    border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 27px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
      transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
  
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 49%;
        margin-left: 5px;
    }

    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:hover li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
  color: #fff;
  font-weight: 400;
/*  background-color:#190f17; */
      font-family: "Poppins", sans-serif;
  transition: all .5s ease-in-out;
  
}

.mega-menu-toggle.mega-menu-open {
    background-image: none !important;
   
    
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open span.mega-toggle-animated-inner {
        background-color: #db2305;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner::after{
            background-color:#9e0022 ; 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #a70a44;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #ff1276;
}

.menus {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

a.whatsapp-img img {
    display: inline-block;
    width: 84px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.first-text {
    display: block;
    font-size: 12px;
    color: #fff;
}

span.second-text{
    font-size: 18px;
    font-weight: bold;
  color:#fff;
}

.whatsapp-chat {
    text-align: center;
    background-image: linear-gradient(0deg, #4baf4f 0%, #267329 99%, #267329 100%);
    border-radius: 30px 30px 0px 0px;
    padding: 20px 10px 39px;
    position: relative;
}

a.text-link {
    display: block;
    margin-bottom: 20px;
}
nav#main-nav {
    background: transparent !important;
    padding-bottom: 0;
    padding-top: 0;
    display: block;
}

header#wrapper-navbar {
    padding-top: 41px;
    position:relative;
    z-index:2;
    background-color: #fff;
}

 
 

/*************** End Header menu  ************/


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 99!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
  0%{
    transform:translateY(-40px);
  }
  100%{
    transform:translateY(0px);
  }
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */


/*  Main Header start */
  
.navbar-brand {
    max-width: 188px;
    padding-top: 0;
    margin-top: 0px;
}


section.menus-sec {
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    text-align: center;
    margin-top: 20px;
    padding: 5.5px 0px;
}

section.menus-sec ul#mega-menu-primary {
    text-align: center !important;
}



.header-number {}

.header-number span {
    display: block;
    font-size: 14px;
    color: #000;
}

.header-number a {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

a.call-icon {
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    line-height: 74px;
    position: relative;
}

.header-call-link {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header-call-link.header-mail {}

.header-mail a {
    font-size: 16px;
}

a.call-icon:after {
    position: absolute;
    content: '';
    width: 95px;
    height: 122px;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    top: -39px;
    z-index: -1;
    border-radius: 0px 0px 50px 50px;
    left: calc(50% - 47.5px);
}

.header-call-link.header-mail .header-number {
    text-align: right;
}

.logos {
    text-align: center;
}

header#wrapper-navbar:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #db2305 0%, #f96d06 100%);
    top: 0;
    left: 0;
}

header#wrapper-navbar:before {
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    background-image: linear-gradient(90deg, #db2305 0%, #f96d06 100%);
    height: 12px;
    width: 850px;
    top: 0;
    left: calc(50% - 425px);
}

a.call-icon img {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

  .header-call-link.header-mail {
    justify-content: right;
}

/* mian header end */ 

/* Heder-cta */
 header#wrapper-navbar .container {
    display: block;
}
/*  Header Cta */

.wrapper {
    padding: 0;
}

/* ++++++++++
===================== 
Home page Start 
===================== 
++++++++++++  */
  

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1127px;
    }
}

a.banner {
    display: block;
    width: 100%;
  text-align: center;
}

a.banner img {
    width: 100% !important;
}



.home-form {
    padding: 10px 0px 0px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #ece6df;
    position: relative;
    overflow: hidden;
}

.inputs {
    height: 41px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    border: 1px solid #eee !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px 10px 65px !important;
}

.sharse {
    height: 50px;
    border-radius: 30px !important;
    color: #1c1a26 !important;
    border: none !important;
    background: #fff !important;
}

textarea.inputs {
    height: 141px !important;
    padding-left: 20px !important;
    border-radius: 24px !important;
}

.form-titles h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
}

.form-titles  p {
    text-align: center;
    margin-bottom: 20px !important;
}

::placeholder{
  color:#222 !important;
  font-size:14px !important;
}

.input-img {
    position: relative;
}

.input-img:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 41px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/form-icon-1.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.input-img.two:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 41px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/form-icon-2.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.input-img.three:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 41px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/form-icon-2.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.share-now {
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    height: 41px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}


.home-form:after {
    position: absolute;
    content: '';
    width: 533px;
    height: 172px;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    top: -75px;
    left: calc(50% - 260.6px);
    border-radius: 50%;
}

.home-form:before {
    position: absolute;
    content: '';
    background-color: #f9d6cd;
    top: -75px;
    left: calc(50% - 290.5px);
    border-radius: 50%;
    width: 591px;
    height: 191px;
}

.form-titles {
    position: relative;
    z-index: 1;
}

.main-input {
    padding-left: 35px;
    padding-right: 35px;
}

.form-cta {
    background-color: #eee;
    padding: 14px 22px;
    margin-top: 55px;
    position: relative;
}

.form-cta p {
    margin-bottom: 0 !important;
}

.form-cta span {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    font-family: "Poppins";
}

.form-cta a {
    display: flex;
    justify-content: space-between;
}


.contact-fron-a p {
    margin-bottom: 0 !important;
}

.contact-fron-a a {
    width: 115px;
    height: 115px;
    border-radius: 57px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 115px;
    z-index: 1;
    position: relative;
}

.contact-fron-a {
    position: relative;
    text-align: center;
    margin-top: -60px;
}

.contact-fron-a:after {
    position: absolute;
    content: '';
    width: 155px;
    height: 155px;
    border-radius: 77px;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    top: -21px;
    left: calc(50% - 77.5px);
}

.form-cta:after {
    position: absolute;
    content: '';
    width: 182px;
    height: 182px;
    border-radius: 91px;
    background-color: #eeeeee;
    top: -45px;
    left: calc(50% - 91px);
}

 

.title h2 {
    text-align: center;
    font-size: 28px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    line-height: normal;
    margin-bottom: 15px;
}

p.sub-title {
    text-align: center;
    border-radius: 27px;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 14px 10px;
    font-weight: 400;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}

.home-about-cta img {
    width: 55px;
    transform: rotate(
80deg);
}



.home-about-cta {
    width: 83px;
    height: 936px;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -90px;
}

.home-about-cta a {
    font-size: 42px;
    line-height: 81px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
    text-wrap-mode: nowrap;
    transform: rotate(
270deg);
    display: flex;
    position: absolute;
    top: 420px;
    left: -267px;
    align-items: center;
    column-gap: 10px;
}


 .about-home-form {margin-right: -30px;margin-left: 30px;}

.home-about-sec
 .title {
    margin-left: -30px;
    margin-right: 30px;
}

.home-about-sec {
    margin-top: 55px;
}

.youtube-link {
    text-align: center;
    width: 332px;
    height: 332px;
    border-radius: 166px;
    background-image: linear-gradient(180deg, #0844a5 0%, #082b67 100%);
    line-height: 332px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.youtube-link:after {
    position: absolute;
    content: '';
    width: 304px;
    height: 304px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/horoscope.png);
    left: calc(50% - 151px);
    top: 13px;
    background-repeat: no-repeat;
    background-position: center;
    animation: rotate360 9s linear infinite;
}

.youtube-link:before {
    position: absolute;
    content: '';
    width: 260px;
    height: 260px;
    border-radius: 130px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/horoscope-frame.png);
    left: calc(50% - 130px);
    top: 36px;
    background-repeat: no-repeat;
    background-position: center;
    z-index:1;
}

.youtube-link a {
    display: block;
    position: relative;
    z-index: 1;
}

.play-video {
    text-align: center;
    margin-top: 140px;
}

.play-video a {
    display: block;
    border-radius: 29px;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    padding: 10px 10px;
}

.play-video a img {
    margin-left: 15px;
}

.video-sec {overflow: visible !important;margin-bottom: 10px;}

.video-sec .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin-top: -150px;
}

.youtube-link img {
    animation: hithere 1s ease infinite;
}

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

.video-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 850px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/trasp-img.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 13px;
}


 
.inner-home-service a {
    display: block;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
    padding: 19px 10px;
}

.home-service-box {
    text-align: center;
}

.inner-home-service {
    border-radius: 40px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: relative;
}

.inner-home-service p {
    padding: 10px 25px 210px;
    min-height: 456px;
}

.inner-home-ser-img {
    position: relative;
    z-index: 1;
}

.inner-home-ser-img img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.home-service-img {
    position: relative;
    margin-top: -145px;
}

.home-service-img:after {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    background-color: #f9d7cd;
    border-radius: 50%;
    left: calc(50% - 140px);
    bottom: -34px;
    z-index: -1;
}

.home-service-img a {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    display: inline-block;
    line-height: 72px;
    position: absolute;
    left: calc(50% - 36px);
    bottom: -25px;
    z-index: 1;
}

.inner-home-service:after {
    position: absolute;
    content: '';
    width: 304px;
    height: 304px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/horoscope.png);
    left: calc(50% - 152px);
    bottom: -128px;
    animation: rotate360 9s linear infinite;
}

.home-service-img a img {
    transition: 0.4s;
}

.home-service-img a:hover img {
    transform: rotate(45deg);
}

.home-service-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

.home-service-sec {
    margin-bottom: 75px;
}

.rounded-img img {
    border-radius: 40px;
}

.why-choose-sec .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
    margin-bottom: 30px !important;
}



.why-choose-cta {
    width: 65px;
    height: 1040px;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    margin-top: 30px;
}

.why-choose-cta a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 20px;
    line-height: 81px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Momo Trust Display";
    text-align: center;
    text-wrap-mode: nowrap;
    transform: rotate(270deg);
    margin-top: 168px;
}

 

.why-choose-cta img {
    display: block;
    position: absolute;
    width: 115px;
    left: calc(50% - 57.5px);
    top: -19px;
}

.why-choose-box h3 {
    text-align: center;
    font-size: 18px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    line-height: normal;
    text-align: right;
    margin-bottom: 0;
}

.why-choose-box p {
    font-size: 12px;
    text-align: right;
}

.why-choose-box {
    border: 1px solid #eee;
    border-radius: 40px;
    padding: 10px 25px 20px 30px;
    position: relative;
    overflow: hidden;
    height: 122px;
    margin-bottom: 42px !important;
}

.why-choose-box:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
}

.why-choose-one {
    position: relative;
    margin-top: 20px;
}

.why-choose-one:after {
    position: absolute;
    content: '';
    top: -21px;
    width: 151px;
    height: 151px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/why-choose-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: -185px;
    z-index: 2;
}

.why-choose-two{
  position:relative;
  margin-bottom: 39px !important;
}

.why-choose-two:after {
    position: absolute;
    content: '';
    top: -21px;
    width: 151px;
    height: 151px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/why-choose-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: -185px;
    z-index: 2;
}

.why-choose-three{
  position:relative;
  margin-bottom: 39px !important;
}

.why-choose-three:after {
    position: absolute;
    content: '';
    top: -21px;
    width: 151px;
    height: 151px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/why-choose-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: -185px;
    z-index: 2;
}

.why-choose-for{
  position:relative;
}

.why-choose-for:after {
    position: absolute;
    content: '';
    top: -21px;
    width: 151px;
    height: 151px;
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/why-choose-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: -185px;
    z-index: 2;
}

.faq-sec {
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 255px;
    margin-top: -120px !important;
    overflow: visible !important;
    position: relative;
    display: inline-block;
}

.faq-sec p.sub-title {
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
}

.faq-sec p {
    color: #fff;
}


/* Faq Section */

.faq-section {
 padding-left: 50px;
 padding-right: 50px;
  position:relative;
}

 

.vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-controls-align-default.accordation-for-width {
    padding: 60px;
    margin-bottom: 80px;
    background-color: #fff;
    margin-top: -265px;
    border-radius: 40px;
    margin-left: 10px;
    margin-right: 10px;
    filter: drop-shadow(0 0 8.5px rgba(204,204,204,0.55));
    background-color: #ffffff;
}

  .faq-section .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{border-radius: 30px;border: 0px solid #1f0c3a !important;padding: 14px 14px;position: relative;padding-left: 19px;margin: 0px 0;font-size: 16px;line-height: 26px;color: #fff;margin-top: 20px;font-family: "Poppins";background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #000000 !important;
  background-color: #fff !important;
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #052357 !important;
  border-bottom: 0 !important;
  background-image: unset;
}

.faq-section  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
      border-color: transparent !important;
    background-color: transparent !important;
}


.faq-section .accordation-for-width i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    border-radius: 20px;
    background-color: #ffffff;
    align-items: center;
    padding: 13px;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #06255b !important;
    width: 15px;
    left: 12px !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #062659 !important;
    height: 15px;
    top: 12px !important;
}

.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #ffffff !important;
  
}

.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #ffffff !important;
 
}


.faq-section .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background-color: #ffffff;border: 1px solid #083f98 !important;padding: 10px 17px;margin: 0px 1px;margin-bottom: 15px;20px 20px 0pxcontain-intrinsic-block-size: auto 100px;border-radius: 0px 0px 20px 20px !important;border-top: 0 !important;}



.faq-section .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    font-size: 12px;
}



img.firt-chakra-2 {
    position: relative;
    animation: rotation 10s infinite linear;
}


  
p.faq-pehra {
    font-size: 12px;
    line-height: 26px;
    color: #222222;
} 


.faq-inner-section:before {
    position: absolute;
    content: '';
    width: 1120px;
    height: 1px;
    background-color: #f3d050;
    top: 100px;
    left: -80px;
}

.faq-inner-section:after {
    position: absolute;
    content: '';
    bottom: 100px;
    width: 1120px;
    height: 1px;
    background-color: #f3d050;
    bottom: 100px;
    left: -80px;
}


.vc_active i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
}

.vc_active i:after {
    background-color: #fff !important;
    color: #fff !important;
}

.faq-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1140px;
    left: 0;
    top: -21px;
    border: 2px solid #ed2024;
    border-radius: 0px 0px 40px 40px;
    border-top: 0;
    z-index: -1;
}



/* faq Section End */

.testimonials {
    padding-bottom: 40px;
}

.review {
    background-color: #ffffff;
    border: 1px solid #ece6df;
    border-radius: 40px 0px 80px 40px;
    padding: 35px 35px 24px;
    position: relative;
}

.rating h4 {
    font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    /* line-height: normal; */
    margin-bottom: 0;
}

.user-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating {
    position: relative;
}

.rating:after {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    width: 110px;
    height: 10px;
    top: 11px;
    right: -135px;
}

.review:after {
    position: absolute;
    content: '';
    background-image: url(http://bestastrologershivarudra.com/wp-content/uploads/2026/07/review-shape.png);
    width: 220px;
    height: 261px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -10px;
    top: 0;
}

.review p {
    margin-bottom: 0;
    text-align: justify;
}

.review-img {
    margin-right: 25px;
}


.whatsapp-sec-cta {border-radius: 55px;background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);padding: 24px 40px;margin-top: 10px;}

.whatsapp-sec-cta a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 

span.cta-number {
    font-size: 46px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

span.cta-content {
    color: #fff;
    font-size: 14px;
    max-width: 369px;
}

span.whatsapp-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

 






/* ============= Footer Start Here ====================== */

footer#colophon {
    margin-top: 100px;
}


a.call-f {
    display: block;
    border-radius: 22px;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    padding: 4px 10px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 70px;
    height: 45px;
    line-height: 38px;
}

.footer-call {
    text-align: center;
}

a.footer-call-icon {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 104px;
    position: relative;
}

a.footer-call-icon:after {
    position: absolute;
    content: '';
    width: 139px;
    height: 139px;
    border-radius: 69px;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    left: calc(50% - 69.5px);
    z-index: -1;
    top: -18px;
}

.footer-main-call {
    position: relative;
    z-index: 1;
}

.dis {
    border-radius: 40px;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    text-align: center;
    padding: 24px 80px;
    margin-top: 80px;
}

.dis p {
    color: #fff;
    margin-bottom: 0;
}

 a.call-f.f-locates {
    font-size: 16px;
    font-weight: 400;
}

a.call-f.f-mails {
    font-size: 18px;
}

.row.footer-row {
    margin-bottom: -408px;
    position: relative;
}

a.footer-call-icon img {
    animation: hithere 1s ease infinite;
}


.dis-title h6 {
    color: #fff;
    font-family: "Poppins";
    font-weight: bold;
    margin-bottom: 0;
}

.dis-title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 10px;
}

.dis-title span {
    background-color: #ffffff24;
    padding: 1px;
    width: 160px;
}

.footer-map {
    height: 450px;
}

section.bottom-footer {
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
    padding: 17px 0px;
}

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

.policy p{
    margin-bottom: 0;
    color: #fff !important;
    font-size:14px;
}
.policy a{
    margin-bottom: 0;
    color: #fff !important;
    font-size:14px;
}



        /* ============= sticy icons ======= */

.contact_icons {
    position: fixed;
    left: 50px;
    bottom: 19px;
    z-index: 999;
    width: 50px;
    text-align: center;
}

.contact_icons a {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    background: #72c118;
    font-size: 47px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
    color: #fff;
}

a.whatsapp-icon i {
    margin-top: 10px;
    color: #fff;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2DC100;
        box-shadow: 0 0 0 0 #2DC100;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #72c118;
        box-shadow: 0 0 0 0 #72c118;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


.contact_mobile {
    position: fixed;
    right: 58px;
    bottom: 19px;
    z-index: 999;
    width: 49px;
    text-align: center;
}

.contact_mobile a {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff !important;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_mobile a.phone-icon {
    font-size: 33px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse3;
    color: #fff;
    padding-top: 8px;
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
}



@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3b5aee;
        box-shadow: 0 0 0 0 #3b5aee;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #db2305;
        box-shadow: 0 0 0 0 #db2305;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


/* ============= sticy icons ======= */





/***************Privacy Policy*******************/


.disc-pg-div p {font-size:14px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}


.disc-pg-div a{
  color:#222;
}
/***************Privacy Policy*******************/

.thank-page-sec {
    text-align: center;
 }

.thank-page-sec h2 {
    font-size: 32px;
    text-transform: capitalize;
}

.thank-page-sec a {
    display: inline-block;
    text-transform: capitalize;
    border-radius: 30px;
    color: #fff;
    background-image: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    padding: 11px 30px;
}
.thank-page-sec a:hover {
    background-color: #222;
    background-image: unset;
}


.list-sec li {
    font-size: 14px;
    line-height: 26px;
}

.vc_row.wpb_row.vc_row-fluid.bg-color {}.bg-color {
    background: linear-gradient(0deg, #0844a5 0%, #082b67 100%);
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bg-color .inner-heading {
    color: #fff;
}

.bg-color p {
    color: #fff;
}


.faq-section:before {
    display: none !important;
}


section.main-tittle {
    background-image: linear-gradient(0deg, #db2305 0%, #f96d06 100%);
}



.page-id-22 .inner-home-service p {
    min-height: 320px;
}


.margin-top{
  margin-top:0px !important;
}