/*
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.1786598623
Updated: 2026-08-13 05:23:43

*/

@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&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");

 

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

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

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

h1,h2,h3,h4,h5,h6 {
  font-family: "Gelasio", serif;
	font-weight: 700;
}
body p {
    
    font-size: 14px;
    line-height: 26px;
    
    font-weight: 400;
}

.mobshow{
	display:none !important;
}
h2.inner-heading {
    color: #cd1212;
	font-size:36px;
}

/**************** 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: 200px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: 20px;
        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://psychicparashuram.com/wp-content/uploads/2026/08/menu-button.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(90deg, #e2231a 0%, #f5a623 100%100%) !important;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 73px;
        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;
    border: none;
    padding: 0;
}
	

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;
    border-bottom: 1px solid #fd372e;
}
	

	
/* Home Page start */

body .banner {
    margin-top: 0;
}

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

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


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

body .home-service-sec {
    margin-top: 0;
    padding-top: 0;
}

body .service-section-cta:after {
    display: none;
}

body .service-section-cta:before {
    display: none;
}

body .service-section-cta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

body .service-cta {
    flex-direction: column;
    row-gap: 20px;
}

body .home-form-section:before {
    display: none;
}

body .home-form-section .form.fome-form {
    margin: 0;
}

body .home-form-section .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    text-align: center;
}

body .home-form-section .wpb_single_image.wpb_content_element.vc_align_right.wpb_content_element {
    text-align: center;
    margin-top: 20px;
}

body .home-form-section {
    padding-bottom: 0;
}

body .why-choose-section:before {
    display: none;
}

body .why-choose-section:after {
    display: none;
}

body .unique-call-content a {
    font-size: 20px;
}

 
body .review-title span.color-text {
    font-size: 24px;
}

body .review-title {
    flex-direction: column;
    text-align: center;
}

body .review-box {
    padding: 20px;
}

body .user-img p:after {
    display: none;
}

body .review-box:after {
    display: none;
}

body .user-img {
    flex-direction: column;
    margin-top: 20px;
    row-gap: 5px;
}

body .qhote-img {
    flex-direction: column;
    text-align: center;
}

body .qhote-img img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

body .location-title h2.color-text {
    font-size: 24px;
}

body .footer-title {
    flex-direction: column;
    text-align: center;
}

body .footer-title h2 {
    text-align: center;
}

body .unique-call-cta.footer-links {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
}

body .footer-links .unique-call-icon:after {
    display: none;
}

body .row.footer-row {
    padding-bottom: 15px;
}

body .footer-call-cta {
    flex-direction: column;
    text-align: center;
}

body .disclamer {
    padding: 0;
    flex-direction: column;
    text-align: center;
}

body .privacy-box {
    flex-direction: column;
}

body .review-section {
    padding-top: 0;
}
body .review-title .title img {
    width: 100%;
}

body .home-location a:after {width: 150px;left: calc(50% - 75px);}
 	
	
	
body div#page {
    overflow-x: hidden;
}
	
	
	.top-number.mobshow {
    background-color: #de0208;
    text-align: center;
    padding: 8px 0px;
    margin-bottom: 5px;
}

.top-number.mobshow a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

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

.top-number.mobshow a span img {
    width: 25px;
}

	body .disc-pg-div h4{
		font-size:24px;
	}

	body .thank-page-sec h2{
		font-size:24px;
	}
	
	body #mega-menu-primary > li:first-child > a::after {
    display: none !important;
}

ul#menu-second-menu li:after {
    display: none !important;
}
	

}
/**************** 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: 200px !important;
    margin-left: 0;
    margin: 0 !important;
}

    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        left: 20px;
        top: 20px;
        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://psychicparashuram.com/wp-content/uploads/2026/08/menu-button.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(90deg, #e2231a 0%, #f5a623 100%100%) !important;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 73px;
        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;
    border: none;
    padding: 0;
}
	

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;
    border-bottom: 1px solid #fd372e;
}
	

	
/* Home Page start */

body .banner {
    margin-top: 0;
}

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

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


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

body .home-service-sec {
    margin-top: 0;
    padding-top: 0;
}

body .service-section-cta:after {
    display: none;
}

body .service-section-cta:before {
    display: none;
}

body .service-section-cta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

body .service-cta {
    flex-direction: column;
    row-gap: 20px;
}

body .home-form-section:before {
    display: none;
}

body .home-form-section .form.fome-form {
    margin: 0;
}

body .home-form-section .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    text-align: center;
}

body .home-form-section .wpb_single_image.wpb_content_element.vc_align_right.wpb_content_element {
    text-align: center;
    margin-top: 20px;
}

body .home-form-section {
    padding-bottom: 0;
}

body .why-choose-section:before {
    display: none;
}

body .why-choose-section:after {
    display: none;
}

body .unique-call-content a {
    font-size: 20px;
}

 
body .review-title span.color-text {
    font-size: 24px;
}

body .review-title {
    flex-direction: column;
    text-align: center;
}

body .review-box {
    padding: 20px;
}

body .user-img p:after {
    display: none;
}

body .review-box:after {
    display: none;
}

body .user-img {
    flex-direction: column;
    margin-top: 20px;
    row-gap: 5px;
}

body .qhote-img {
    flex-direction: column;
    text-align: center;
}

body .qhote-img img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

body .location-title h2.color-text {
    font-size: 24px;
}

body .footer-title {
    flex-direction: column;
    text-align: center;
}

body .footer-title h2 {
    text-align: center;
}

body .unique-call-cta.footer-links {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
}

body .footer-links .unique-call-icon:after {
    display: none;
}

body .row.footer-row {
    padding-bottom: 15px;
}

body .footer-call-cta {
    flex-direction: column;
    text-align: center;
}

body .disclamer {
    padding: 0;
    flex-direction: column;
    text-align: center;
}

body .privacy-box {
    flex-direction: column;
}

body .review-section {
    padding-top: 0;
}
body .review-title .title img {
    width: 100%;
}

body .home-location a:after {width: 150px;left: calc(50% - 75px);}
 	
	
	
body div#page {
    overflow-x: hidden;
}
	
	
	.top-number.mobshow {
    background-color: #de0208;
    text-align: center;
    padding: 8px 0px;
    margin-bottom: 5px;
}

.top-number.mobshow a {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

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

.top-number.mobshow a span img {
    width: 25px;
}

	body .disc-pg-div h4{
		font-size:24px;
	}

	body .thank-page-sec h2{
		font-size:24px;
	}
	
	body #mega-menu-primary > li:first-child > a::after {
    display: none !important;
}

ul#menu-second-menu li:after {
    display: none !important;
}
	
body .location-img {
    padding: 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: 300px;
    /* 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: 14px;
    color: #222;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding: 8px 0px;
    margin-right: 40px;
    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: #222;
}

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

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


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

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

header#wrapper-navbar {
    padding-top: 10px;
    position:relative;
    z-index:2;
}

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

header#wrapper-navbar .container {
    display: block;
    border: 2px solid #e30206;
    border-radius: 24px;
    padding: 10px 30px;
}

.logos {
    text-align: center;
}

ul#menu-second-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: right;
}

ul#menu-second-menu a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding: 8px 0px;
    text-transform: uppercase;
}

.menu-row {
    align-items: center;
}


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

/* ==============================
   MAIN CTA
============================== */

.contact-cta {
    /* width: 100%; */
    /* max-width: 1400px; */
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #ff4b4b;
    border-radius: 13px;
    padding: 15px 20px;
    box-sizing: border-box;
    overflow: hidden;
    animation: ctaBorderPulse 3s ease-in-out infinite;
    justify-content: space-around;
}


/* ==============================
   CTA ITEM
============================== */

.cta-item {
    /* flex: 1; */
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 20px;
    position: relative;
}


/* Vertical Separator */

.cta-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #ff5b5b;
    opacity: 0.65;
}


/* ==============================
   ICON
============================== */

.cta-icon {
    width: 53px;
    height: 53px;

    min-width: 53px;

    border: 1.5px solid #ff6262;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    animation: iconFloat 2.8s ease-in-out infinite;
}


/* SVG */

.cta-icon svg {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: #ed3030;
    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==============================
   TEXT
============================== */

.cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 0;
}

.cta-title {
    color: #ed3030;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.cta-text {
    color: #222222;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;

    line-height: 1.3;

    white-space: nowrap;
}


/* ==============================
   HOVER
============================== */

.cta-item:hover .cta-icon {
    background: #fff4f4;

    transform: scale(1.08);
    box-shadow: 0 0 0 5px rgba(255, 70, 70, 0.08);
}

.cta-item:hover .cta-title {
    color: #c90000;
}


/* ==============================
   KEYFRAME ANIMATIONS
============================== */

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}


@keyframes ctaBorderPulse {

    0%,
    100% {
        box-shadow: 0 0 0 rgba(255, 60, 60, 0);
    }

    50% {
        box-shadow: 0 0 14px rgba(255, 60, 60, 0.13);
    }
}


/* ==============================
   TABLET
============================== */

@media (max-width: 900px) {

    .contact-cta {
        padding: 8px 10px;
    }

    .cta-item {
        padding: 7px 10px;
        gap: 8px;
    }

    .cta-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .cta-icon svg {
        width: 24px;
        height: 24px;
    }

    .cta-text {
        font-size: 14px;
    }
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 650px) {

    .contact-cta {
        flex-direction: column;
        align-items: stretch;

        padding: 10px 15px;
    }

    .cta-item {
        padding: 12px 5px;
    }

    .cta-item:not(:last-child)::after {
        right: 0;
        left: 0;

        top: auto;
        bottom: 0;

        width: 100%;
        height: 1px;
    }

    .cta-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .cta-text {
        white-space: normal;
    }
}


.cta-icon img {
    width: 24px;
}


.cta-text a {
    color: #222;
    font-size: 14px;
}

 .title {
    text-align: center;
}

.title h2 {
    font-size: 40px;
}

.title span.color-text {
    display: block;
    color: #d7040b;
}


.home-service-box {
    position: relative;
}

.home-service-img img {
    width: 100% !important;
}

a {}

.home-service-box a {
    font-size: 22px;
    font-family: "Gelasio", serif;
    color: #cd1212;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.home-service-sec {
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/service-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    margin-top: 30px;
}

.service-cta {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
}

.call-icon {
    width: 60px;
    height: 60px;
    background-color: #de0208;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.call-icon img {
    filter: brightness(162.5);
    width: 34px;
    animation: pulse 1s infinite ease-in-out alternate;
}

.service-cta a {
    color: #222;
    font-size: 16px;
}

.service-section-cta {
    border: 1px solid #de0208;
    border-radius: 24px;
    padding-top: 20px;
    position: relative;
    display: grid;
    margin-bottom: 100px;
}

.service-section-cta .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 21px;
}

.main-cta {
    position: relative;
}

.main-cta:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fbba08;
    top: 0;
    left: -47px;
}

.main-cta:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fbba08;
    top: 0;
    right: -47px;
}
.service-section-cta:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/flower-shape.webp);
    left: -40px;
    background-size: cover;
    top: 15px;
}

.service-section-cta:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/flower-shape.webp);
    right: -31px;
    background-size: cover;
    top: 15px;
}

.form.fome-form {
    border: 1px solid #e94057;
    background-color: #fff;
}

.form.fome-form .input {
        background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #e2231a 0%, #f5a623 100%) border-box !important;
        border: 1px solid transparent !important;
        border-radius: 12px !important;
        }



.input-img:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/next.png);
    right: 15px;
    top: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.for:before {
    display: none;
}

::placeholder{
	color:#222 !important;
} 


.form-submit {
    position: relative;
}

.form-submit:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/send.png);
    right: 18px;
    top: 21px;
    background-size: cover;
}


.home-form-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 170px;
}

.home-form-section:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 500px);
    top: -14px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/horoscope-img.webp);
    z-index: -1;
    opacity: 0.7;
    animation: rotate 9s linear infinite;
}

.home-form-section .form.fome-form {
    margin-left: 50px;
    margin-right: 50px;
}

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



.form-whatsapp-cta {
    text-align: center;
    margin-top: 50px;
}

.form-whatsapp-cta a {
    background-color: #fd0404;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    position: relative;
}

.form-whatsapp-cta a img {
    width: 80px;
    animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}
.form-whatsapp-cta a:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background-color: #222;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fd0404;
    left: calc(50% - 75px);
    top: -15px;
}


.why-choose-box {
    text-align: center;
    border: 1px solid #fd0404;
    border-radius: 24px;
    padding: 25px 55px;
    margin-bottom: 54px !important;
    background-color: #fff;
}

.why-choose-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fd0404;
}

 
.unique-call-icon {
    width: 60px;
    height: 60px;
    background-color: #d31212;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.unique-call-icon img {
    width: 30px;
    filter: brightness(150.5);
    animation: pulse 1s infinite ease-in-out alternate;
}

.unique-call-cta {
    display: flex;
    align-items: center;
    column-gap: 50px;
    border: 1px solid #fd0404;
    border-radius: 24px;
    padding: 20px 20px;
}

.unique-call-title {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.unique-call-content a {
    color: #d31212;
    font-size: 30px;
    font-weight: 700;
}

.unique-call-icon:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fdbd0b;
    right: -25px;
}

.why-choose-icons .wpb_text_column.wpb_content_element {
    margin-bottom: 5px;
}

.right-why-choose {
    margin-top: 100px;
}

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

.why-choose-icon:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #d21211;
    border-radius: 50%;
    left: calc(50% - 7.5px);
    bottom: -9px;
    z-index: 1;
}

.why-choose-icon:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #d21312;
    border-radius: 50%;
    left: calc(50% - 7.5px);
    top: -10px;
    z-index: 1;
}

.why-choose-two {
    margin-right: 50px;
}

.why-choose-three {
    margin-right: 50px;
}

.why-choose-three .why-choose-box {
    padding: 20px 28px;
}




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

.why-choose-one:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/line-dot.webp);
    right: -37px;
    top: 78px;
    z-index: 1;
}

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

.why-choose-two:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/line-dot.webp);
    left: -37px;
    bottom: 78px;
    z-index: 1;
    transform: rotate(
180deg);
}

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

.why-choose-for:after {
     position: absolute;
     content: '';
     width: 46px;
     height: 17px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/line-dot.webp);
     right: -37px;
     top: 123px;
     z-index: 1;
}


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

.why-choose-three:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/line-dot.webp);
    left: -37px;
    bottom: 33px;
    z-index: 1;
    transform: rotate(
180deg);
}

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

.why-choose-five:after {
     position: absolute;
     content: '';
     width: 46px;
     height: 17px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/line-dot.webp);
     right: -37px;
     top: 165px;
     z-index: 1;
}




.why-choose-section {
    position: relative;
    padding-top: 10px;
}

.why-choose-section:before {
    position: absolute;
    content: '';
    width: 490px;
    height: 490px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/horoscope-img-1.webp);
    right: -333px;
    background-size: cover;
    top: 158px;
    animation: rotate 9s linear infinite;
}


.why-choose-section:after {
    position: absolute;
    content: '';
    width: 490px;
    height: 490px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/horoscope-img-1.webp);
    left: -352px;
    background-size: cover;
    top: 158px;
    animation: rotate 9s linear infinite;
    z-index: -1;
}

 
.review-title {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.review-title .title {
    text-align: start;
}

.tab-btn a {
    display: inline-block;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #e2231a 0%, #f5a623 100%) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 24px;
    color: #222;
    font-size: 14px;
    padding: 12px 10px 12px 20px;
}

.tab-btn a img {
    margin-left: 5px;
}

.review-title h2 {
    font-size: 25px;
}

.review-title span.color-text {
    font-size: 60px;
    background: linear-gradient(90deg, #e2231a 0%, #f5a623 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

.review-title .title img {
    max-width: 403px;
}

.review-title .title p {
    max-width: 498px;
}

.tab-btn {
    margin-top: 45px;
}

 .qhote-img {
    display: flex;
    align-items: start;
    column-gap: 20px;
}

.review-box {
    border: 2px solid #d31212;
    border-radius: 24px;
    padding: 20px 50px 20px 20px;
    position: relative;
    background-color: #fff;
}

.inner-user img {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
}

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

.user-img p {
    margin-bottom: 0;
    color: #d31212;
    position: relative;
}

.review-box:after {
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/quote-2.png);
    right: 27px;
    bottom: 20px;
    transform: rotate(
180deg);
}

.user-img p:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -16px;
    background-color: #d312124f;
}

.review-left-side {
    margin-top: 50px;
}


.review-section {
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/review-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px;
    border-bottom: 2px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.location-title {
    text-align: center;
}

.location-title h2.color-text {
    font-size: 60px;
    background: linear-gradient(90deg, #e2231a 0%, #f5a623 100%
100%
) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

 

.home-location {
    padding: 0px 40px 30px;
    text-align: center;
}

.home-location a {
    color: #fb1e02;
    margin-top: 10px;
    display: block;
    position: relative;
}


.location-section {
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/location-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.home-location a:after {
    position: absolute;
    content: '';
    width: 115px;
    height: 2px;
    bottom: -20px;
    background-color: #fd2302;
    left: calc(50% - 55.5px);
}

.home-location a:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: -26px;
    background-color: #fec207;
    border-radius: 50%;
    z-index: 1;
    left: 0;
    animation: lineMove 3s ease-in-out infinite alternate;
}

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

    100% {
        transform: translateX(110px);
    }
}


/* ============  footer start here ============= */

.footer-title {
    display: flex;
    align-items: center;
    column-gap: 0px;
}

.footer-title h2 {
    font-size: 20px;
}

.footer-title .title {
    text-align: start;
}

.footer-title h2 span.color-text {
    font-size: 29px;
}

.unique-call-cta.footer-links {
    margin-bottom: 15px;
}

.f-mail a.unique-call-number {
    font-size: 16px;
}

.f-location a.unique-call-number {
    font-size: 24px;
}

.footer-map {
    height: 598px;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #f71701;
}

.footer-row {
    border: 2px solid #fc1c01;
    border-radius: 24px;
    padding-top: 15px;
    margin-left: 0;
    margin-right: 0;
}


.footer-call-cta {}

.footer-call-cta a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.footer-call-cta a span img {
    width: 20px;
}

.footer-call-cta  a {
    background-color: #d31212;
    display: inline-block;
    border-radius: 24px;
    color: #fff;
    border: 1px solid #fec207;
    padding: 5px 20px 5px 10px;
    position: relative;
}
.footer-call-cta a:hover{
	background-color:#fff;
	color:#222;
}
.footer-call-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 70px;
    background-image: url(https://psychicparashuram.com/wp-content/uploads/2026/08/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #d31212;
    border-radius: 24px;
    padding: 10px 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer-call-cta .footer-title {
    column-gap: 10px;
}

.footer-call-cta a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -32px;
    background-color: #fec207;
    top: -1px;
}


.disclamer {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 0px 60px;
    margin-top: 10px;
}

.disclamer span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    line-height: 50px;
    border: 1px solid #d31212;
    text-align: center;
}

.disclamer p {max-width: 910px;margin-bottom: 0;}

.disclamer b {
    color: #d31212;
}

.privacy-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #d3121229;
    padding-top: 15px;
}

.privacy-box p {
    margin-bottom: 0;
}

.privacy-box a {
    color: #222;
    font-size: 14px;
}

.privacy-box span {
    color: #d31212;
}

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


.mobile-choose {
    text-align: center;
    border: 1px solid #d31212;
    border-radius: 24px;
    padding: 20px 20px;
}

.mobile-why-choose-icon {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-choose h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}



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


.disc-pg-div p {font-size:14px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    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: 34px;
    text-transform: capitalize;
}

.thank-page-sec a {
    display: inline-block;
    text-transform: capitalize;
    border-radius: 30px;
    color: #fff;
    background-color: #ce1111;
    padding: 11px 30px;
    border: 1px solid #ce1111;
}

	.thank-page-sec a:hover{
				background-color:#22222200;
		color:#222;
			}



body:not(.home) header#wrapper-navbar .container {
	
	border:none;
	
}


ul#menu-second-menu li {
    position: relative;
}

ul#menu-second-menu li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -24px;
    background-color: #cc111170;
}

ul#menu-second-menu li:last-child:after {
    display: none;
}

 #mega-menu-primary > li:first-child > a {
    position: relative;
}

#mega-menu-primary > li:first-child > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #cc111170;
    display: block;
}

#mega-menu-primary > li:first-child > a::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -25px !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 25px !important;
    background: #cc111170 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


.main-location {
    text-align: center;
}

.main-location a {
    background-color: #ff2204;
    color: #fff;
    display: block;
    padding: 10px 10px;
    border-radius: 30px;
    margin-top: 20px;
    transition:0.4s;
    border: 2px solid #feb800;
}

.main-location a:hover{
    background-color:#fff;
    color:#222;
}

.location-img {
    /* padding: 0px 40px; */
}

.main-location:hover img {
    transform: rotatey(
360deg);
}

.main-location img {
    transition: 0.4s;
}


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



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

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

.main-location .location-img {
    padding: 0px 40px;
}

.share:hover {
    background-color: #fd0404 !important;
    background-image: unset !important;
}