/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  WP Bootstrap Starter Child Theme
 Author:       Anand Singh
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/
@import url("style-1.css");

.banner-below-btn {
    display: flex;
    justify-content: space-evenly;
}
.banner-cta-btn {
    position: absolute;
    top: 85%;
}
.banner-cta-btn.phone {
    left: 14%;
}
.banner-cta-btn {
    position: absolute;
    top: 85%;
}
.banner-cta-btn.whatsapp {
    right: 14%;
}
.ganesh-img img {
    z-index: 999;
    position: relative;
    max-width: 585px;
    left: -4px;
}
.disc-pg-div p {
    padding: 10px 0 20px;
}

.ui-datepicker{z-index:100000!important;}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {font-weight:500;}
/*
    Add your custom styles here
*/
body{
	font-family: 'Poppins', sans-serif;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;  
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
  background-image: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/background-gradient-blue-om-symbol.jpg);
}
@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
}

.sticky + .site-content {
  padding-top: 102px;
}
nav.navbar {
    margin-bottom: -30px;
}
h1, h2, h3, h4, h5, h6, p, a{
	font-family: 'Poppins', sans-serif;
}
.my-50{
	margin:50px 0;
}

.my-40{
	margin:40px 0;
}
.mb--40 {
    margin-bottom: -40px;
}
.dropdown:hover .dropdown-menu {  display: block; }

.section-fix {
    width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.screen-reader-response {
    display: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e2149;
    border-color: #1e2149;
}
.mobshow {
    display: none;
}
.deskshow {
    display: block;
}
p{
	margin-bottom:0;
}
body:not(.home) header#masthead {
    background-image: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/background-gradient-blue-om-symbol.jpg);
    margin-bottom: 0;
    box-shadow: unset;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header#masthead {
    position: sticky;
    z-index: 99999;
}
.banner {
    margin-top: -112px;
}
.top-bar{
    display: flex;
    padding: 10px 0;
}
/* Layer banner slider css */
.web-banner-cta-box .banner-cta {
    filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.75));
    padding: 20px 20px 0px;
    border-radius: 100px;
    z-index: 9;
    background: #fff;
}

.web-banner-cta-box .banner-cta .cta-btn {
    text-align: center;
    position: relative;
    top: -10px;
}

.web-banner-cta-box .banner-cta .cta-btn.left {
    left: 30px;
}

.web-banner-cta-box .banner-cta p.sub-heading {
    color: #162643;
    font-size: 29px;
}

.web-banner-cta-box .banner-cta span.bg-red {
    background: #c90303;
    color: #fff;
    padding: 1px 20px;
    border-radius: 50px;
    font-weight: bold;
}

.web-banner-cta-box .banner-cta h1.heading {
    color: #c90303;
    font-size: 32px;
    font-weight: bold;
    font-family: poppins;
}

.web-banner-cta-box .banner-cta .cta-btn.right {
    right: 30px;
}
/* Layer banner slider css end*/
.top-bar .left{
	justify-content:start;
}
.top-bar.right {
    justify-content: end;
    margin-right: 20px;
}
.top-bar a, .top-bar p {
    color: #fff;
    font-size: 14px;
    font-family: poppins;
    text-decoration: none;
}
.top-bar.left p {
    margin-right: 15px;
}
.top-bar .link-icon img {
    margin-right: 5px;
}
.top-bar.right {
    justify-content: end;
}
a.nav-link {
    color: #070b39 !important;
    font-family: poppins;
    font-size: 14px;
}
.home div#left-nav {
    background: #fff;
    padding: 10px 10px;
    border-radius: 50px 0 0 50px;
    margin-right: 17px;
}

div#left-nav {
	background: #fff;
    padding: 10px 10px;
    border-radius: 50px 0 0 50px;
    margin-right: 1px;
    margin-top: -2px;
}
#masthead .navbar-nav > li > a {
    padding: 10px 15px!important;
    font-weight: 500;
}
.navbar-brand {
    z-index: 9;
}
body:not(.home) .navbar-brand.brand-logo:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/menu-center-bg.jpg);
	position: absolute;
    left: 50%;
    top: -32px;
    z-index: -1;
    transform: translate(-50%);
}
.sticky .navbar-brand.brand-logo:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/menu-center-bg.jpg);
	position: absolute;
    left: 50%;
    top: -32px;
    z-index: -1;
    transform: translate(-50%);
}
div#right-nav {
    justify-content: center !important;
    background: #fff;
    padding: 10px;
    border-radius: 0 50px 50px 0;
	margin-left: 1px;
}
body:not(.home) div#right-nav {
    margin-left: 0px;
}
ul.dropdown-menu {
    width: 300px;
}
a.dropdown-item {
    font-size: 14px;
    padding: 5px 10px;
    color: #070b39;
}
a.dropdown-item:hover {
    color: #c90303;
}
.footer-form {
    padding: 20px;
    border-radius: 70px;
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
    background: #fff;
    filter: drop-shadow(0 0 7.5px rgba(212,221,224,0.75));
    border: 2px solid #c90303;
}
.foo-form .row {
    align-items: center;
}
.container.foo-form {
    padding: 0 30px;
}
.form-box {
    padding: 0 5px !important;
}
span.wpcf7-spinner {
    position: absolute;
}
.form-text h4 {
    color: #c90303;
    font-size: 28px;
    font-weight: bold;
}
.form-text p {
    color: #162643;
    font-size: 16px;
    font-weight: 500;
}
.foo-form input {
    background: #eeeeee;
    border-radius: 50px;
}
.foo-form input::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
}
.sub-link .sub-btn {
    background: #162643;
    padding: 6px 30px;
}
.page-id-59 section.main-tittle {
    display: none;
}
#banner .owl-item img {
    width: 100%;
}


section.footermain {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.footer-cta .cta-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    z-index: 9;
    border: 1px solid #eeeeee;
    position: relative;
    filter: drop-shadow(0 0 7.5px rgba(212,221,224,0.75));
}
.footer-cta .cta-box.left {
    margin-right:-75px;
}
.footer-cta .cta-box.right {
    margin-left:-75px;
}
.footer-cta .cta-icon.center {
    text-align: center;
    z-index: 1;
    position: relative;
    top: 45px;
}
.footer-cta .cta-box .cta-icon {
    margin-right: 20px;
}
.footer-cta .cta-detail h6 {
    color: #c90303;
    font-size: 18px;
    font-family: poppins;
    font-weight: bold;
}
.footer-cta .cta-detail a {
    color: #2a3a59;
    font-size: 18px;
    font-family: poppins;
}.container.footer-cta {
    margin-bottom: -9%;
}
.footer-center:before {
    content: url(https://astroshivakrishna.com//wp-content/uploads/2022/09/red-bar-2.png);
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%);
    top: -170px;
}
.page-id-59 .footermain {
    padding-top: 60px;
}
.page-id-59 .footer-center:before {
    top: -250px;
}
.footer-cen-img {
    position: relative;
    top: 150px;
}
.row.footbot {
    margin-top: -149px;
    text-align: center;
    z-index: 9;
    position: relative;
}
.footer-dis {
    background: #fff;
    padding: 20px;
}
.footer-dis p {
    color: #222222;
    font-family: poppins;
    font-size: 14px;
}
.copy-right {
    background: #162643;
}
.copy-right p, .copy-right a {
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-family: poppins;
}
.pulse:hover{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}
.pulse-2{ 
  animation: pulse 1s infinite;
  animation-timing-function: linear;   
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);
  100% { transform: scale(1); }
  }
}
@keyframes pulse-2 {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);
  100% { transform: scale(1); }
  }
}
.banner-cta-box {
    position: relative;
	filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.75));
    padding: 20px 20px 10px;
    border-radius: 100px;
    margin-top: -185px;
    z-index: 9;
    background: #fff;
}
.center-text {
    text-align: center;
}
.banner-cta-box .sub-heading {
    color: #162643;
    font-size: 29px;
}
.banner-cta-box span.bg-red {
    background: #c90303;
    color: #fff;
    padding: 1px 20px;
    border-radius: 50px;
    font-weight: bold;
}
.banner-cta-box .heading {
    color: #c90303;
    font-size: 32px;
    font-weight: bold;
    font-family: poppins;
}
.banner-cta-box .cta-img {
    margin-bottom: -50px !important;
    position: relative;
    top: 20px;
}
.service-box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.75));
}
.service-box .service-heading {
    background: #c90303;
    padding: 10px;
    margin: 0 -40px;
    text-align: center;
    border-radius: 20px;
}
.service-box .service-heading h3 {
    color: #fff;
    font-size: 18px;
    font-family: poppins;
    font-weight: bold;
}
.cta-img .left {
    margin-left: 40px !important;
}
.cta-img .right {
    margin-right: 40px !important;
}
ul.service-link {
    text-align: center;
    padding-left: 0;
}
.service-link li {
    list-style: none;
    background: #eeeeee;
    margin: 10px 0;
    border-radius: 25px;
}
.service-link li:hover {
    background: #c90303;
}
.service-link li a:hover {
    color: #fff;
	text-decoration:none;
}
.service-link li a {
    color: #222222;
    font-size: 14px;
    font-family: poppins;
    padding: 5px 10px;
    display: block;
    line-height: 24px;
}
.cta-img {
    position: relative;
    margin-top: 20px;
    margin-bottom: -100px !important;
    z-index: 9;
}
/* .ganesh-img:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/red-bar.png);
    position: absolute;
    top: -100px;
    left: 175px;
    z-index: 99;
} */
.ganesh-img:before {
    content: '';
    background-image: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/red-bar.png);
    width: 220px;
    height: 400px;
    position: absolute;
    top: -100px;
    left: 175px;
    z-index: 99;
}
.about-section:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/snow-mountains.png);
    position: absolute;
    top: 21%;
    left: -10px;
	z-index: -1;
}
.about-text {
    text-align: center;
    padding: 0 40px 50px;
}
.about-text:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/rectangular-red-line.png);
    position: absolute;
    left: 15px;
    top: 70px;
	z-index: -1;
}
.about-text .sub-heading {
    color: #1e2149;
    font-size: 26px;
    font-weight: bold;
}
.about-text h2 {
    font-size: 56px;
    font-weight: bold;
    color: #c90303;
    padding-bottom: 0;
}
.about-text .para {
    text-align: justify;
    color: #222222;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 26px;
}
.home-form {
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 9;
    background: #fff;
    filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.75));
    border: 1px solid #eeeeee;
}
.container.home-form:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/blue-line-with-dot.png);
    position: absolute;
    left: -522px;
    top: 65px;
    z-index: -1;
}
.home-form .form-heading h3 {
    color: #c90303;
    font-size: 25px;
    font-weight: bold;
}
.home-form .sub-heading {
    background: #162643;
    color: #fff;
    font-size: 15px;
    font-family: poppins;
    margin-left: -30px;
    padding: 10px;
    border-radius: 25px;
    margin-right: -30px;
    margin-bottom: 10px !important;
}

.home-form .row {
	margin:0 !important;
}
.home-form .form-box {
    padding: 0px !important;
}
.home-form .form-box p {
    padding: 10px 15px 0 15px;
}
.home-form input {
    border-radius: 50px;
    border: 2px solid #eeeeee;
    background: #fff;
}
.home-form input::placeholder, .home-form textarea::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
}
.home-form .sub-btn-box {
    width: 100%;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.home-form .sub-btn {
    background: #c90303;
    padding: 10px 30px;
    border: 0;
    width: 100%;
}	
.home-form textarea {
    height: 150px;
    border-radius: 10px;
    border: 2px solid #eeeeee;
}
.why-choose-text .sub-heading {
    color: #1e2149;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.why-choose-text h3 {
    color: #c90303;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
}
.why-choose-text .para {
    font-size: 14px;
    color: #222222;
    text-align: justify;
	line-height: 24px;
}
.expertise-box:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/circle-with-blue-dots-1.png);
    position: absolute;
    left: -14px;
    top: -28px;
    animation: rotation 20s infinite linear;
    width: 368px;
    height: 368px;
}
.icon-box {
    text-align: center;
    width: 312px;
    height: 312px;
    border-radius: 156px;
    box-shadow: inset 0 0 10px rgba(204,204,204,0.75);
	overflow: hidden;
    padding: 20px 20px;
    position: relative;
    border: 1px solid #eeeeee;
}
.icon-img {
    margin-bottom: 20px;
}
.icon-img:before {
    content: '';
    background: #c90303;
    position: absolute;
    width: 100px;
    height: 145px;
    top: -32px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0 0 50px 50px;
    z-index: -1;
}
.expertise-box .icon-box .text-box h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.expertise-box .icon-box .text-box p {
    font-size: 14px;
    color: #222222;
    padding: 0px 15px;
	line-height: 24px;
	font-weight: 400;
}
.why-choose.left, .why-choose.right {
    margin-top: 100px;
}
.why-choose-center {
    padding-right: 25px !important;
}
.famous-box .vc_column-inner {
    padding-top: 0 !important;
}
.famous-box {
    padding: 50px 30px 30px !important;
}
.faq-list .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    left: 330px !important;
}
.expertise-box.box-2 {
    position: relative;
    padding-top: 40px;
}
.expertise-box.box-2:before {
    content: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/circle-with-blue-dots-1.png);
    position: absolute;
    left: -28px;
    top: 12px;
    animation: rotation 20s infinite linear reverse;
}
.testimonial_section {
    z-index: 1;
    margin-top: -320px;
    padding-top: 320px !important;

}
.services_section {
    z-index: 2;
}
/* div#service_slider:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 1020px;
    height: 50px;
    top: 525px;
    left: 50px;
    border-radius: 50px;
    z-index: 1;
} */
/* .service_slider .services_box a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: -15px;
} */
.service_slider .services_box a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: -25px;
    padding: 10px;   width: 100%;
	display: block;
}
.service_slider .services_box a:hover {
    color: #c90303;
	text-decoration:none;
}
/* 

.service_slider .owl-item .active:first-child .services_box a {
    border-radius: 25px 0 0 25px !important;
}
.service_slider .owl-item .cloned:last-child .services_box a {
    border-radius: 0px 25px 25px 0 !important;
}
 */
/* .service_slider .owl-item:first-child .services_box a {
    border-radius: 25px 0 0 25px !important;
}
.service_slider .owl-item:last-child .services_box a {
    border-radius: 0px 25px 25px 0 !important;
} */

.services_box {
    text-align: center;
}
/* Contact Us page START*/
/* .page-id-367 nav.navbar, .page-id-364 nav.navbar, .page-id-361 nav.navbar, .page-id-358 nav.navbar, .page-id-355 nav.navbar, .page-id-352 nav.navbar, .page-id-349 nav.navbar, .page-id-346 nav.navbar, .page-id-342 nav.navbar, .page-id-337 nav.navbar, .page-id-333 nav.navbar, .page-id-330 nav.navbar, .page-id-327 nav.navbar, .page-id-324 nav.navbar, .page-id-291 nav.navbar, .page-id-241 nav.navbar, .page-id-172 nav.navbar, .page-id-205 nav.navbar {
    margin-bottom: -30px;
} */
section.main-tittle {
    background: #c90303;
    padding: 60px 0 20px 0;
}
section.main-tittle h1 {
    color: #fff;
    font-weight: bold;
	font-size: 26px;
}
/* .page-id-172 section.footermain {
    overflow: hidden;
    padding-top: 20px;
} */
.contact-page-form {
    padding: 50px 50px;
    box-shadow: 0px 0px 10px #eee;
    text-align: center;
    border-radius: 10px;
    z-index: 9;
    background: #fff;
    position: relative;
    margin-top: -30px;
}
.contact-page-form .form-heading h3 {
    color: #c90303;
    font-size: 25px;
    font-weight: bold;
}
.contact-page-form .sub-heading {
    background: #162643;
    color: #fff;
    font-size: 15px;
    font-family: poppins;
    margin-left: 30px;
    padding: 10px;
    border-radius: 25px;
    margin-right: 30px;
    margin-bottom: 25px !important;
}
.contact-page-form .form-box p{
	width:100%;
}
.form-box .row {
    margin-bottom: 10px;
}
.contact-page-form input {
    border-radius: 50px;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
}
.contact-page-form .sub-btn-box {
    width: 100%;
}
.contact-page-form .sub-btn {
    background: #c90303;
    padding: 6px 30px;
    border: 0;
    width: 100%;
}	
.contact-page-form textarea {
    height: 150px;
    border-radius: 10px;
}
.con-details {
    background: #f7f7f7;
    padding: 50px 50px;
    margin-left: -200px;
    padding-left: 200px;
    box-shadow: 5px 5px 10px #eee;
}
.con-details h2 {
    color: #c90303;
    font-size: 30px;
    font-weight: bold;
}
.con-details .con-dis {
    margin-bottom: 30px;
}
.con-img-box {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
    box-shadow: inset 0 0 10px #a7a7a7;
}

.con-img-box .con-img {
    padding-right: 15px;
}
.con-img-box .con-detail p {
    color: #162643;
    font-size: 16px;
    font-weight: bold;
}
.con-img-box .con-detail a {
    font-weight: 500;
	color: #162643;
}
.con-detail a:hover {
    color:#c90303;
	text-decoration:none;
}
/* .page-id-241 .footer-center:before, .page-id-172 .footer-center:before, .page-id-205 .footer-center:before {
    top: -165px;
} */
/* Contact Us page END*/

/* About Us page START*/

.about-page.sec-1 {
    margin-top: 50px;
}
.sec .sub-heading {
    color: #1e2149;
    font-size: 20px;
    font-weight: bold;
}
.abt-ser-sec {
    margin-top: -35px;
}
.about-service-box {
	margin-top:30px;
    box-shadow: 0px 0px 10px #666;
    padding: 30px 50px;
    border-radius: 20px;
    background-image: url(https://astroshivakrishna.com/wp-content/uploads/2022/09/snow-mountains.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec {
    margin-bottom: 15px!important;
}
.sec .para {
    text-align: justify;
    color: #222222;
    font-size: 14px;
    padding-bottom: 0px;
    line-height: 26px;
}
.about-service-heading h3 {
    color: #c90303;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
.about-service-box p {
    text-align: center;
    color: #222222;
    font-size: 14px;
    padding: 10px 50px 10px;
}
.about-service-link li {
    list-style: none;
    background: #eeeeee;
    margin: 5px;
    border-radius: 25px;
    display: inline-block;
    width: 30%;
	text-align:center;
    box-shadow: inset 0 0 10px #bdbdbd;
}
.about-service-link li a{
    color: #222222;
    font-size: 14px;
    font-family: poppins;
    padding: 5px;
    display: block;
    line-height: 24px;
}
.about-service-link li:hover{
    background:#c90303;
}
.about-service-link li a:hover{
    color:#fff;
	text-decoration:none;
}
.inner-form {
    padding: 20px;
    box-shadow: 0px 0px 10px #eee;
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    background: #162643;
}
.inner-form .form-heading h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
}
.inner-form .sub-heading {
    color: #FFF;
    font-size: 14px;
    font-family: poppins;
	font-weight: 400;
    margin-bottom: 0px !important;
}
.inner-form .form-box p {
    padding: 10px 20px 0 20px !important;
}
.inner-form input {
    border-radius: 50px;
}
.inner-form input::placeholder, .inner-form textarea::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
}
.inner-form .sub-btn-box {
    width: 100%;
}
.inner-form .sub-btn {
    background: #c90303;
    padding: 6px 30px;
    border: 0;
    width: 100%;
}	
.inner-form textarea {
    height: 75px;
    border-radius: 10px;
}
.inner-form .form-box .row {
    margin-bottom: 0px;
}
.inner-service-slider .vc_carousel-slideline {
    height: 400px !important;
}
.inner-service-slider .vc_item {
    margin-bottom: 20px;
}
/* About Us page END*/

/* Service page START*/

h2.vc_custom_heading.hover-detail {
    font-family: poppins;
    font-weight: 700;
}
p.service-para {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
h2.vc_custom_heading.front-detail {
    background: #000000d1;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0px;
}
.service-read-btn a {
    background: #1e2149 !important;
    color: #fff !important;
    border-radius: 25px !important;
}
/* Service page END*/

/* Appointment page START*/


.appointment-form {
    padding: 50px 50px;
    text-align: center;
    background: #fff;
    filter: drop-shadow(0 0 7.5px rgba(204,204,204,0.75));
    border: 1px solid #eeeeee;
}
.appointment-form .form-heading h3 {
    color: #c90303;
    font-size: 25px;
    font-weight: bold;
}

.appointment-form .sub-heading {
    background: #162643;
    color: #fff;
    font-size: 15px;
    font-family: poppins;
    margin-left: 30px;
    padding: 10px;
    border-radius: 25px;
    margin-right: 30px;
    margin-bottom: 25px !important;
}

.appointment-form .form-box p{
	width:100%;
}

.appointment-form .form-box .row {
    margin-bottom: 10px;
}

.appointment-form input {
    border-radius: 50px;
    background: #eee;
}

.appointment-form input::placeholder, .contact-page-form textarea::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
}

.appointment-form .sub-btn-box {
    width: 100%;
}

.appointment-form .sub-btn {
    background: #c90303;
    padding: 6px 30px;
    border: 0;
    width: 100%;
}	
.appointment-form textarea {
    height: 150px;
    border-radius: 10px;
    background: #eee;
}
.app-con-detail {
    padding: 12px 50px 0px;
}
.p-detail {
    margin-bottom: 40px;
}
.p-detail h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.p-detail p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.app-con-box {
    padding: 0px 0 20px;
}
p.app-con-heading {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #ffa600;
    display: inline-block;
    margin-bottom: 15px;
}
.app-con-box a {
    color: #fff;
}
.app-con-box p {
    color: #fff;
}
.app-con-box a:hover {
    color: #fff;
    text-decoration:none;
}
.app-con-left {
    margin-right: -50px;
}
/* Appointment page END*/
/* Inner Service page START*/
.inner-service-box {
	background: #ffa600;
    padding: 20px;
    border-radius: 20px;
	text-align: center;
}
/* .inner-service-box .inner-service-heading {
    background: #c90303;
    padding: 10px;
    margin: 0 -40px;
    text-align: center;
    border-radius: 20px;
} */
.inner-service-box .inner-service-heading h3 {
    color: #c90303;
    font-size: 18px;
    font-family: poppins;
    font-weight: bold;
}
ul.inner-service-link {
    text-align: center;
    padding-left: 0;
}
.inner-service-link li {
    list-style: none;
    background: #eeeeee;
    margin: 12px 0;
    border-radius: 25px;
}
.inner-service-link li:hover {
    background: #c90303;
}
.inner-service-link li a:hover {
    color: #fff;
	text-decoration:none;
}
.inner-service-link li a {
    color: #222222;
    font-size: 14px;
    font-family: poppins;
    padding: 7px 10px;
    display: block;
    line-height: 24px;
}
.app-booking {
    background: #ffa600;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.app-booking {
    background: #ffa600;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
}
.app-booking h3 {
    color: #c90303;
    font-size: 18px;
    font-weight: bold;
}
.app-booking p {
    margin-bottom: 20px;
}
a.app-btn {
    background: #162643;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
}
/* Inner Service page END*/



@media screen and (min-width:768px) and (max-width:992px){
	
.faq-list .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
   left: 255px !important;
}
.famous-box:after {
    content: unset;
}
	
	
.mobshow{
display:block;		
}	
.deskshow {
    display: none;
}
.ipad {
    width: 100% !important;
}
.banner {
    margin-top: 0;
}
section.footermain {
    padding-top: 70px;
}
header#masthead {
    background: #162643 !important;
}

.sticky .navbar-brand.brand-logo:before {
    content: unset;
}
/* .page-id-367 nav.navbar, .page-id-364 nav.navbar, .page-id-361 nav.navbar, .page-id-358 nav.navbar, .page-id-355 nav.navbar, .page-id-352 nav.navbar, .page-id-349 nav.navbar, .page-id-346 nav.navbar, .page-id-342 nav.navbar, .page-id-337 nav.navbar, .page-id-333 nav.navbar, .page-id-330 nav.navbar, .page-id-327 nav.navbar, .page-id-324 nav.navbar, .page-id-291 nav.navbar, .page-id-241 nav.navbar, .page-id-172 nav.navbar, .page-id-205 nav.navbar {
    margin-bottom: 0px;
} */
nav.navbar {
    margin-bottom: 0px;
}
section.top-nav-sec {
    background: #ffa600;
padding-top: 10px;
}
.top-nav-sec .row {
    justify-content: center;
}
.top-nav-link i.fa.fa-phone {
    color: #fff;
    background: #c90303;
    padding: 10px;
    border-radius: 10px;
    margin:0 5px;
}
ul.top-nav-link {
    padding: 0;
}
.top-nav-link li {
    list-style: none;
}
.top-nav-link a {
    color: #1e2149;
    font-size: 14px;
    font-weight: 700;
}
.dropdown-menu li {
    padding: 5px !important;
}
section.main-tittle {
    padding: 20px 0 20px 0;
}
section.main-tittle h1 {
    font-size: 20px;
}
a.nav-link {
    color: #fff !important;
    font-size: 14px !important;
    font-family: poppins;
    font-weight: 500 !important;
}
a.dropdown-item {
    color: #fff;
    font-size: 14px;
    font-family: poppins;
    font-weight: 500 !important;
}
ul.dropdown-menu.show {
    background-image: linear-gradient(45deg, black, transparent);
    padding: 5px;
}
div#main-nav {
    border-top: 1px solid #fff;
}
ul#menu-primary-menu {
    padding: 20px 0;
}
.navbar-brand.brand-logo:before {
    content: unset !important;
}
 .navbar-brand.brand-logo {
    width: 75%;
    padding: 10px 0;
}
.navbar-light .navbar-toggler {
    background: #fff;
    padding: 8px;
}
div#content {
    padding: 0 !important;
    margin-top: -20px;
}
.section-fix{
		width:100% !important;
}
.banner-cta-box {
    position: unset;
    border-radius: 10px;
	margin: -20px 0px 40px;
}
.banner-cta-box .cta-img {
    top: 0px;
}
.banner-cta-box .sub-heading {	
    font-size: 18px;
}
.banner-cta-box .heading {
    font-size: 28px;
}
.cta-img .left {
    margin-left: 0px !important;
}
.cta-img .right {
    margin-right: 0px !important;
}
.service-box .service-heading {
    margin: 0;
}
.ganesh-img:before {
    content: unset
}
.about-text:before {
    content: unset
}
.about-text {
    padding: 0 10px 0px;
}
.why-choose-center {
    padding-right: 0px !important;
}
.home-form .sub-heading {
    margin-left: -10px;
    margin-right: -10px;
}
.home-form .form-box p {
    width: 100%;
}
.pandit_become_row h3::after {
    content: unset
}
.pandit_become_row {
    padding: 20px !important;
    text-align: center;
}
.pandit_become_row h4 {
    font-size: 18px;
}
.pandit_become_row h3 {
    font-size: 40px;
}
.faq {
    margin-bottom: 10px !important;
}
.testimonial_top_content h4 {
    font-size: 18px;
}
.testimonial_top_content h3 {
    font-size: 32px;
}
.testimonial_top_content p {
    padding: 0px 10px;
}
.footer-cta .cta-box.left {
    left: 0px;
    margin-right:-40px;
	border-radius: 20px;
}
.footer-cta .cta-box.right {
    right: 0px;
    margin-left:-40px;
	border-radius: 20px;
}
.footer-cta .cta-box {
    flex-direction: column;
    text-align: center;
}
.about-section:before {
    content:unset
}
.container.home-form:before {
    content: unset
}
.footer-form {
    padding: 10px;
    border-radius: 20px;
    margin: -60px 0px 40px;
	margin-left: auto;
    margin-right: auto;
}
.container.foo-form {
    padding: 0 10px;
}
.foo-form .form-text h4 {
    font-size: 20px;
}
.form-text p {
    font-size: 14px;
}
.foo-form input {
    padding: 10px !important;
    margin-bottom: 15px;
}
.sub-btn {
    width: 100%;
}
.form-text {
    margin-bottom: 20px;
}
.cta-icon.center {
    display: none;
}
.cta-detail {
    margin-top: 15px;
}
.footer-cta .cta-detail h6 {
    font-size: 22px;
}
.footer-center:before {
    z-index: -1;
	top: -150px;
}
.row.footbot {
    margin-top: 0px;
}
.footer-disclaimer {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin-top: -5px;
}
.expertise-box.box-2:before {
    content: unset;
}
.expertise-box:before {
    content: unset;
}
.expertise-box.box-2 {
    padding-top: 0px;
}
.youtube-link:before {
    content: unset;
}
.youtube-link:after {
    content: unset;
}
.youtube-link {
    margin-top: -72px;
    margin-bottom: 90px !important;
}
.youtube-box:before {
    content: unset;
}
.pandit_become_row .vc_column-inner.vc_custom_1662459117060 {
    padding: 0px !important;
}
.services_box .br-left, .services_box .br-right{
	border-radius:unset !important;
}
/* About us page START*/		
.about-service-box {
    padding: 30px 0px;
}
.about-service-heading h3 {
    font-size: 24px;
}
.about-service-box p {
    padding: 10px;
}
ul.about-service-link {
    padding: 0 20px;
}
.about-service-link li {
    margin: 10px 0;
    display: block;
    width: 100%;
}
.inner-service-slider .vc_carousel-slideline {
    margin-top: 20px;
    margin-bottom: -85px !important;
}
.inner-form .form-box p {
    width: 100%;
}
.inner-form input {
    padding: 20px;
}
/* About us page END*/	

/* inner service page START*/
.inner-service-box {
    padding: 10px;
}
.inner-service-box .inner-service-heading h3 {
    font-size: 16px;
}
.inner-service-link li {
    padding: 5px;
}
.inner-service-link li a {
    font-size: 12px;
}
.inner-form {
    padding: 10px;
}
.inner-form .form-heading h3 {
    font-size: 20px;
}
.inner-form .form-box p {
    padding: 10px 10px 0 10px !important;
}
/* inner service page END*/	
/* Contact Us page START*/

.contact-page-form {
    padding: 25px;
}
.contact-page-form .sub-heading {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-page-form input {
    padding: 20px;
}
.pr-2, .pl-2 {
    padding-right: 5px!important;
	padding-left: 5px!important;
}
.form-box .row .col-sm-6{
margin-bottom:15px !important;		
}
.contact-page-form .sub-btn {
    padding: 15px;
    font-size: 16px;
}
.con-details {
 margin-left: unset; 
 padding-left: unset;
 padding: 20px;
}
/* .page-id-172 section.footermain {
    overflow: unset;
} */
.wpcf7-response-output {
    position: relative;
    z-index: 9;
}
.service-item-box {
    margin-bottom: 20px;
}
/* Contact Us page END*/
/* Appointment page START*/
.app-con-detail {
    padding: 10px 20px;
}
.app-form-section .vc_column-inner {
    padding: 0 !important;
}
.appointment-form {
    padding: 20px;
}
.appointment-form .form-heading h3 {
    font-size: 22px;
}
.appointment-form .sub-heading {
    margin-left: 0px;
    margin-right: 0px;
}
.appointment-form .form-box {
    margin: 0 20px;
}
.appointment-form input {
    padding: 20px 10px;
}
.appointment-form .form-box .col-sm-6 {
    margin-bottom: 10px !important;
}

/* Appointment page END*/
}
@media screen and (max-width:767px){
	.faq-list .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    left: 278px !important;
}
.famous-box:after {
    content: unset;
}
.famous-box {
    padding: 50px 0 !important;
}
.mobshow{
display:block;		
}	
.deskshow {
    display: none;
}
section.footermain {
    padding-top: 70px;
}
.banner {
    margin-top: 0;
}
.sticky .navbar-brand.brand-logo:before {
    content: unset;
}
body:not(.home) .navbar-brand.brand-logo:before {
    content: unset;
}	
header#masthead {
    background: #162643 !important;
}
nav.navbar {
    margin-bottom: 0px;
}
/* .page-id-367 nav.navbar, .page-id-364 nav.navbar, .page-id-361 nav.navbar, .page-id-358 nav.navbar, .page-id-355 nav.navbar, .page-id-352 nav.navbar, .page-id-349 nav.navbar, .page-id-346 nav.navbar, .page-id-342 nav.navbar, .page-id-337 nav.navbar, .page-id-333 nav.navbar, .page-id-330 nav.navbar, .page-id-327 nav.navbar, .page-id-324 nav.navbar, .page-id-291 nav.navbar, .page-id-241 nav.navbar, .page-id-172 nav.navbar, .page-id-205 nav.navbar {
    margin-bottom: 0px;
} */
section.top-nav-sec {
    background: #ffa600;
padding-top: 10px;
}
.top-nav-sec .row {
    justify-content: center;
}
.top-nav-link i.fa.fa-phone {
    color: #fff;
    background: #c90303;
    padding: 10px;
    border-radius: 10px;
    margin:0 5px;
}
ul.top-nav-link {
    padding: 0;
}
.top-nav-link li {
    list-style: none;
}
.top-nav-link a {
    color: #1e2149;
    font-size: 14px;
    font-weight: 700;
}
.dropdown-menu li {
    padding: 5px !important;
}
section.main-tittle {
    padding: 20px 0 20px 0;
}
section.main-tittle h1 {
    font-size: 20px;
}
a.nav-link {
    color: #fff !important;
    font-size: 14px !important;
    font-family: poppins;
    font-weight: 500 !important;
}
a.dropdown-item {
    color: #fff;
    font-size: 14px;
    font-family: poppins;
    font-weight: 500 !important;
}
ul.dropdown-menu.show {
    background-image: linear-gradient(45deg, black, transparent);
    padding: 5px;
}
div#main-nav {
    border-top: 1px solid #fff;
}
ul#menu-primary-menu {
    padding: 20px 0;
}
.navbar-brand.brand-logo:before {
    content: unset;
}
 .navbar-brand.brand-logo {
    width: 75%;
    padding: 10px 0;
}
.navbar-light .navbar-toggler {
    background: #fff;
    padding: 8px;
}
div#content {
    padding: 0 !important;
    margin-top: -20px;
}
.section-fix{
		width:100% !important;
}
.banner-cta-box {
    position: unset;
    border-radius: 10px;
	margin: -20px -40px -40px;
}
.banner-cta-box .sub-heading {	
    font-size: 16px;
}
.banner-cta-box .heading {
    font-size: 22px;
}
.ganesh-img:before {
    content: unset
}
.about-text:before {
    content: unset
}
.about-text {
    padding: 0 10px 0px;
}
.why-choose-center {
    padding-right: 0px !important;
}
.home-form .sub-heading {
    margin-left: -10px;
    margin-right: -10px;
}
.home-form .form-box p {
    width: 100%;
}
.pandit_become_row h3::after {
    content: unset
}
.pandit_become_row {
    padding: 0px !important;
    text-align: center;
}
.pandit_become_row h4 {
    font-size: 18px;
}
.pandit_become_row h3 {
    font-size: 40px;
}
.video-section:after {
    content: unset;
}
.youtube-link img {
    margin-bottom: 25px;
}
.faq {
    margin-bottom: 10px !important;
}
.testimonial_top_content h4 {
    font-size: 18px;
}
.testimonial_top_content h3 {
    font-size: 32px;
}
.testimonial_top_content p {
    padding: 0px 10px;
}
.footer-cta .cta-box.left {
    left: 0px;
    margin: 0px 10px;
	border-radius: 20px;
}
.footer-cta .cta-box.right {
    right: 0px;
    margin: 25px 10px 70px;
	border-radius: 20px;
}
.footer-cta .cta-box {
    flex-direction: column;
    text-align: center;
}
.about-section:before {
    content:unset
}
.container.home-form:before {
    content: unset
}
.footer-form {
    padding: 10px;
    border-radius: 20px;
    margin: -60px 0px 40px;
}
.foo-form input {
    padding: 20px !important;
    margin-bottom: 15px;
}
.sub-btn {
    width: 100%;
}
.form-text {
    margin-bottom: 20px;
}
.cta-icon.center {
    display: none;
}
.cta-detail {
    margin-top: 15px;
}
.footer-cta .cta-detail h6 {
    font-size: 22px;
}
.footer-center:before {
    z-index: -1;
}
.row.footbot {
    margin-top: 0px;
}
.footer-disclaimer {
    padding: 0;
}
.expertise-box.box-2:before {
    content: unset;
}
.expertise-box:before {
    content: unset;
}
.expertise-box.box-2 {
    padding-top: 0px;
}
.youtube-link:before {
    content: unset;
}
.youtube-link:after {
    content: unset;
}
.youtube-link {
    margin-top: -72px;
    margin-bottom: 90px !important;
}
.youtube-box:before {
    content: unset;
}
.pandit_become_row .vc_column-inner.vc_custom_1662459117060 {
    padding: 0px !important;
}
.service-section {
    margin-top: -10px;
}
.service-box .service-heading {
    margin: 0;
}
/* About us page START*/		
.about-service-box {
    padding: 30px 0px;
}
.about-service-heading h3 {
    font-size: 24px;
}
.about-service-box p {
    padding: 10px;
}
ul.about-service-link {
    padding: 0 20px;
}
.about-service-link li {
    margin: 10px 0;
    display: block;
    width: 100%;
}
.inner-service-slider .vc_carousel-slideline {
    margin-top: 20px;
    margin-bottom: -85px !important;
}
/* About us page END*/	
/* Contact Us page START*/

.contact-page-form {
    padding: 25px;
}
.contact-page-form .sub-heading {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-page-form input {
    padding: 20px;
}
.pr-2, .pl-2 {
    padding-right: 0!important;
	padding-left:0 !important;
}
.form-box .row .col-sm-6{
margin-bottom:15px !important;		
}
.contact-page-form .sub-btn {
    padding: 15px;
    font-size: 16px;
}
.con-details {
 margin-left: unset; 
 padding-left: unset;
 padding: 20px;
}
/* .page-id-172 section.footermain {
    overflow: unset;
} */
.wpcf7-response-output {
    position: relative;
    z-index: 9;
}
.service-item-box {
    margin-bottom: 20px;
}
/* Contact Us page END*/
/* Appointment page START*/
.app-con-detail {
    padding: 10px 20px;
}
.app-form-section .vc_column-inner {
    padding: 0 !important;
}
.appointment-form {
    padding: 20px;
}
.appointment-form .form-heading h3 {
    font-size: 22px;
}
.appointment-form .sub-heading {
    margin-left: 0px;
    margin-right: 0px;
}
.appointment-form .form-box {
    margin: 0 20px;
}
.appointment-form input {
    padding: 20px 10px;
}
.appointment-form .form-box .col-sm-6 {
    margin-bottom: 10px !important;
}

/* Appointment page END*/
}

.service_slider .active a{background:#fff;}
.service_slider .active a{background:#fff;}

.services_box .br-left{
	border-radius:50px 0 0 50px;
/* 	display: flex !important;
    justify-content: start !important;
    margin-left: 30px !important;
    padding-left: 40px !important; */
}
.services_box .br-right{
	border-radius:0px 50px 50px 0px;
/* 	display: flex !important;
    justify-content: end !important;
    margin-right: 30px !important;
    padding-right: 40px !important; */
}

.thank-page-sec { text-align: center; padding: 35px 0; }
.thank-page-sec a { background-color: #82f403; color: #222; padding: 15px; }
.thank-page-sec a:hover { background-color: #222; color: #fff; padding: 15px; }
.thank-page-sec p { padding-bottom: 25px; }
.thank-page-sec h1 { font-weight: 800; font-size: 30px; padding-bottom: 10px; color: #010329; }