/*
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.1783149993
Updated: 2026-07-04 07:26:33

*/

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

@import url("style-2.css");




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

body p{
		     font-family: "Noto Sans", sans-serif;
		     font-size: 15px;
		     line-height: 28px;
		     color: #222222;
		     font-weight: 400;
}

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

h1,h2,h3,h4,h5,h6 {
 font-family: "Acme", 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: -47px;
        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(https://seomarketingagency.in/sharath/wp-content/uploads/2026/07/app-2.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: #601f36;
        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: "Noto Sans", 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 .about-home h2 {
    font-size: 36px;
}

body .contact-number a b {
    font-size: 40px;
}

body .contact-number a {
    padding: 10px 10px;
}

body .contact-number a span img {
    height: 60px;
}

body .whtaspp-after:before {
    display: none;
}

body .whtaspp-after {
    padding: 20px 0px;
    margin-bottom: 90px;
}

body .home-ser-sec {
    margin-bottom: revert-layer;
}

body .home-form-sec:after {
    display: none;
}

body .home-form-sec {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 30px !important;
}

body .home-form-sec {
    padding: 0;
}

body .form-left1 {
    margin-left: 0;
}

body .form-left1 {
    margin-top: 20px;
    text-align: center;
}

body .form-left1 span {
    padding-left: 0;
    font-size: 34px;
}

body .form-left1 b {
    width: 100%;
    border-radius: 0;
}

body .form-left1 p {
    padding: 20px 0px 0px;
}

body .input {
    border-radius: 30px !important;
}

body textarea.input {
    border-radius: 30px !important;
}

body .share {
    border-radius: 30px !important;
}

body .heading-choose strong {
    font-size: 36px;
}

body .mark-section p {
    font-size: 24px;
}

body .mark-section a {
    font-size: 30px;
    padding: 10px;
}

body .footer-2 {
    margin-bottom: 50px;
    background-color: #fff;
}

body .footer-info {background: transparent;}

body .call-footer span {
    margin: 0px;
    margin-top: 10px;
}

body footer#colophon {
    margin-top: 50px;
}
	
body .footer-heading strong {
    font-size: 32px;
}
	
	
body .why-choose-mobile {
    background-color: #460c25;
    text-align: center;
    border-radius: 24px;
    padding: 20px;
}

body .why-choose-mobile h3 {
    color: #fff;
}

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

body .why-choose-img {
    background-color: #fd6277;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 15px;
}
	
body .home-about-sec {
    margin-top: 0;
}

body .heading-choose.text-center.pb-5 {
    padding-bottom: 0 !important;
}

body .mark-section {
    margin-top: 10px;
}

body .dis {
    margin-top: 0;
}
	

}
/**************** 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: -47px;
        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(https://www.theastrologersharathji.com//wp-content/uploads/2026/07/app-2.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: #601f36;
        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: "Noto Sans", 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 .about-home h2 {
    font-size: 36px;
}

body .contact-number a b {
    font-size: 40px;
}

body .contact-number a {
    padding: 10px 10px;
}

body .contact-number a span img {
    height: 60px;
}

body .whtaspp-after:before {
    display: none;
}

body .whtaspp-after {
    padding: 20px 0px;
    margin-bottom: 100px !important;
}

body .home-ser-sec {
    margin-bottom: revert-layer;
}

body .home-form-sec:after {
    display: none;
}

body .home-form-sec {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 30px !important;
}

body .home-form-sec {
    padding: 0;
}

body .form-left1 {
    margin-left: 0;
}

body .form-left1 {
    margin-top: 20px;
    text-align: center;
}

body .form-left1 span {
    padding-left: 0;
    font-size: 34px;
}

body .form-left1 b {
    width: 100%;
    border-radius: 0;
}

body .form-left1 p {
    padding: 20px 0px 0px;
}

body .input {
    border-radius: 30px !important;
}

body textarea.input {
    border-radius: 30px !important;
}

body .share {
    border-radius: 30px !important;
}

body .heading-choose strong {
    font-size: 36px;
}

body .mark-section p {
    font-size: 24px;
}

body .mark-section a {
    font-size: 30px;
    padding: 10px;
}

body .footer-2 {
    margin-bottom: 50px;
    background-color: #fff;
}

body .footer-info {background: transparent;}

body .call-footer span {
    margin: 0px;
    margin-top: 10px;
}

body footer#colophon {
    margin-top: 50px;
}
	
body .footer-heading strong {
    font-size: 32px;
}
	
	
body .why-choose-mobile {
    background-color: #460c25;
    text-align: center;
    border-radius: 24px;
    padding: 20px;
}

body .why-choose-mobile h3 {
    color: #fff;
}

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

body .why-choose-img {
    background-color: #fd6277;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 15px;
}
	
body .home-about-sec {
    margin-top: 0;
}

body .heading-choose.text-center.pb-5 {
    padding-bottom: 0 !important;
}

body .mark-section {
    margin-top: 10px;
}

body .dis {
    margin-top: 0;
}
	
	
	.sticky {
    top: -57px;
}

body header#wrapper-navbar .container {
    overflow-x: visible;
}

body footer#colophon .container {
    overflow-x: visible;
}

body .container {
    overflow-x: hidden;
}
	
	
body .whatsapp-icons {
    flex-direction: column;
    border: 1px solid #601f36;
    border-radius: 24px;
    row-gap: 10px;
    padding: 20px;
}

body .whatsapp-icons span {
    font-size: 20px;
}
	
body .locate-link span {
    margin-top: 6px !important;
}
	
}
/**************** 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: #601f36;
    padding-top: 2px;
}


.navbar-brand img {
    max-width: 199px;
    margin-bottom: 8px;
}

.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: 15px;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding: 8px 0px;
    margin-right: 45px;
}

#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: #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: "Noto Sans", 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: 500;
        font-family: "Noto Sans", sans-serif;
        text-decoration: none;
        border-color: #fff;
        color: #fff;
    }

#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: "Noto Sans", 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: #fd6277;
}


#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: "Noto Sans", 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: "Noto Sans", 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: #fd6277;
}

#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: 60px;
}

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

header#wrapper-navbar {
    padding-top: 0px;
    position:relative;
    z-index:2;
    background-color: #601f36;
}

a.whatsapp-img {
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
}


.top-links img {
    width: 16px;
}

.top-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 28px;
    background-color: #fba73a;
    margin: auto;
    padding: 10px 30px 10px 10px;
    margin-bottom: 0;
    border-radius: 30px;
    position: absolute;
    bottom: -97px;
    right: 0;
}

.top-links span {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    line-height: 33px;
}

.top-links a {
    font-size: 16px;
    color: #222;
}
a.mail-size {
    font-size: 14px;
}

.top-links  li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

 .top-links.deskshow {
    max-width: 630px;
    margin: auto;
}

 .inner-menu {
    position: relative;
    top: -18px;
}

 

/*************** 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;
}
	
/* mian header end */	

/* Heder-cta */
 


.head-appointment1{
  padding: 0px;
  /* width: 20%; */
  text-align: right;
}
.head-appointment1 a{
  padding: 14px 8px 13px 15px;
  background: #fcebf0;
  color: #601f36;
  text-align: center;
  display: flex;
  border-radius: 40px 0 0 40px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  text-wrap-mode: nowrap;
  column-gap: 4px;
}
.head-appointment1 a .bi{
  height: 1.5rem;
  width: 1.5rem;
  margin: 0px 0 -4px;
}



/* 	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;
}


.about-left1 span{
  border-radius: 0 0 600px 600px;
  box-shadow: 1px 12px 10px #eee;
  display: block;
  padding-bottom: 60px;
}

 p.sub-heading {
    color: #fb6376;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 3px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-home h2 {
    color: #601f36;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Acme', sans-serif;
    margin-bottom: 20px;
}





.contact-number{
  position:relative;
  padding-top: 0 !important;
}
.contact-number a{
  display: flex;
  background: #601f36;
  color: #fff;
  padding: 0px 20px 0px 40px;
  border-radius: 100px;
  align-items: center;
}
.contact-number a span{
  /* position: absolute; */
  /* left: 50px; */
  /* top: 29px; */
}
.contact-number a span img{
  height: 100px;
}

.contact-number a b {
    font-family: 'Acme', sans-serif;
    font-size: 75px;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
}

 .whatsapp-icons {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
}

.whatsapp-icons a {
    height: 120px;
    width: 120px;
    line-height: 150px;
    background: #12cb12;
    display: block;
    border-radius: 50%;
    /* margin: 0 auto; */
    position: relative;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-icons a i {
    font-size: 52px;
    color: #fff;
}

@keyframes whatsappPulse {
    0% {

        box-shadow: 0 0 0 0 rgba(18, 203, 18, 0.6);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(18, 203, 18, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(18, 203, 18, 0);
    }
}


.whtaspp-after {
    /* overflow: visible !important; */
    position: relative;
    padding-top: 40px;
    /* padding-bottom: 100px; */
    margin-bottom: -30px !important;
    position: relative;
    z-index: 1;
}

.whtaspp-after:before {
    /* position: absolute; */
    /* content: ''; */
    /* background-image: url(https://seomarketingagency.in/sharath/wp-content/uploads/2026/07/background-imgc.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: -60px; */
    /* z-index: -1; */
}
.services-1 {
    text-align: center;
}

.services-2{
  padding: 30px 20px;
  border-bottom: 3px solid #601f36;
}
.services-3 img{

}
.services-3 strong{
  color: #601f36;
  text-transform: capitalize;
  padding: 23px 0 0;
  font-size: 29px;
  display: block;
  font-weight: 700;
  font-family: 'Acme', sans-serif;
}
.services-3 p{
  color: #222;
  font-size: 15px;
  padding: 3px 0 16px 0;
  line-height: 30px;
}
.services-3 a{
  background: #fff;
  border-radius: 30px;
  color: #fc6377;
  display: inline-block;
  position: relative;
  font-size: 17px;
  padding: 8px 20px 8px 60px;
  border: 2px solid #601f36;
  font-weight: 800;
  text-transform: capitalize;
}
.services-3 a span{
  position: absolute;
  left: 0;
  background: #fff;
  height: 52px;
  left: -3px;
  top: -6px;
  width: 48px;
}
.services-3 a span img{
  /* height: 50px; */
}

.home-ser-sec {
    margin-top: -100px;
    margin-bottom: 100px;
}


 

.home-form-sec:after{
  content: "";
  background: #f9f9f9;
  top: -160px;
  height: 700px;
  width: 660px;
  position: absolute;
  left: -180px;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid #eeee;
}



.form-left1 strong{
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 0 20px;
  font-family: 'Acme', sans-serif !important;
  color: #601f36;
}
.form-left1 p{
  color: #000;
  text-transform: inherit;
  font-size: 15px;
  font-weight: 400;
  padding: 30px 30% 0 20px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 27px;
}
.form-left1 span{
  color: #fd6277;
  padding: 0 0 0 33px;
  font-size: 42px;
  display: block;
  margin: -3px 0 0;
  font-weight: 400;
  font-family: 'Acme', sans-serif !important;
}
.form-left1 b{
  display: block;
  background: #601f36;
  color: #fff;
  border-radius: 0 50px 50px 0;
  width: 65%;
  font-size: 18px;
  padding: 10px 12px 10px 13px;
  font-weight: 200;
  font-family: 'Acme', sans-serif;
}




.home-form-sec {
    border: 1px solid #eeeeee;
    padding: 0px 60px 0px 10px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 7%);
    overflow: hidden;
    z-index: 9;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 100px;
    margin-top: 90px;
}



.form {
    padding: 25px 20px 0px;
    border-radius: 30px;
}

.input {
    height: 53px !important;
    border-radius: 0px 40px 40px 0px !important;
    font-size: 14px !important;
    background: #11101600 !important;
    border: 2px solid #f86c6b !important;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 20px 10px 15px !important;
}

.share {
    height: 44px;
    border-radius: 0px 30px 30px 0px !important;
    color: #ffffff !important;
    border: none !important;
    background: #570b27 !important;
}

textarea.input {
    height: 100px !important;
    border-radius: 0 !important;
}

.form-title h2 {
    color: #fff;
    margin-bottom: 0;
    display: block;
    font-size: 42px;
    text-transform: capitalize;
    font-family: 'Acme', sans-serif;
    font-weight: 700;
}

.form-title  p {
    text-align: center;
    background: #570b27;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

::placeholder{
	color:#aaaaaa !important;
	font-size:16px !important;
}
.form-left1 {
    margin-left: -24px;
    margin-top: 60px;
}


.home-form-sec .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0 !important;
}

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

.home-form-sec span.wpcf7-spinner {
    height: 0;
    width: 0;
    margin: 0;
}

.heading-choose p{
  color: #222;
  font-size: 15px;
  padding: 3px 3% 16px 3%;
  line-height: 30px;
}
.heading-choose strong{
  color: #601f36;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Acme', sans-serif;
}
.heading-choose span{
  color: #fb6376;
  font-size: 17px;
  display: block;
  font-weight: 700;
  padding: 0 0 0px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}



.chooseus1{
  padding: 10px;
}
.chooseus2{
  padding: 0 10px;
  border-bottom: 4px solid #601f36;
  text-align: center;
}
.chooseus2 span{
  background: #601f36;
  height: 136px;
  line-height: 131px;
  display: block;
  margin: 0 auto 10px;
  width: 240px;
  border-radius: 160px 160px 0 0;
}
.chooseus2 strong{
  color: #601f36;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Acme', sans-serif;
}
.chooseus2 p{
  color: #222;
  font-size: 15px;
  padding: 0 0 9px 0;
  line-height: 30px;
}
.chooseus2 span img{
  height: 86px;
}
.chooseus1:nth-child(2) .chooseus2 span{
  background: #fb6376;
  border-radius: 0 0 160px 160px;
}
.chooseus1:nth-child(4) .chooseus2 span{
  background: #fb6376;
  border-radius: 0 0 160px 160px;
}
.chooseus1:nth-child(2) .chooseus2{
  border-top: 4px solid;
  border-bottom: 0;
  padding-top: 13px;
}
.chooseus1:nth-child(4) .chooseus2{
  border-top: 4px solid;
  border-bottom: 0;
  padding-top: 13px;
}
/* end why choose us section  */

/* start mark section  */

.mark-section{
 background: #570b27;
 color: #fff;
 text-transform: capitalize;
 padding: 40px 0 5px;
 font-family: 'Acme', sans-serif;
 text-align: center;
 margin-top: 70px;
 margin-bottom: 50px;
}
.mark-section p{
  color: #ffffff;
  font-size: 49px;
  font-weight: 400;
  font-family: 'Acme', sans-serif;
}

.mark-section a{
  background: #fd6277;
  color: #fff;
  border-radius: 80px;
  padding: 25px 40px;
  font-size: 50px;
  display: inline-block;
  margin: 10px 0 0;
}

.why-choose-two .chooseus2 {
    border-bottom: none;
    border-top: 4px solid #601f36;
    padding-top: 10px;
}

.why-choose-two span {
    background: #fb6376;
}

/* end mark section  */

.review-sec .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
    margin-bottom: 15px;
}



.client-1{
  padding: 10px;
  position: relative;
}
.client-2{
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 23px 0px #eee;
  text-align: center;
  min-height: 463px;
}
.client-2 p{
  color: #222;
  font-size: 15px;
  padding: 0 0 15px 0;
  margin-bottom: 0;
}
.client-2 img{
  border-radius: 50%;
  border: 8px solid #ff687d45;
  margin: 0 auto;
}

.client-2 strong{
  color: #fd6277;
  padding: 10px 0 0;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Acme', sans-serif;
  display: block;
}


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


/*============================================================
           START OUR SERVICES PAGE CSS 
==============================================================*/

.best-services1{
  /* padding: 10px; */
  text-align: center;
}
.best-services2{
  padding: 0px;
  background: #601f36;
}
.best-services2 a{
  background: #f86c6b;
  color: white;
  display: block;
  margin-top: 16px;
  text-transform: capitalize;
  font-size: 20px;
  padding: 7px 0;
}
.best-services2 p{
  color: #fff;
  line-height: 31px;
  font-size: 15px;
  padding: 0px 21px;
  min-height: 220px;
}
.best-services2 img{
  border-radius: 0 0 300px 300px;
  height: 300px;
  border: 1px solid #fff;
  border-top: 0;
  padding: 0 9px 9px 9px;
  width: 100% !important;
}
.best-services2 strong{
  color: #f86c6b;
  text-transform: capitalize;
  display: block;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Acme', sans-serif;
  padding: 20px 0 7px 0;
}


.best-services2 span {
    padding: 0px 10px 0px;
    display: inline-block;
}
/*============================================================
           END OUR SERVICES PAGE CSS 
==============================================================*/






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

section.bottom-footer {
    background: #fc6377;
    padding: 10px 0px;
}

section.bottom-footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

section.bottom-footer a {
    color: #fff;
}



/* start footer section  */


.location {
    margin-bottom: 35px;
}

.dis {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.dis p {
    color: #fff;
    font-size: 15px;
}  
.footer-service {
    background-color: #fff;
    padding-bottom: 215px;
    margin-bottom: -230px;
}
footer#colophon {
    background-image: url(https://www.theastrologersharathji.com//wp-content/uploads/2026/07/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.footer-section{
  background: url(images/footer.png) no-repeat;
  background-size: cover;
  background-position: center bottom ;
}
.footer-services{
  background: linear-gradient( #fff 80%, transparent 30%);
  padding: 30px 30px 50px;
  margin: 30px 0 0;
}
.footer-heading strong{
  color: #601f36;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Acme', sans-serif;
}
.footer-heading p {
  color: #222;
  font-size: 15px;
  padding: 3px 3% 16px 3%;
  line-height: 30px;
}

.footer-services1{
  padding: 10px;
}
.footer-services2{
  padding: 18px 20px 19px;
  background: #510e26;
  border: 3px solid #fff;
  border-radius: 0 0 140px 140px;
}

.footer-services2 strong{
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Acme', sans-serif;
  padding: 0 0 20px 0;
}
.footer-services2 img{
  border-radius: 50%;
  border: 4px solid #fff;
}

.footer-2{
  padding: 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.footer-info{
  background: #fff;
  padding: 10px;
  margin-top: 30px;
}
.call-footer{
  width: 25%;
  position: relative;
}
.call-footer span{
  height: 100px;
  position: absolute;
  display: block;
  width: 71px;
  line-height: 100px;
  border-radius: 0 0 40px 40px;
  background: #fd6277;
  top: -45px;
}
.call-footer span .bi{
  height: 2.3rem;
  width: 2.2rem;
  color: #fff;
}
.text-footer{
  width: 75%;
  text-align: left;
}
.text-footer strong{
  font-weight: 700;
  color: #fc6377;
  text-transform: capitalize;
  font-size: 17px;
}
.text-footer p{
  font-size: 23px;
  font-weight: 700;
}
.footer-1:last-child .text-footer p{
  font-size: 20px;
}
.disclaimer p{
  font-size: 14px;
  line-height: 28px;
  padding: 32px 0 14px 0;
  color: #fff;
  font-weight: 400;
}

.copy-right{
  padding: 10px 0;
  background: #fc6377;
}
.copy-right p{
  color: #fff;
  font-size: 14px;
  display: block;
}

.location iframe{
  float: none;
  height: 180px;
  margin: 40px 0 0;
}
/* end footer section  */


.mobile-call.mobshow {
    padding: 4px;
    text-align: center;
    background-color: #f86c6b;
    margin-bottom: 5px;
}

.mobile-call.mobshow a {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}



          /* ============= 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-color: #fc6377;
}



@-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 #fd6277;
        box-shadow: 0 0 0 0 #fc6377;
    }

    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 ======= */



.whatsapp-icons span {
    font-size: 38px;
}

p.locate {
    font-size: 12px !important;
    line-height: 18px;
}

.locate-link span {
    margin-top: -4px;
}