/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
.hed-tp-lft-sec-1 { display: inline-block;  padding-left: 80px;} .hed-tp-lft-sec { display: inline-block;} .hed-tp-lft-sec{color:#fff;} .hed-tp-lft-sec a{color: #000;} .hed-tp-lft-sec a:hover{color:#000;} .hed-tp-lft-sec span{font-weight:700 !important; color:#000;} .hed-tp-lft-sec-1 a{color:#fff;} .hed-tp-lft-sec-1 a:hover{color:#000;} .header-top-rit-sec li{list-style-type:none; display:inline-block;} .header-top-rit-sec a{color: #000;} .header-top-rit-sec a:hover{color:#000;}
.header-top-rit-sec span{color: #000;padding:0 4px;} .menu-book-sec{display:none !important;} .hed-btm-sec {  margin-top: 10px;} .sa_hover_container{padding:0% !important; min-height:auto !important;} .ren-txt-bx-sec {background:#fff; text-align: center; border: 1px solid #e5e5e5; padding: 30px 35px;} .ren-txt-bx-sec h6{display: inline-block;padding: 10px 10px;color: #000;background: linear-gradient(to right, rgb(254 194 0), rgb(255 163 1));border-radius:100px;font-size: 23px;line-height: normal;} .ren-txt-bx-sec p{margin-top:8px;}
.solu-call-sec {border: 1px solid #e5e5e5; background:#fff; padding: 15px 10px; text-align: center;} .solu-call-sec h6{    font-size: 32px; font-weight: 400;} span.we-solu-span-sec { line-height:38px; display:block;     color: #940c3f; font-size: 42px; font-weight:900; text-transform:uppercase;} .solu-call-p-sec-1 { font-size: 22px; font-weight: 900; margin-top:8px;} p.solu-call-p-sec-3 { margin-top: 20px; font-size: 24px;} p.solu-call-p-sec-2 { font-size: 26px; text-transform: uppercase; margin-top: 10px;}  .solu-call-p-sec-3 span{font-weight: 900; color: #910d3f; } .solu-call-sec a{font-size:76px; font-family: 'Saira Condensed', sans-serif;     color: #930d3f; display:inline-block; margin-top:10px; line-height:70px; font-weight:900;} .solu-call-sec a:hover{color:#000;} .home-form-sec {
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px 0;
} 
.astrolo img {
    border-radius: 15px;
}

.astrolo {
    margin-bottom:-20px;
}
.home-form-sec .wpcf7-textarea{border-radius: 15px !important;} .home-form-sec h6{
    display: inline-block;
    padding: 0px 50px;
    color: #000;
    background: linear-gradient(to right, rgb(254 194 0), rgb(255 163 1));
    border-radius: 100px;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    }
  .home-form-sec  p {
    margin-bottom: 10px !important;
} .home-form-sec .wpcf7-submit{    width: 89% !important;
    border-radius: 100px !important;
    text-align: center !important;}

.ren-txt-bx-sec.service-head-sec {
    background: transparent;
    border: 0;
} .ren-txt-bx-sec.service-head-sec h3{color:#fff;} .ren-txt-bx-sec.service-head-sec p{color:#fff;}

.adv-row-sec{padding-top:20px;}
/***service-slid-css***/
.box14{text-align:center;}
.box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.box14 .box-content {
    width: 100%;
	background:transparent;
    height: 54%;
    position: absolute;
    top: 0%;
    left: 0%;
}
.box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.box14 .title-1 {
    font-size: 30px;
    font-weight: 700;
	text-align:center;
    color: #000;
    margin: 0px 0 -7px !important;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.5s ease 0s;
}
.box14 .post {
    font-size: 14px;
    color: #000;
    padding: 10px;
    opacity: 0;
    border-radius: 0 19px;
    transform: translate3d(0, -50px, 0);
    transition: all 0.7s ease 0s;
}
.box14 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}

.box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.box14 .icon {
    padding: 0;
    list-style: none;
}
.box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}
.box14:hover .title-1 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.box14:hover .post {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}
.box14:hover  a {
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}
.box14:hover .box-content{display:block !important; background:#fff; border-radius: 5px;
    padding: 10px 8px;}
.box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.box14 .icon  a {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0 16px;
	background:#ffc101;
    font-size: 14px;
	padding:6px 15px;
    color: #000;
	background:#ffc101;
	display:inline-block;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
}

.box14:hover .icon {
    bottom: 16px;
    opacity: 1;
    transition-delay: 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box14:hover .box-content:after{
       content: "";
    width: 37px;
    height: 27px;
    background-image: url(https://surya-astrologer.com/wp-content/uploads/2021/02/service-hover-after-image.png);
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: auto;
}
.box14 h4 a{font-size:28px; color:#fff;} .box14 h4{line-height:35px;}
.hm-view-a-sec a{display:inline-block; padding:5px 20px; border:2px solid #ffa301; color:#fff; border-radius:100px;} .hm-view-a-sec{text-align:center; margin-top:30px;} .hm-frm-rw-sec{padding-top:30px;} .frm-to-ser-rw-sec{padding:50px 0;}
.why-icon-bx-sec h6{font-size:24px; font-family: 'Saira Condensed', sans-serif;     line-height: 30px;
    margin-top: 14px; }	 .why-icon-bx-sec .vc_col-md-4{padding-left:0;} .why-icon-bx-sec .vc_col-md-8{padding-left:0;} .why-icon-bx-sec p{clear:both; text-align:justify; margin-top:5px; display:inline-block;} .why-icon-bx-sec{border-bottom:1px solid #e5e5e5; margin-top:15px; padding-bottom:20px;} .ren-txt-bx-sec.why-head-sec {
    padding: 0;
    border: 0; background:transparent;
} .why-icon-bx-sec-2 h6{color: #ff5733;} .why-icon-bx-sec-3 h6{color: #c70039;} .why-icon-bx-sec-4 h6{padding-right:50px; color: #5a1846;}
.why-rw-sec{padding:0px 0;} .hm-adv-slid-sec {
    text-align: center;
} .top-ser-head-sec {
    text-align: center;
} .top-ser-head-sec h6{    display: inline-block;
    padding: 6px 50px;
    color: #fff;
    background: #000;
	border-radius: 100px;} .top-ser-head-sec h3{color:#fff;} .top-ser-head-sec p{margin-top:15px; color:#fff;}
.ser-link-sec li{list-style-type:none; line-height:45px;} .ser-link-sec img{vertical-align:middle;} .ser-link-sec a{font-size:16px; color:#fff;} .testi-div-sec p{position:relative; border:1px solid #e5e5e5; padding:15px 10px;} .testi-rw-sec .sa_hover_container{ padding: 2% !important;} .testi-rw-sec span{display:block;} .testi-div-sec{text-align:center;}
.testi-div-sec span {
    display: block;
    background: #c50139;
    width: 50%;
    margin: auto;
    background: linear-gradient(to right, rgb(197 0 57), rgb(147 13 63));
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 8px !important;
    margin-top: 15px;
    border-radius: 100px;
} .testi-div-sec p:after{
       content: "";
    width: 86px;
    height: 74px;
    background-image: url(https://surya-astrologer.com/wp-content/uploads/2021/02/testi-after-img.png);
    position: absolute;
    bottom: 0px;
	top:0;
    left: 40px;
    margin: auto;
}
.testi-rw-sec{padding-top:30px;} .top-ser-rw-sec {   padding: 25px 0 40px;} .foot-lft-col-sec h3{text-transform:uppercase; font-size:34px; color:#fff;} .foot-lft-col-sec img{vertical-align:middle; margin-right:5px;} .foot-lft-col-sec a{color:#fff; font-size:15px;} .foot-lft-col-sec li{line-height:55px; border-bottom:1px solid #cc3461;} .foot-disc-div-sec h3{font-size:34px; color:#fff; text-transform:uppercase;} .foot-disc-div-sec p{text-align:justify; color:#fff;} 
.foot-link-div-sec{    background-image: url(https://surya-astrologer.com/wp-content/uploads/2021/02/footer-link-bg-image.jpg);    padding: 35px 20px;} .foot-link-div-sec ul{width:25%; float:left;} .foot-link-div-sec li{line-height:35px;} .foot-img-phn-sec {
    text-align: center;
    display: block;
} .foot-img-phn-sec img{margin-top:25px;} .foot-link-div-sec h4{text-align:center; font-family: 'Saira Condensed', sans-serif; color:#a1093d;     font-size: 40px;
	font-weight: 900;} .foot-link-div-sec p{text-align:center;} .foot-link-div-sec ul li img{margin-right:4px; vertical-align:middle;} .foot-link-div-sec a{color:#000 !important; font-size:13px;} .foot-link-div-sec a:hover{color:#c30038!important;} .foot-disc-div-sec {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 35px;
} .foot-disc-div-sec h3 {
    color: #bd013b;
}

.foot-disc-div-sec p {
    color: #000;
    text-align: center;
}.foot-lft-col-sec {
    padding-top: 25px;
	margin-bottom: 35px;
}
.footer_top {
    padding: 35px 0 35px;
}
.foot-link-div-sec p{color:#222; padding-bottom:8px;} .ser-link-rw-sec{padding-top:15px;}
.mob-hed-sec {
    display: none;
}


.thank-page-sec { text-align: center; padding: 35px 0; }
.thank-page-sec a {
    background-color: #bd013b;
    color: #fff;
    padding: 15px;
    border-radius: 100px;
}
.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; }

.input-group {
    width: 100%;
}
.input-group {
    position: relative;
	    line-height: 0px;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon{
    display: table-cell;
}
.input-group-addon { border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}
.cnt-page-div-sec .vc_col-md-6{margin-bottom:15px !important;} 
.cnt-page-div-sec {
    text-align: center;
    padding: 30px 0 20px;
    overflow: hidden;
}
.cnt-page-div-sec .wpcf7-submit{width: 100% !important;
    text-align: center !important;
	padding:0 !important;
    margin-top: 20px !important;
    border-radius: 0 !important;}
.contact-info li {
      padding: 0 0 15px 52px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    list-style-type: none;
    position: relative;
    line-height: 5px;
}
.contact-info li .fa {
   position: absolute;
    left: 0;
    top: 2px;
    color: #ffffff;
    font-size: 18px;
    background: #930d3f;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
}
.contact-info h6{    font-size: 15px;
    line-height: 20px;
	font-weight: 700;} .contact-info a{color:#000;}

.contact-info.no-margin {
    padding-left: 20px;
}
.cnt-info-sec h3{font-size: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 20px; margin-left: 20px;
	color: #000;} .cnt-pg-map-sec{margin-top:25px; margin-left:20px;} .contact-rw-sec{padding:50px 0;}

/*servicecss-start**/
.solution-block .inner-box:hover {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.solution-block .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
	border-radius:5px;
    padding: 30px 30px 30px 30px;
    background-color: #e7e7e7;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.solution-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    opacity: 0;
    background-color: #ffffff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}
.solution-block .inner-box:hover::before {
    width: 100%;
    opacity: 1;
}
.solution-block .inner-box .solution-pattern-layer {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 132px;
    height: 270px;
    transform: translate(80px, -80px);
    background-repeat: no-repeat;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.solution-block .inner-box:hover .solution-pattern-layer {
    transform: translate(0px, 0px);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.solution-block .inner-box .solution-pattern-layer-two {
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 214px;
    height: 117px;
    opacity: 0;
    transform: translate(100px, 0px);
    background-repeat: no-repeat;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.solution-block .inner-box:hover .solution-pattern-layer-two {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.solution-block .inner-box .icon-box {
    position: relative;
    font-size: 70px;
    color: #ffaa17;
    line-height: 1em;
    margin-bottom: 0;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.solution-block .inner-box:hover .icon-box {
    color: #2a2a2a;
    -webkit-transform: scale(-1) rotate(
180deg
);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(
180deg
);
}
.solution-block .inner-box h3 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.solution-block a{font-size:25px; font-weight:600;}
.solution-block .inner-box h3 a {
    position: relative;
    color: #c40139;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.solution-block .inner-box .text {
    position: relative;
    color: #000;
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.solution-block .inner-box:hover .text {
    color: #000000;
}
.solution-block .inner-box:hover a{color: #000;}
.ser-a-sec a{font-size: 15px;
    background: #000;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 4px;     transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;}
.solution-block .inner-box:hover .ser-a-sec a{background:#c40139; color:#fff;}
.ser-pg-padd-tp-35px{padding-top:35px;}
.service-pg-rw-sec{padding:10px 0 50px;}
.desktop-hide{display:none;} .wpcf7 form.invalid .wpcf7-response-output{color:#ffb900;} .wpcf7 form.sent .wpcf7-response-output{color:#46b450;}
/*****--media screen start---*****/
@media only screen and (min-width: 320px) and (max-width: 767px){ 
	.mobshow{
		display:block !important;
	}
	
	.deskshow{
		display:none !important;
	}
	.box14:hover .box-content{display:none !important;}
	.adv-row-sec{padding-top:0;} .cnt-info-sec h3{margin-top: 30px; margin-bottom: 30px;} .banner-btm-mpb-sec{margin-top:20px;} .q_slider {
    display: none;
}
	h3{font-weight:700;} .ser-link-sec{margin-top:10px;} .ser-link-sec li{line-height:40px;} .header_top{background-color: rgb(159 38 83) !important;} .solution-block { margin-top: 30px;} .ser-pg-padd-tp-35px { padding-top: 0;} .title.title_size_medium h1 { font-size: 25px;} .testi-div-sec p{min-height:290px;}
.right {display: none;} .hed-tp-lft-sec {   display: none;} .mob-hed-sec{padding-top:7px;} .header_top.clearfix { height: 45px;} .mob-hed-sec a{font-size: 25px !important; font-weight: 800 !important; color:#fff;} .mobile_menu_button span{    font-size: 35px; color: #910d3f;} .adv-row-sec .wpb_single_image{padding-top:25px;} .ren-txt-bx-sec{padding: 20px 10px;} 
	.ren-txt-bx-sec h6{padding: 6px 20px; margin-top:10px; margin-bottom:20px !important;} .frm-to-ser-rw-sec { padding: 30px 0;} .home-form-sec{ border:1px solid #e5e5e5;} .home-form-sec h6{padding: 4px 25px;     font-size: 22px;} .home-form-sec p{margin-top:5px;} .home-form-sec .wpcf7-submit {width: 82% !important;} .solu-call-sec a {font-size: 40px;} p.solu-call-p-sec-2 {font-size: 23px;} span.we-solu-span-sec {font-size: 24px;} .solu-call-sec h6 {font-size: 20px;} .solu-call-sec{margin-top:30px;}
	.box14 .box-content{height:60%;} .why-rw-sec { padding: 30px 0;} .why-rw-sec {  padding: 30px 0;} .link-img-sec{    margin-top: 30px;} .ser-link-rw-sec { padding-top: 0;} .top-ser-head-sec h6{margin-top:5px;     padding: 6px 40px;} .ser-link-sec { } .testi-div-sec span{width:70%;} .footer_top {  padding: 0px 0 35px;} .foot-link-div-sec h4{font-size: 30px; line-height: 35px;} .foot-link-div-sec{padding:20px 20px;}
	.foot-link-div-sec ul{width:100%;} .foot-link-div-sec{margin-top:20px;} .why-icon-bx-sec-4 h6{padding-right:0;}	.mob-hed-sec {  display: block;} .mobile-show{display:none;} .desktop-hide{display:block;}
	
	
body .service-form .cnt-page-div-sec {
    padding: 20px 5px 0px;
    margin-bottom: 40px;
}

body .service-form {
    padding-bottom: 30px;
}

body .service-adv-sec {
    margin-bottom: 35px !important;
}
	
body .ctas {
    flex-direction: column;
}
	
body h3.free {
    font-size: 24px;
    text-align: center;
}
	
	
body .after-iocn h4 {
    font-size: 27px;
}

body .after-iocn {
    padding-left: 14px;
}
	
	
body .high-light h3 {
    font-size: 20px;
}
	
	
}

@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){.q_slider {
    display: none;
} 
	
		.deskshow{
		display:none !important;
	}
	
	.mobshow{
		display:block !important;
	}
	.cnt-info-sec h3{margin-top: 30px; margin-bottom: 30px;}
.ipad{width:100%} h3{font-weight:700;} .ser-link-sec{margin-top:10px;} .ser-link-sec li{line-height:40px;} .header_top{background-color: rgb(159 38 83) !important;} .solution-block { margin-top: 30px;} .ser-pg-padd-tp-35px { padding-top: 0;} .title.title_size_medium h1 { font-size: 25px;}
.right {display: none;} .hed-tp-lft-sec {   display: none;} .mob-hed-sec{padding-top:7px;} .header_top.clearfix { height: 45px;} .mob-hed-sec a{font-size: 25px !important; font-weight: 800 !important;} .mobile_menu_button span{    font-size: 35px; color: #910d3f;} .adv-row-sec .wpb_single_image{padding-top:25px;} .ren-txt-bx-sec{padding: 20px 10px;} 
	.ren-txt-bx-sec h6{padding: 6px 20px; margin-top:10px;} .frm-to-ser-rw-sec { padding: 30px 0;} .home-form-sec{ border:1px solid #e5e5e5;} .home-form-sec h6{padding: 4px 25px;     font-size: 22px;} .home-form-sec p{margin-top:5px;} .home-form-sec .wpcf7-submit {width: 82% !important;} .solu-call-sec a {font-size: 40px;} p.solu-call-p-sec-2 {font-size: 23px;} span.we-solu-span-sec {font-size: 24px;} .solu-call-sec h6 {font-size: 20px;} .solu-call-sec{margin-top:30px;}
	.box14 .box-content{height:60%;} .why-rw-sec { padding: 30px 0;} .why-rw-sec {  padding: 30px 0;} .link-img-sec{    margin-top: 30px;} .ser-link-rw-sec { padding-top: 0;} .top-ser-head-sec h6{margin-top:5px;     padding: 6px 40px;} .ser-link-sec { background: #8b1046; padding: 10px; margin-top: 25px;} .testi-div-sec span{width:50%;} .footer_top {  padding: 0px 0 35px;} .foot-link-div-sec h4{font-size: 30px; line-height: 35px;} .foot-link-div-sec{padding:20px 20px;}
	.foot-link-div-sec ul{width:100%;} .foot-link-div-sec{margin-top:20px;}	
	
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){ }


.astro-card {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 18px 22px;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.astro-card .icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ffd369, #ff9f45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 20px;
  color: #0e0e0e;
}

.astro-card h3 {
  margin: 0;
  font-size: 20px;
  color: #febf00;
}

.astro-card p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #ffff;
  opacity: 0.9;
}

@media (max-width: 600px) {
  .astro-header h1 {
    font-size: 28px;
  }
  .astro-card {
    flex-direction: column;
    text-align: center;
  }
  .astro-card .icon {
    margin-bottom: 12px;
  }
}
	
	.astro-header {
  text-align: center;
  margin-bottom: 40px;
}

.astro-header .stars {
  color: gold;
  font-size: 20px;
}

.astro-header h2 {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 5px 0;
  color: #fff;
}

.astro-header h1 {
  font-size: 36px;
  color: #ffd369;
  margin: 0;
}

	.astro-header {text-align: center;margin-bottom: 20px;}

.astro-header h1 {
    color: #ffa501;
    font-size: 42px;
}

.astro-header .stars {
    color: gold;
    font-size: 35px;
    margin-bottom: 12px;
}
	
	.astro-section {
  background: radial-gradient(circle at top, #3c2a8c, #0b0b2e);
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background-image: url(https://seomarketingagency.in/surya-astrologer/wp-content/uploads/2023/08/best-astrologer-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.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-color:#840b3c;
    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;
	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;
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffad00;
        box-shadow: 0 0 0 0 #7b1613;
    }

    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 a i {
    font-size: 32px;
    margin-top: 17px;
}

ul.list-style-one {
    margin-bottom: 35px;
    list-style: none;
    padding-left: 30px;
}

ul.list-style-one li {
    position: relative;
    font-size: 14px;
    margin-bottom: 2px;
}

ul.list-style-one li:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(https://seomarketingagency.in/surya-astrologer/wp-content/uploads/2021/02/footer-star-image.png);
    background-repeat: no-repeat;
    left: -21px;
    top: 6px;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.box14 a.icon-mv {
    min-width: 45px;
    min-height: 45px;
    border-radius: 24px;
    box-shadow: inset 0 0 5px #000000;
    background-image: linear-gradient(90deg, #222222 0%, #d50a03 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.box14 a.icon-mv img {
    max-width: 18px;
}


/***************Privacy Policy*******************/
.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {margin: 0;font-size: 25px;font-weight: bold;color: #a70f40;padding-bottom: 0px;margin-bottom: 14px;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;
}
/***************Privacy Policy End*******************/


.service-form .cnt-page-div-sec {
    background: #eee;
    border-radius: 30px;
}

.service-form textarea {
    height: 100px;
}

.service-form {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-heading {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

h3.inner-heading {
    font-size: 30px;
}

.service-adv-sec {
    margin: 60px 0px !important;
    background: #eee;
    padding: 40px 0px;
}


.faq-section {
    margin: 50px 0px !important;
}

.faq-box span.tab-title {
    color: #c50139;
    padding-left: 40px !important;
}

h5#ui-id-1 {}

.faq-box .title-holder {
    border-radius: 30px;
}

.faq-box span.accordion_mark.left_mark {
    background: transparent !important;
    border: none !important;
}

.faq-box span.accordion_mark_icon {
    margin-top: 2px;
}


.faq-box .accordion_content {
    padding-left: 20px !important;
}

.faq-box h3.inner-heading {
    margin-bottom: 15px;
}


.ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    font-size: 16px;
    margin-top: 20px;
}

.ctas a {
    background: #c40139;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.after-iocn p {
    text-transform: capitalize;
    position: relative;
}

.after-iocn p:after {}

.after-iocn p:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(http://london-astrologer.co.uk/wp-content/uploads/2026/01/sun-2.png);
    left: -27px;
}

.after-iocn {
    padding-left: 40px;
}

.mobshow{
		display:none;
	}



.mobile-whatsapp {
    text-align: center;
    background: #910d3f;
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 30px !important;
}

.mobile-whatsapp img {
    width: 40px;
    animation: hithere 1s ease infinite;
}

.mobile-whatsapp a {
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
    justify-content: center;
}

.mobile-whatsapp h2 {
    color: #fff;
    font-size: 15px;
	}

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

.high-light h3 {
    font-size: 25px;
	text-align:start !important;
}

.high-light {
    margin-top: 15px;
}

.start-padding {
    padding-left: 25px;
}

.extra-hight {
    min-height: 330px;
}



.solu-call-sec.whatsapp-mob {
    text-align: center;
    background: #8d113a;
    margin-bottom: 30px;
}

.whatsapp-mob img {
    width: 54px;
    display: block;
    margin: auto;
    animation: hithere 1s ease infinite;
}

.whatsapp-mob a {
    display: block;
    text-align: center;
}

.solu-call-sec.whatsapp-mob h6 {
    color: #fff;
}


.solu-call-sec.whatsapp-mob span.we-solu-span-sec {
    color: #fff;
}

.solu-call-sec.whatsapp-mob p.solu-call-p-sec-1 {
    color: #fff;
}

.solu-call-sec.whatsapp-mob p.solu-call-p-sec-3 {
    color: #fff;
}

.solu-call-sec.whatsapp-mob a {
    color: #fff;
    margin-top: 0;
}

.solu-call-sec.whatsapp-mob span {
    color: #fff;
}

nav.main_menu>ul a {
    padding: 0px 10px !important;
}


.location-img img {
    width: 100%;
    border-radius: 30px;
}

.main-location a {
	display:block;
    text-align: center;
    background: #a00535;
    color: #fff;
    padding: 10px 0px;
    border-radius: 30px;
}

.main-location {
    margin-bottom: 30px !important;
}