/* ----------------------------------------------------------------
	Canvas: Medical
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #DE6262;
	--cnvs-themecolor-rgb: 222, 98, 98;

	--cnvs-body-font: "Poppins", sans-serif;
	--cnvs-primary-font: "Poppins", sans-serif;
	--cnvs-secondary-font: "Poppins", sans-serif;
}

#header {
	--cnvs-primary-menu-font-size: 13px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-font-weight: 700;
}

.section.dark .bg-color h2 { color: #FFF; }

.section.dark .bg-color label {
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	text-transform: capitalize;
}


.form-control.error { border: 2px solid red; }


.footer-big-contacts {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ef0001;
	letter-spacing: 2px;
	margin-bottom: 8px;
}


#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}




.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

.entry-content p { margin-bottom: 15px; }

.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
}

.form-control.error { border: 2px solid red; }

ul.price-table { list-style: none; }

ul.price-table li {
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.price-table li span { font-weight: bold; }

ul.price-table li .value {
	float: right;
	color: #666;
}

.more-link { margin-top: 20px; }


/* ----------------------------------------------------------------
	Medical Demo - RTL Support
-----------------------------------------------------------------*/

.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0;
}

.rtl .time-table-wrap .time-table { text-align: right; }

.rtl .time-table-wrap .time-table .col-md-5 { padding-right: 0; }

.rtl ul.price-table li { background-position: right center; }

.rtl ul.price-table li span { float: right; }

.rtl ul.price-table li .value { float: left; }
.why_area {
	margin-top: 60px;
	    padding: 0px 50px;
}
.why_area .row .col-md-4 {
	border-right: 1px solid #d3d3d3;
}
.why_area .row .col-md-4:last-child {
	border-right: none;
}
.serv_head {
font-size: 40px;
    text-align: left;
    margin: 0 0 35px 0;
    color: #212529;
    font-weight: 600;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.serv_head span {
    color: #ef0001;
}
.cntr_img {
    padding: 0 50px;
}
.cntr_img img {
    width: 100%;
}
.squore_container {
display: flex;
    padding: 0 50px;
    flex-wrap: wrap;
        gap: 10px;
}
.squore_box {
        width: 305px;
background: conic-gradient(from 315deg, #CD1506, #780101);
    padding: 10px;
    text-align: center;
    color: #fff;
}
.squore_box a {
    color: #fff;
}
.consult_container {
    padding: 100px 50px;
    background-color: #D8E5E5;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    margin: 0 40px;
        margin-bottom: 20px;
}
.consult_head {
display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    align-items: center;
}
.consult_heading {
    font-size: 45px;
    width: 520px;
    line-height: 1.3em;
    font-weight: 600 !important;
}
.consult_heading b {
    color: #ef0001;
    font-weight: 600;
}
.consult_heading span {
	font-size: 15px;
    text-transform: uppercase;
}
.consult_btn a {
    background: #000;
    padding: 15px 20px;
    border-radius: 25px;
    color: #fff;
}
.consult_grid {
display: flex;
    gap: 15px;
        position: relative;
}
.consult_box {
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 15px;
    padding: 30px;
        width: 380px;
}
.consult_number {
font-size: 120px;
    color: #fff;
    background: linear-gradient(180deg, #ef0001 0%, #fff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 16px;
}
.consult_txt {
    font-size: 25px;
    font-weight: 600;
        margin-bottom: 15px;
}
.consult_box p {
	margin-bottom: 0px;
	    font-size: 14px;
}

.consult_box {
    position: relative;
}
.consult_box::after {
    content: ">";
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #ef0001;
    border: 7px solid #f3f0ee;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: none;
}
.consult_box_3::after {
	display: none;
}
.bg-shape-2, .bg-shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    max-width: 370px;
    width: 100%;
    z-index: -1;
    mix-blend-mode: difference;
    pointer-events: none;
}
.bg-shape-2 {
    top: inherit;
    inset-inline-start: inherit;
    bottom: 0;
    inset-inline-end: 0;
}
.testi {
	background: #000;
	padding: 90px 0;
}
.testi img {
	width: 100px !important;
}
.testi_head {
text-align: left;
    padding: 0 0 40px 0;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.connect_container {
    margin-top: 70px;
}
.connect_area h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
.connect_head {
    font-size: 32px;
    color: #C40D21;
    font-weight: 600 !important;
    margin: 10px 0 15px 0;
    line-height: 1.2em;
}
.connect_area p {
font-size: 14px;
}
.bg_contrast {
	background: #000;
}
.widget_links ul li a {
    color: #fff;
}
.widget_links li {
	font-size: 13px;
}
.ft_head {
font-size: 35px;
    color: #fff;
    margin: 20px 0 20px 0
}
.banner_slide_1 {
	background-image: url("../images/vashikaran-and-black-magic-specialist.webp");
}
.banner_slide_2 {
	background-image: url("../images/spiritual-healer-astrologer.webp");
}
.banner_slide_3 {
	background-image: url("../images/india-vedic-astrologer.webp");
}
.banner_slide_4 {
	background-image: url("../images/love-family-solution-specialist.webp");
}
.fslider .owl-dots {
	display: none;
}
.innerbanner_area {
      max-width: 98%;
    margin: auto;
    margin-top: 45px;
}
.banner_wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.banner_wrapper img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}
.banner_content h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #fff;
}
.breadcrumb {
  font-size: 13px;
  color: #eee;
      margin: 0 auto;
    display: block;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.profile-container {
    max-width: 1100px;
    margin: 60px auto;
    display: flex;
    overflow: hidden;
        gap: 40px;
}
.profile-image img {
    border-radius: 20px;
}
.profile-content {
    flex: 1.2;
    padding: 0px;
}
.title {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 400;
        line-height: 1.2em;
}
.sub_title {
font-size: 15px;
}
.sub_title span {
    color: #ef0001;
}
.description {
    line-height: 1.7;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 15px;
}
.contact-info {
display: flex;
    border: 1px dashed #cbcbcb;
    padding: 0px 0px;
    border-radius: 10px;
    justify-content: center;
}
.contact-info p {
    margin: 0 10px;
    font-size: 22px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
}
.contact-info p:first-child {
    padding-right: 10px;
    border-right: 1px dashed #cbcbcb;
}
.contact-info p strong {
display: block;
    font-weight: 400;
    font-size: 16px;
}
.contact-info p a {
    color: #000;
}
.contact-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 40px;
  }
.para_area {
    padding: 30px 30px 10px 30px;
    width: 1250px;
    margin: 0 auto;
    background: #000;
    margin-bottom: 30px;
}
.para_area p {
    color: #fff;
        margin-bottom: 15px;
}
.para_head {
    color: #fff;
    font-size: 25px;
    border-bottom: 1px dotted #ef0001;
    padding: 0 0 20px 0;
        margin-bottom: 20px;
}
.para_area h2 {
font-size: 22px;
    color: #ef0001;
    margin: 30px 0 10px 0;
}
.para_area h3 {
    font-size: 18px;
    color: #eee870;
    margin: 20px 0 10px 0;
}
.para_area ul,
.para_area ol {
    margin: 15px 0 20px 20px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}
.para_area ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.para_area ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
}
.para_area ul li::marker {
    color: #ef0001;
}
.para_area ol li::marker {
    color: #eee870;
}
.wide_menu {
    width: 420px !important;
    margin-left: -60px;
}
.wide_menu li {
    width: 205px;
    float: left;
}
.faq_area {
    margin: 0 auto;
    display: block;
}
.read-less-location {
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: justify;
    position: relative;
}
.read-less-location .h6 {
    font-size: 20px;
    color: #ef0001;
    line-height: 40px;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    font-weight: 400;
}
.footer_text {
    font-size: 13px;
    color: #fff;
    line-height: 31px;
    float: left;
    text-decoration: none;
    margin: 0 0px 0 0px;
    padding: 0 2px 0 2px;
}
.read-less-location a.loc-read {
    font-size: 14px;
    color: #ef0001;
    line-height: 32px;
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    font-weight: 600;
    text-decoration: none;
}
.captcha-container { display: flex; align-items: center; margin-top: 0px; }
.captcha-img { border: 1px solid #888; margin-right: 8px; }
.refresh-btn { cursor: pointer; color: #0066cc; font-size: 20px;
}
.full_captcha input {
	max-width: 150px;
}
.mantra-block {
  font-size: 1.2rem;
  line-height: 1.6;
  background: #000000;
  border-left: 6px solid #f2c879;
  padding: 20px 25px;
  margin: 20px 0;
  color: #f5e7c6;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(255, 215, 0, 0.15);
}

.mantra-block p {
  margin: 0 0 10px;
}

.mantra-block footer {
  margin-top: 10px;
  font-size: 0.95rem;
  font-style: italic;
  color: #d6c29b;
}
.fixed-phone {
    right: 35px;
    bottom: 200px;
    position: fixed;
    z-index: 999999;
}
.fixed-phone:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #00a505;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / .12), 0 1px 1px 0 rgb(0 0 0 / .24);
    z-index: 1;
    top: 0;
    left: 0;
}
.fixed-phone i {
    vertical-align: middle;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    left: 15px;
    top: 10px;
}
.fixed-whatsapp {
    right: 30px;
    bottom: 130px;
    position: fixed;
    z-index: 999999;
}
.fixed-whatsapp:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #00a505;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / .12), 0 1px 1px 0 rgb(0 0 0 / .24);
    z-index: 1;
    top: 0;
    left: 0;
}
.fixed-whatsapp i {
    vertical-align: middle;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    left: 14px;
    top: 5px;
}


@media (max-width: 767px) {
#logo {
    flex-direction: column;
    gap: 10px;
}
#header-wrap #logo img {
    width: 100%;
}
.sendquick_area {
    flex-direction: column;
}
.captcha_area {
    flex-direction: column;
}
.sendquick_area input {
    width: 220px;
}
.why_area .row .col-md-4 {
        border-bottom: 1px solid #d3d3d3;
        margin-bottom: 20px;
        margin-top: 0;
        padding-bottom: 20px !important;
        border-right: none;
}
.about_container {
    margin: 40px 0 0 0;
}
.about_box {
    padding: 15px;
    margin-bottom: 20px;
}
.about_box h2 {
    font-size: 32px;
}
.about_text {
    position: relative;
padding: 20px 0px 0 0;
}
.about_info {
    width: 100%;
        align-items: center;
}
.serv_head {
    font-size: 32px;
    line-height: 1.3em;
}
.col-mb-50 {
    --cnvs-col-mb: 30px;
}
.swiper-slide-bg {
	height: 490px;
        background-size: cover;
}
.banner_slide_1 {
	background-image: url("../images/mbl-banner-1.webp");
}
.banner_slide_2 {
	background-image: url("../images/mbl-banner-2.webp");
}
.banner_slide_3 {
	background-image: url("../images/mbl-banner-3.webp");
}
.banner_slide_4 {
	background-image: url("../images/mbl-banner-4.webp");
}
.slider-inner {
    height: 490px;
}
.cntr_img {
    padding: 0 15px;
}
.bg_color {
    margin: 0 15px;
}
.bg_color h1 {
    padding: 30px 15px 30px 15px;
    font-size: 24px;
    width: 100%;
}
.bg_color p {
    margin: 15px 15px 0px 15px;
}
.cont_ainer {
    grid-template-columns: auto;
}
.consult_container {
    padding: 40px 15px 60px 15px;
    margin: 0 15px;
}
.consult_head {
    flex-direction: column;
        gap: 35px;
        align-items: flex-start;
}
.consult_heading {
    font-size: 35px;
        width: 100%;
}
.consult_grid {
    flex-direction: column;
}
.consult_box {
    width: 100%;
}
.consult_box::after {
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        top: inherit;
        inset-inline-end: inherit;
        bottom: -40px;
        inset-inline-start: 50%;
}
.testi_head {
    text-align: center;
        font-size: 32px;
}
.testi {
    padding: 60px 0;
}
.connect_area h4 {
    font-size: 22px;
}
.connect_head {
    font-size: 35px;
}
.connect_area p {
    font-size: 18px;
}
.blog-container {
    grid-template-columns: auto;
    padding: 0 15px;
}
.footer-widgets-wrap .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
.subscribe-widget .row {
display: grid;
        grid-template-columns: repeat(5, 55px);
        justify-content: center;
}
.subscribe-widget .row .col-lg-2 {
	padding: 0;
}
.subscribe-widget .row .col-lg-2 a {
	margin: 0 !important;
}
.counters {
    margin: 0 !important;
}
.cnvs-hamburger {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 250px;
            flex-direction: row-reverse;
}
.primary-menu-trigger {
    background: linear-gradient(90deg,rgba(239, 0, 1, 1) 0%, rgba(239, 0, 1, 1) 100%);
	margin: 0 auto;
}
.about_info img {
    width: 60px;
}
.about_head {
    font-size: 50px;
}
.about_info p {
    font-size: 22px;
}
.bg_contrast .container {
	width: 90%;
}
.squore_box {
    width: 100%;
}
.squore_container {
    padding: 0 30px;
}
span a:nth-of-type(2)::before {
    content: "";
    display: block;
    margin-top: -10px;
}
.bg_color h1 span {
    line-height: 2.5em;
    display: block;
}
.top-links-container .links_email:nth-child(2) {
        display: none;
}
.footer-widgets-wrap .col-md-3 {
	margin-top: 0;
}
.widget_links li {
    font-size: 15px;
}
.innerbanner_area {
    max-width: 92%;
        margin-top: 25px;
}
.banner_content h1 {
    font-size: 20px;
}
.profile-container {
    max-width: 90%;
flex-direction: column;
}
.title {
    font-size: 25px;
}
.para_area {
    width: 92%;
    padding: 15px 15px 10px 15px;
}
.contact-info {
    flex-direction: column;
    align-items: center;
}
.contact-info p:first-child {
    border-right: none;
        padding-right: 0px;
    border-bottom: 1px dashed #cbcbcb;
}
.contact-info p {
    width: 100%;
    text-align: center;
}
.contact-info p {
    margin: 0 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wide_menu {
    width: auto !important;
    margin-left: 0;
}
.wide_menu li {
    width: 100%;
    float: none;
}
.banner_content {
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.footer-big-contacts {
    font-size: 18px;
}
.read-less-location {
    width: 95%;
}
.read-less-location .h6 {
    line-height: 28px;
}
.banner_wrapper img {
    height: 220px;
}
}