/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.home-slider .bdt-slide-image {
	background-size: contain !important;
	background-position: bottom !important;
}

.home-slider .main-butt {
	display: flex;
	gap: 20px;
	margin-top: 60px;
}

.main-butt button.butt-style {
	border: none;
}

button.go-back-btn {
    border: none;
}

.wpcf7-form-control-wrap input {
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap select{
    margin-bottom: 15px;
}

.patient-registration .wpcf7-submit {
margin-top:20px;
}

.holographic-card:hover .blue-hover a.elementor-button.elementor-button-link {
	background: #1F4F78 !important;
}

.banner-sec {
	background: #FBFBFB;
	/* 	background: linear-gradient(90deg, rgba(251, 251, 251, 1) 58%, rgba(235, 240, 245, 1) 58%); */
}

.main-butt button.second-butt {
	background: #EF4446;
}

.home-slider .bdt-prime-slider-sequester .bdt-slideshow-item {
	width: calc(1300px - 20px);
	margin: auto;
}

.home-slider a.elementor-button.elementor-button-link {
	line-height: 0.5em !important;
}

.home-slider ul.bdt-slideshow-nav.bdt-dotnav.reveal-muted {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: calc(1300px - 20px);
	margin: 0 auto !important;
	left: 0;
	right: 0;
	top: 90%;
}

.testimonials-sec a.view-more {
	position: absolute;
	bottom: 20px;
}

.back-butt .elementor-shortcode {
    text-align: center;
}

.path-after:after {
	content: ' ';
	width: 165px;
	height: 100%;
	background-color: #ffffff;
	clip-path: path('M0,0 L-51,109 C75,100 0,0 85,0 L100,0 Z');
	position: absolute;
	top: -6px;
	right: 98%;
	z-index: 999;
	rotate: 180deg;
}

.home-slider .bdt-prime-slider-sequester .bdt-dotnav li.bdt-active a::before {
	border: none !important;
}
/* 
.right-img .elementor-background-overlay {
background-size: 300px !important;
} */

.banner-sec .elementor-background-overlay {
	opacity: 1 !important;
	background-size: 250px;
}



.bdt-prime-slider-sequester .bdt-dotnav li.bdt-active:before {
	background: #fe506c;
	transform: translate(-50%, -50%) scale(1.3);
	width: 35px;
}

.sticky-sec {
	position: sticky;
	top: 140px;
}

.home-slider .bdt-prime-slider-sequester .bdt-dotnav li.bdt-active a::after {
	border-top: none !important;
	border-left-width: 1px;
	border-right-width: 1px;
	transform: rotate(270deg);
	transition: transform .4s linear 0s,border-left-width 0s linear .35s;
}

.home-slider .bdt-prime-slider-sequester .bdt-dotnav li.bdt-active:before {
	background: #FF5757;
	transform: translate(-50%, -50%) scale(1.3);
	width: 35px;
}

.home-slider .bdt-prime-slider-sequester .bdt-dotnav li:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 36px;
	background: rgba(102,102,102,0.2);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	transition: all .3s ease;
}

.home-slider .bdt-prime-slider-sequester .bdt-dotnav li a {
	height: 6px;
	width: 50px;
	transition: transform .3s ease;
	padding: 0px;
	background-color: transparent;
}

.home-slider .bdt-prime-slider-sequester .bdt-dotnav li a::before {
	border: none;
}

.home-slider ul.bdt-slideshow-items {
	height: 790px;
}

.home-slider .bdt-slider-excerpt {
	margin-top: 10px !important;
}

.testimonials-sec .swiper-navigation-button.swiper-button-prev {
	position: absolute;
	top: -65px;
	left: calc(100% - 135px) !important;
	/* 	display:block !important; */
}

.testimonials-sec .swiper-navigation-button.swiper-button-next {
	position: absolute;
	top: -65px;
	right: 0;
	/* 	display:block !important; */
}

.bdt-ps-image-match-height--yes .bdt-prime-slider-sequester .bdt-slideshow-item .bdt-slide-image {
	background-position: bottom !important;
}

a.view-more {
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #999999;
	text-transform: capitalize;
}

.rtl-sec .elementor-container.elementor-column-gap-default {
	display: flex;
	flex-direction: row-reverse;
}

/* .ltr-list .elementor-widget-wrap.elementor-element-populated {
direction: ltr;
} */


/********Doctor listing css start********/
.doctor-content {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	/* bottom: 2px; */
	height: auto;
	overflow: hidden;
	transition: all .5s;
	/* margin-top: auto; */
	/* top: auto; */
	transform: translateY(-16px);
	border: 2px solid #F1F5F9;
	border-top: 0;
}

h3.doctor-title {
	font-family: Outfit;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3em;
	margin-top: 0;
}
.availability {
	margin-top: 15px;
	font-family: Outfit;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	/*display: none;
	transform: translateY(20px);
	transition: all 0.4s ease;*/
	/*max-height: 0;*/
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	display: none;
}

.postion {
	font-family: Outfit;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3em;
}

.doctors-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	/*   padding: 40px 0; */
}

.doctor-item {
	background: #F1F5F9;
	border-radius: 15px;
	text-align: left;
	/*     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); */
	/*overflow: hidden;*/
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding:30px 2px 2px 2px;
	position: relative;
}

.doctor-item:hover {
	transform: translateY(-5px);
	/*   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); */
}

/* .doctor-item:hover .doctor-content{
height: 154px;
} */
.doctor-item:hover .availability {
	display: block !important;
}

.doctor-thumbnail img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.doctor-thumbnail {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.doctor-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
}

.doctor-subtitle {
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 10px;
}

.doctor-timing {
	font-size: 0.85rem;
	color: #444;
	line-height: 1.4;
}



.eccentric img.footer_img {
	width: 85px;
	margin-bottom: -5px;
}

a.eccentric {
	color: #fff;
}


.single-doctor-wrapper {
	max-width: 1200px;
	margin: 0;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
}

.doctor-profile-card {
	flex: 1 1 300px;
	width: 33%;
	background: #F1F5F9;
	border-radius: 15px;
	text-align: left;
	padding: 30px 2px 2px 2px;
}

.doctor-image img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 0;
}

.doc_left_box {
	background: #fff;
	border-radius: 15px;
	padding: 20px 30px;
}

.doctor-name {
	font-family: Outfit !important;
	font-weight: 600 !important;
	font-size: 30px !important;
	line-height:1.3em !important;
	color: #222222 !important;
	margin-bottom: 10px;
}

.doctor-subtitle {
	font-family: Outfit !important;
	font-weight: 300 !important;
	font-size: 22px !important;
	line-height:1.3em !important;
	color: #222222 !important;
}

.doctor-image {
	display: flex;
	flex-direction: column;
}

.doctor-details {
	flex: 2 1 600px;
}

.doctor-details h2 {
	font-family: Outfit !important;
	font-weight: 600 !important;
	font-size: 30px !important;
	line-height:1.3em !important;
	color: #222222 !important;

}

.doctor-details h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 8px;
	color: #444444;
}

.doctor-details p {
	font-family: Outfit;
	font-size: 20px;
	line-height:1.6em;

} 

.doctor-title a {
	color: #222222;
}

.doctor-thumbnail a {
	display: flex;
	flex-direction: column;
}


/********Doctor listing css end********/



.elementor-widget.elementor-list-item-link-full_width a {
	width: auto;
}

.mb-txt p {
	margin-bottom: 0px !important;
}

.mb-txt a {
	color: #1F4F78;
}

.wpcf7-response-output {
	margin: 20px 0px !important;
}

.width-txt-sec h2.elementor-heading-title.elementor-size-default {
	width: 60%;
}

div#gallery-1 {
	width: 100%;
}

.gallery-img img {
	height: 270px !important;
	object-fit: contain !important;
}

.main-bpost img {
	border-radius: 20px;
}

.main-bpost h2 a {
	font-family: Cormorant Garamond;
	font-weight: 700;
	font-size: 50px;
	color: #1F4F78;
	/* 	line-height: 1em; */
}

.main-bpost h2 {
	font-family: Cormorant Garamond;
	font-weight: 700;
	font-size: 50px;
	color: #1F4F78;
	line-height: 1.1em;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 50px auto;
	gap: 20px;
	font-size: 25px;
	color: #1f4f78 !important;
}

a.next.page-numbers {
	color: #ef4446;
}

a.page-numbers {
	color: #ef4446;
}

.main-bpost .blog_dflex {
	display: flex;
	justify-content: space-between;
	padding: 20px 5px;
	color: #EF4446;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: solid 1px #325e84;
}

.fetureddflex {
	display: flex;
	justify-content: space-between;
	padding: 5px 5px;
	color: #EF4446;
	font-weight: 500;
	margin-bottom: 20px;
}

.featured-bpost h2 {
	/*     font-size: 30px !important; */
	line-height: 0.3em !important;
}

.featured-bpost h2 a {
	font-size: 30px !important;
	line-height: 1.3em !important;
}

.blog_titleflex {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.readmore a {
	background-color: #EF4446;
	font-family: "Outfit", Sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 20px 15px 20px;
}

.readmore {
	margin-top: 40px;
}

.blogcontainer {
	display: flex;
	width: 1300px;
	margin: 50px auto;
}

.patient-registration h2 {
	font-size: 30px !important;
}

.postion.familyPhy {
	height: 24px;
}
.doctor-thumbnail img {
	transition: transform 0.4s ease-in-out;
}

.doctor-thumbnail img:hover {
	transform: scale(1.01);
}

.btn_width {
	font-family: Outfit;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	padding: 12px 15px;
	border-radius: 10px;
	border: 1px solid #1F4F78;
}
.btn_width {
	flex: 0 0 auto;
	width: 100%;

}
.btnSchedule {
	color: #fff;
	background: #1F4F78;
}
.btnProfile {
	color: #1F4F78;
	background: #fff;
}

.btnSchedule.btn_width:hover {
	color: #1F4F78;
	background: #fff;
}
.btnProfile.btn_width:hover {
	background: #1F4F78;
	color: #fff;
}
.btnFlex {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.doctor-item:hover .availability {
	/*display: block;*/
	max-height: 100px; /* adjust depending on button size */
	opacity: 1;
}
.bannerCol{
	max-width: 626px;
	margin-left: auto;
}

.bannerM0 h1{
	line-height: 1.1 !important;
}


.titleDocPost{
	color: #1F4F78;
	font-family: "Cormorant Garamond", Sans-serif;
	font-size: 64px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.1 !important;
}
.elementskit-commentor-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;   /* show only 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.elementskit-commentor-content p.expanded {
	-webkit-line-clamp: unset; /* show full */
	overflow: visible;
}

.elementskit-readmore {
	color: #222222;
	cursor: pointer;
	display: inline-block;
	/*margin-top: 5px;*/
	font-weight: 400;
	font-size: 16px;
}



@media only screen and (min-width: 2200px) {

	.bannerNewSec {
		background-image: none !important;
	}
	.imageBannerSow {
		display: block !important;
		text-align: right;
	}

}
@media screen and (min-device-width: 1025px) and (max-device-width: 1299px) { 
	.home-slider ul.bdt-slideshow-nav.bdt-dotnav.reveal-muted {
		display: flex;
		flex-direction: row;
		position: absolute;
		width: 85% !important;
		margin: 0 auto !important;
		left: 20px;
		right: 20px;
		top: 90%;
	}

	.home-slider .bdt-prime-slider-sequester .bdt-slideshow-item {
		width: 100%;
		margin: auto 20px;
	}

	.home-slider .bdt-slide-image {
		margin-right: 20px;
	}

	.header-sec .menu-item a {
		font-size: 16px !important;
	}

	.width-cont {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.blue-txt-sec h2.elementor-heading-title {
		font-size: 30px !important;
	}

	.mt-sec {
		margin-top: 0px !important;
	}

}

/*Banner css start*/


.slide-content {
	DISPLAY: FLEX;
	gap: 50px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 8px;
	margin: 5px 0;
	width: 50px;
	border-radius: 12px;
	transition: transform .3s 
		ease;
	padding: 0px;
	background-color: #ef4446;
}

span.swiper-pagination-bullet {
	height: 8px;
	margin: 5px 0;
	width: 50px;
	border-radius: 12px;
	transition: transform .3s 
		ease;
	padding: 0px;
	background-color: #7f7f7f;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: calc(1300px - 20px);
	margin: 0 auto !important;
	left: 0;
	bottom: 40px;
	right: 0;
}

.slidecontent {
	width: 50%;
}

.slider_img {
	width: 50%;
}


a.btn.btn-primary {
	background-color: #1F4F78;
	font-family: "Outfit", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3em;
	color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 20px 15px 20px;
}

a.btn.btn-secondary {
	background: #ef4446;
	font-family: "Outfit", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3em;
	color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 20px 15px 20px;
}

.slide-buttons {
	margin-top: 45px !important;
}

.elementor-element.elementor-element-5f661d8.elementor-widget.elementor-widget-shortcode {
	margin-bottom: 0px;
}

/*Banner css end*/


@media screen and (min-device-width: 1025px) and (max-device-width: 1199px) { 

	.unique-div-one {
		width: 17% !important;
	}

	.unique-div-two {
		width: 83% !important;
	}

	.icon-list-box ul.elementor-icon-list-items.elementor-inline-items {
		width: 99%;
	}

	.mt-sec {
		margin-top: 0px !important;
	}


	.width-txt-sec h2.elementor-heading-title.elementor-size-default {
		width: 100%;
	}

}

@media screen and (min-device-width: 1025px) and (max-device-width: 1164px) { 

	.desktop-menu .menu-item a {
		padding: 10px !important;
	}

	.unique-butt a.elementor-button.elementor-button-link.elementor-size-sm {
		font-size: 15px !important;
	}

	.post-title-sec h1.elementor-heading-title.elementor-size-default {
		font-size: 45px;
		padding-left: 10px;
	}

	.desktop-menu .menu-item a {
		padding: 5px !important;
	}

	.unique-div-two .elementor-widget-wrap.elementor-element-populated {
		padding: 5px !important;
	}

	.desktop-menu .sub-menu  a {
		padding: 10px !important;
	}

}



@media only screen and (max-width: 1024px) {

	.home-slider .bdt-prime-slider-sequester .bdt-slideshow-item {
		width: 100%;
		margin: auto;
	}

	.ekit-overlay.ekit-bg-black {
		display: none;
	}

	.path-after:after {
		content: ' ';
		width: 165px;
		height: 95%;
		background-color: #ffffff;
		clip-path: path('M0,0 L-51,97 C75,122 0,0 85,0 L100,0 Z');
		position: absolute;
		top: 0px;
		right: 98%;
		z-index: 999;
		rotate: 180deg;
	}

	.bdt-prime-slider-sequester .bdt-slideshow-item .bdt-slide-image:before {
		position: absolute !important;
		content: '' !important;
		height: 100% !important;
		width: 100% !important;
		background: #fff !important;
		opacity: .7 !important;
	}

	.bdt-prime-slider-sequester .bdt-dotnav {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: none;
	}

	.bdt-prime-slider-sequester .bdt-slideshow-item .bdt-slide-image {
		height: 100%;
		width: 100%;
		background-position: center !important;
		background-repeat: no-repeat;
		background-size: contain !important;
		position: absolute !important;
	}

	.bdt-prime-slider-content {
		padding: 0 20px !important;
	}

	.home-slider ul.bdt-slideshow-nav.bdt-dotnav.reveal-muted {
		display: flex;
		flex-direction: row;
		position: absolute;
		width: 90%;
		margin: 0 auto !important;
		left: 20px;
		right: 20px;
		top: 90%;
	}


	/* 		.home-slider ul.bdt-slideshow-nav.bdt-dotnav.reveal-muted{
	display: block !important;
} */


	.home-slider .bdt-prime-slider-sequester .bdt-dotnav li a {
		height: 6px;
		width: 46px;
		transition: transform .3s ease;
		padding: 0px;
		background-color: transparent;
	}

	.testimonials-sec a.view-more {
		position: relative;
		bottom: 0;
	}

	.sub-menu .menu-item a {
		padding-left: 10px !important;
	}

	.zigzag-gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 30px;
		padding: 40px 0px;
	}

	.gallery-img img {
		height: auto !important;
	}


	.slider_img img {
		height: 100% !important;
		width:100%;
	}
	
	.slider_img:after {
    content: ' ';
    width: 100%;
    height: 200px;
    position: absolute;
    background: linear-gradient(to bottom, #33ccff00 0%, #ffffff 100%);
    bottom: 0;

} 
	
.banner-sec .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
    align-items: flex-end;
}

}


@media screen and (min-device-width: 800px) and (max-device-width: 1024px) { 

	.doctor-profile-card {
		/* flex: 1 1 300px; */
		width: auto !important;
		background: #F1F5F9;
		border-radius: 15px;
		text-align: left;
		width: 35% !important;
		padding: 30px 2px 2px 2px;
		max-width: 35% !important;
	}

	.doctor-details {
		flex: 2 1 600px;
		width: 59% !important;
		max-width: 59% !important;
	}

	.doctor-name {
		font-family: Outfit !important;
		font-weight: 600 !important;
		font-size: 25px !important;
		line-height: 1.3em !important;
		color: #222222 !important;
		margin-bottom: 10px;
	}

	.doctor-subtitle {
		font-family: Outfit !important;
		font-weight: 300 !important;
		font-size: 19px !important;
		line-height: 1.3em !important;
		color: #222222 !important;
	}


}
@media screen and (min-device-width: 1257px) and (max-device-width: 1400px) { 
	.bannerNewSec h1{
		/*font-size: 40px !important;*/
		padding: 50px 0 !important;
	}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1256px) { 
	.bannerNewSec {
		background-size:50% !important;
	}
	.bannerNewSec h1{
		font-size: 40px !important;
		padding: 50px 0 !important;
	}
	.bannerM0 .elementor-element {
		margin: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.width-cont .elementor-background-overlay {
		opacity: 1 !important;
	}
	.mobImageSHow{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.main-butt a {
		padding: 8px 20px !important;
	}
	.post-content {
		text-align: center;
	}
	.main-bpost h2 a{
		font-size: 35px !important;
		line-height: 1.2 !important;
	}
	.blog_titleflex{
		text-align: center !important;
	}
	.featured_post_list {
		text-align: center !important;
	}
	.mobImageSHow {
		text-align: center;
	}
	.mobCenterBlog .elementor-widget-wrap.elementor-element-populated {
		text-align: center;
	}
	.mobCenterBlog ul.elementor-inline-items {
		justify-content: center;
	}
	.bdt-slide-image{
		background-image: none !important;
	}
	.main-butt .elementor-hidden-mobile{
		display: block !important
	}
	.doctor-subtitle{
		font-size: 18px !important;
	}
	.doctor-name{
		font-size: 24px !important;
		line-height: 1 !important;
	}
	.availability {
		opacity: 1 !important;
	}
	.doctor-details {
		text-align: center !important;
	}
	.doctor-content{
		position: relative !important;
		height: auto !important;
		text-align: center;
	}
	.doc_left_box {
		text-align: center;
	}
	.bannerM0 h1{
		font-size: 30px !important;
	}
	.paddingMob {
		padding: 30px 0 0 0  !important;
	}
	.width-txt-sec h2.elementor-heading-title.elementor-size-default {
		width: 100% !important;
	}
	.width-cont .elementor-background-overlay{
		opacity: 0.3 !important;
	}
	.home-slider .main-butt {
		display: flex;
		gap: 20px;
		margin-top: 20px;
		flex-direction: column;
	}

	.bdt-prime-slider-sequester .bdt-dotnav {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: none;
	}

	ul.bdt-slideshow-items {
		height: 800px !important;
	}

	.main-butt button.butt-style {
		border: none;
		font-size: 16px;
	}



	.triangle {
		position: absolute;
		top: -10px;
		left: 50% !important;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #EF4446;
	}

	.bdt-prime-slider-sequester .bdt-dotnav li {
		margin: 0;
		padding: 0;
		position: relative;
		cursor: pointer;
	}

	.home-slider ul.bdt-slideshow-nav.bdt-dotnav.reveal-muted {
		display: flex;
		flex-direction: row;
		position: absolute;
		width: 90%;
		margin: 0 auto !important;
		left: 20px;
		right: 20px;
		top: 90%;
	}

	.testimonials-sec a.view-more {
		position: relative;
		bottom: 0;
	}

}

@media only screen and (max-width: 600px) {

	.doctor-profile-card {
		/* 	flex: 1 1 300px; */
		width: 100% !important;
		background: #F1F5F9;
		border-radius: 15px;
		text-align: left;
		padding: 30px 2px 2px 2px;
	}

	.zigzag-gallery {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 30px;
		padding: 40px 0px;
	}

}

@media only screen and (max-width: 480px) {
	.gallery-img figure.gallery-item {
		padding-right: 0 !important;
	}
}
#wpcf7-f3678-p3588-o1 .wpcf7-text {
	margin-bottom: 15px !important;
}


//Slider Css Code
@media screen and (min-device-width: 1025px) and (max-device-width: 1299px) {
	.blue-txt-sec h2.elementor-heading-title {
		font-size: 30px !important;
	}
	.mt-sec {
		margin-top: 0px !important;
	}

	.slidecontent .elementor-kit-7 h1 {
		color: #1F4F78;
		font-family: "Cormorant Garamond", Sans-serif;
		font-size: 50px;
		font-weight: 700;
		text-transform: capitalize;
		line-height: 1.3em;
	}

	.blue-txt-sec h2.elementor-heading-title {
		font-size: 30px !important;
	}
	.mt-sec {
		margin-top: 0px !important;
	}

	.elementor-kit-7 h1 {
		color: #1F4F78;
		font-family: "Cormorant Garamond", Sans-serif;
		font-size: 50px;
		font-weight: 700;
		text-transform: capitalize;
		line-height: 1.3em;
	}
}
@media only screen and (max-width: 1024px) {
	.slide-content {
		gap: 50px;
		display: flex;
		flex-direction: column;
	}
	.slidecontent {
		width: 100%;
	}
	/* 	.slider_img {
	position: absolute;
	z-index: -9;
	background: #fff !important;
	opacity: 0.3 !important;
} */
	/* 	.swiper-horizontal {
	height: 550px;
} */


	.slide-content {
		gap: 50px;
		display: flex;
		flex-direction: column;
	}
	.slidecontent {
		width: 100%;
		text-align: center;
	}

	.slider_img {
		width: 100% !important;
	}

	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: flex;
		flex-direction: row;
		position: absolute;
		width: calc(100% - 20px);
		margin: 0 auto !important;
		left: 0;
		bottom: 40px;
		right: 0;
		justify-content: center;
	}
	
	.slide-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}

}
@media only screen and (max-width: 767px) {

	/* 	.swiper-horizontal {
	touch-action: pan-y;
	height: 600px;
} */
	/* .slider_img img {
	object-fit: contain;
	object-position: bottom;
	height: 600px;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
} */


}