html {
	overflow-x: hidden;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: #0d6efd;
	;
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


/*================================================================================== */

body {
	margin: 0px;
	padding: 0px;
	background: #EFFCFB;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Outfit", sans-serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 40px !important;
}


/*================go-to-top========================================*/

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #21CDC0;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #55B41E;
	border: 1px solid #55B41E;
}


/*================go-to-top========================================*/


.logo {
	width: 154px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.btn-appoinment {
	margin: 4px 0px;
	padding: 10px 17px;
	font: normal normal 600 14px/20px Raleway;
	outline: none;
	background: #21CDC0;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 20px;
	text-decoration: none;
	min-width: auto;
}

.btn-appoinment:hover {
	background: #22e9d8;
	color: #fff;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
	transition: all 0.1s ease 0s;
	z-index: 999;
}

.main-nav.scroll {
	background-color: #fff;
	height: 80px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99999;
}

/* .main-nav.scroll .logo {
	width: 125px;
	} */
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
}

.stellarnav ul {
	margin: 13px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.stellarnav>ul>li>a {
	font: normal normal 600 17px/22px Raleway;
	color: #000000;
	padding: 5px 0px;
	border-bottom: #ffffff 2px solid;
	margin: 0px 19px;
}

.stellarnav>ul>li>a:hover {
	color: #21CDC0;
	border-bottom: #21CDC0 2px solid;
}

.stellarnav>ul>li>a.active {
	color: #21CDC0 !important;
	border-bottom: #21CDC0 2px solid;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #0c0c0c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #e0e8fd;
	color: #21cdc0;
}

.main-nav .stellarnav li li a.active {
	background: #ecebeb82;
	color: #21cdc0;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #21cdc0;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 9px;
}


/*==========================================banner-section========================================================== */


.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 99;
}

.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: block;
}

.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 24%;
	text-align: center;
	width: 100%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #B3F135 !important;
	border: #B3F135 !important;
	width: 22px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	background: #ffffff;
	border: #ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.banner-section .owl-nav .owl-prev {
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	/* background: rgba(66, 38, 25, 0.38); */
}

.bannercarousel-text {
	position: absolute;
	top: 32%;
	width: auto;
	text-align: left;
	padding: 0px 3%;
	right: 0px
}

.bannercarousel-text h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	font: normal normal 800 48px/63px Raleway;
	text-align: right;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 10px 12px #0000001A;
	text-transform: uppercase;
}


/*==========================================banner-section========================================================== */


/*==========================================urgentprimary-section==================================================== */


.urgentprimary-section {
	padding: 40px 0px;
	background: transparent;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	margin-top: -9%;
}

.primarycare-card {
	margin: 0px 0px;
	padding: 8px 30px;
	position: relative;
	background: transparent linear-gradient(136deg, #0C4776 0%, #283B6A 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 8px #0000000A;
	border-radius: 30px 0px 30px 30px;
	min-height: 300px;
	text-align: center;
}

.scheduling-card {
	background: transparent linear-gradient(136deg, #8BB03F 0%, #5C8013 100%) 0% 0% no-repeat padding-box;
	border-radius: 30px;
}

.openinghours-card {
	background: transparent linear-gradient(136deg, #0C4776 0%, #283B6A 100%) 0% 0% no-repeat padding-box;
	border-radius: 30px 30px 30px 0px;
}

.primarycare-icon {
	margin: 28px auto 15px auto;
	padding: 0px 0px;
	width: 38px;
}

.primarycare-card h3 {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal 600 24px/34px Raleway;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.primarycare-icon02 {
	width: 31px;
}

.primarycare-card h6 {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Outfit", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
}

.primarycare-card p {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal 300 16px/23px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	position: relative;
	min-height: 60px;
}

.primarycare-card h5 {
	margin: 0px 0px;
	padding: 15px 0px;
	text-align: center;
	font: normal normal 600 16px/23px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.btn-schedule {
	margin: 3px 0px;
	padding: 13px 27px;
	background: #0C4776;
	font: normal normal bold 14px/20px Raleway;
	color: #fff;
	border-radius: 27px;
	text-decoration: none;
}

.btn-schedule:hover {
	background: #1163a5;
	color: #fff;
}


/*=================================urgentprimary-section==============*/


/*===================about-section=====================================*/

.absolutehealth-section {
	padding: 80px 0px 120px;
	margin: 0px;
}

.absolutehealth-left {
	padding: 20px 100px 0px 0px;
	margin: 0px;
}

.absolutehealth-left h2 {
	text-align: left;
	font: normal normal bold 50px/60px Raleway;
	letter-spacing: 0px;
	color: #283B6A;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.absolutehealth-left h6 {
	text-align: left;
	font: normal normal 600 26px/36px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}


.absolutehealth-left p {
	text-align: left;
	font: normal normal normal 18px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.discover-btn {
	margin: 20px 0px 0px;
	padding: 15px 35px;
	font: normal normal 600 14px/20px Raleway;
	outline: none;
	background: #0C4776;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
	min-width: auto;
	float: left;
}

.discover-btn:hover {
	background: #21CDC0;
	color: #fff;
}


.absolutehealth-right {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.absolutehealth-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 99;
}

.absolutehealth-right::after {
	content: '';
	position: absolute;
	background-color: #0C4776;
	width: 97%;
	height: 587px;
	bottom: -29px;
	left: -5%;
	border-radius: 81px 0px 44px 75px;
}


/*===================about-section=====================================*/

/*===================video-section=====================================*/

.video-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.video-section-bg {
	position: relative;
	top: 0px;
	left: 0px;
}

.video-section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-section-inner-layer {
	position: absolute;
	z-index: 9;
	background: #010A1196;
	height: 100%;
	bottom: 0px;
	text-align: left;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;

}


/*================================================
	vedio Button Area CSS
	=================================================*/


.play-button {
	position: absolute;
	top: 51%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 7%;
	height: 70px;
	border-radius: 50%;
	background-color: #21CDC0;
	border: 1px solid #21CDC0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	/* background-color: #fbfcffb5; */
	border: 3px solid #21CDC0;
	position: relative;
	font-size: 20px;
}

.play-button a i {
	color: #fff;
	font-size: 30px;

}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

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

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

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

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
	vedio Button Area CSS
	=================================================*/


/*===================video-section=====================================*/

/*===================appoint-section=====================================*/

.appoinment-section {
	background: #EFFCFB;
	padding: 80px 0px 120px;
	margin: 0px;
}


.appoinment-section-left {
	padding: 0px 100px 0px 0px;
	margin: 0px;
	position: relative;
	height: 508px;
}


.appoinment-section-left::after {
	content: '';
	position: absolute;
	background-color: #0C4776;
	width: 84%;
	height: 612px;
	top: 25px;
	right: 73px;
	border-radius: 0px 80px 44px 75px;
}

.appoinment-section-left img {
	width: 100%;
	object-fit: cover;
	z-index: 999;
	position: relative;
	height: 100%;
	border-radius: 15px;
}


.appoinment-section-right {
	padding: 20px 0px 0px 0px;
	margin: 0px;
}


.appoinment-section-right h6 {
	text-align: left;
	font: normal normal 600 26px/36px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}


.appoinment-section-right h3 {
	text-align: left;
	font: normal normal bold 30px/40px Raleway;
	letter-spacing: 0px;
	color: #283B6A;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.discover-btn2 {
	margin: 20px 0px 0px;
	padding: 15px 35px;
	font: normal normal 600 14px/20px Raleway;
	outline: none;

	background: #21CDC0;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
	min-width: auto;
	float: left;
}

.discover-btn2:hover {
	background: #0C4776;
	color: #fff;
}


.appoinment-section-right-topRow {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin: 20px 0px 50px;
}

.tham-box {
	width: 15%;
}

.tham-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.tham-nub {
	width: 20%;
}

.appoinment-section-right-topRow .tham-nub p {
	text-align: left;
	font: normal normal 600 80px/56px Outfit;
	letter-spacing: 0px;
	color: #8BB03F;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.tham-text {
	width: 60%;
}

.tham-text h3 {
	width: 100%;
	text-align: left;
	text-decoration: underline;
	font: normal normal 600 25px/46px Outfit;
	letter-spacing: 0px;
	color: #283B6A;
	padding: 0px !important;
	margin: 0px;
}

.tham-text p {
	text-align: left;
	font: normal normal normal 25px/35px Outfit;
	letter-spacing: 0px;
	color: #595D65;
	padding: 0px;
	margin: 0px;
}

/*===================appoint-section=====================================*/


/*===================testimonial-section=====================================*/

.testimonial-section {
	background: transparent linear-gradient(137deg, #0C4776 0%, #283B6A 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.testimonial-section-left {
	padding: 60px 0px 0px 40px;
	margin: 0px;
}


.testimonial-section-left h2 {
	text-align: left;
	font: normal normal bold 50px/60px Raleway;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.testimonial-section-right {
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

.testimonial-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.testimonial-box-qute {
	position: absolute;
	left: 0px;
	top: 0px;
}


.testimonial-box-qute img {
	width: 80% !important;
}

.testimonial-box {
	position: relative;
	margin: 20px 0px 0px;
}


.testimonial-box-text {
	padding: 80px 0px 0px 0px;
	margin: 0px;
}

.testimonial-box-text p {
	text-align: left;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font: normal normal normal 22px/36px Outfit;
	letter-spacing: 0px;
	color: #CCE6FB;

}

.testimonial-box-bottm {
	padding: 10px 0px 30px;
	margin: 0px;
	display: flex;
	justify-content: start;
}

.client-text {
	width: 100%;
	padding: 20px 0px;
	margin: 0px;
}

.client-text h3 {
	text-align: left;
	font: normal normal 600 24px/36px Raleway;
	letter-spacing: 0px;
	color: #21CDC0;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.testimonial-section .owl-nav {
	display: block !important;
}

.testimonial-section .owl-nav .owl-next {
	position: absolute;
	left: 70px;
}


/*===================testimonial-section=====================================*/


/*===================appo-tag-section=====================================*/

.industrialfans-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #040914;
}


.industrialfans-bgimg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}


.industrialfans-bgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.industrialfans-section-layer {
	position: relative;

}


.industrialfans-text {

	text-align: center;

	padding: 100px 0px;
}


.industrialfans-section-layer .industrialfans-text h2 {
	text-align: center;

	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	opacity: 1;
	padding: 0px 0px 70px 0px;
	margin: 0px;
	font-size: 43px;
	line-height: 58px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
}


.shopnow-btn {
	margin: 0px;
	padding: 15px 35px;
	font: normal normal 600 14px/20px Raleway;
	outline: none;
	background: #21CDC0;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 28px;
	text-decoration: none;
	min-width: auto;

}


.shopnow-btn:hover {
	background: #283B6A;
	color: #fff;
}


/*===================appo-tag-section=====================================*/


/* =============footer-section====================================== */

.footer {
	position: relative;
	padding: 60px 0px 40px;
}

.footer-bg {
	top: 0px;
	width: 100%;
	position: absolute;
	height: 100%;

}

.footer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.footer-inner {
	padding: 0px;
	margin: 0%;
	position: relative;
}


.footer-logo {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

.footer-logo img {
	width: 40%;
	margin: 0px auto;
	text-align: center;
	height:auto;
}

.footer-social-icon {
	padding: 30px 0px 0px;
	margin: 0px auto;
	text-align: center;
	display: flex;
}

.footer-social-icon ul {
	padding: 0px;
	margin: 0px auto;
}

.footer-social-icon ul li {
	float: left;
	padding: 0px 7px;
	margin: 0px;
	list-style-type: none;
}

.footer-social-icon ul li a {
	width: 40px;
	height: 40px;
	background: #042B4A;
	text-align: center;
	border-radius: 50%;
	display: block;
	padding: 6px 8px;
}


.footer-social-icon ul li a:hover {
	background: #000;
}


.footer-social-icon ul li a img {
	width:auto !important;
}


.quick-link {
	padding: 0px;
	padding: 0px;
}

.quick-link h3 {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-align: left;
	font: normal normal bold 30px/28px Raleway;
	letter-spacing: 0px;
	color: #FFFFFF;
}


.quick-link ul {
	padding: 0px;
	margin: 0px;
}

.quick-link ul li {
	width: 50%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

.quick-link ul li::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f061";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #FFFFFF;
}


.quick-link ul li a {
	text-align: left;
	font: normal normal normal 16px/30px Outfit;
	letter-spacing: 0px;
	color: #EEFFFE;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-decoration: none;
}

.quick-link ul li a:hover {
	color: #21CDC0;
}


.gettouch h3 {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-align: left;
	font: normal normal bold 30px/28px Raleway;
	letter-spacing: 0px;
	color: #FFFFFF;

}


.gettouch p {
	padding: 0px 0px 15px 0px;
	display: flex;
	color: #DCDCDC;
	font: normal normal normal 16px/30px Outfit;
	word-break: break-word;
	margin: 0px;
}


.gettouch p span {
	margin-right: 15px;
}

.gettouch p a {
	text-align: left;
	font: normal normal normal 16px/28px Outfit;
	letter-spacing: 0px;
	color: #EEFFFE;
	opacity: 1;
	text-decoration: none;
}


.gettouch p a:hover {
	color: #21CDC0;
}


.footer-section-butm {
	background: #0F182D;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #cccccc24;
}

.footer-section-butm-left p {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 0px;
	margin: 0px;
}

.footer-section-butm-left p a {
	color: #21CDC0;
	text-decoration: none;
}

.footer-section-butm-left p a:hover {
	color: #8bb03f;
}

.footer-section-butm-right p {
	text-align: right;
	color: #fff;
	font-size: 14px;
	padding: 8px 0px;
	margin: 0px;
}

.footer-section-butm-right p a {
	color: #21CDC0;
	text-decoration: none;
}

.footer-section-butm-right p a:hover {
	color: #8bb03f;
}

.f-icon {
	width: 40% !important;
}


/* ===================================footer-end============================================================= */


/* ===================================inner-pages============================================================ */


/* =============inner-banner==========*/
.breadcumb {
	margin: 0px 0px;
	position: relative;
	height: 250px;
}

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 250x;
	max-height: 250px;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	top: 100px;
	left: 0%;
	width: 100%;
}

.hero-content h2 {
	margin: 0px 20px 10px 20px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal 800 30px/40px Raleway;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}


.blogdetails-img img {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	margin: 0px 0px 30px 0px;
}


.blogdetails-icon h5 { text-align: left;
  font: normal normal bold 50px/60px Raleway;
  letter-spacing: 0px;
  color: #283B6A;
  opacity: 1;
  padding: 0px 0px 20px 0px;
  margin: 0px; }


.blogdetails-icon h5 {
	text-align: left;
	font: normal normal bold 35px/40px Raleway;
	letter-spacing: 0px;
	color: #283B6A;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}






/* =============inner-banner==========*/


.about-page-top-section {
	background: #EFFCFB 0% 0% no-repeat padding-box;
	padding: 80px 0px;
	margin: 0px;
}


.about-page-top-section-left {
	padding: 20px 100px 80px 0px;
	margin: 0px;
}


.about-page-top-section-left h6 {
	text-align: left;
	font: normal normal 600 26px/36px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}


.about-page-top-section-left p {
	text-align: left;
	font: normal normal normal 18px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-page-top-section-right {
	padding: 0px 0px 80px 0px;
	margin: 0px;
	position: relative;
	height: 330px;
}


.about-page-top-section-right img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: relative;
	z-index: 99;
}


.about-page-top-section-right::after {
	content: '';
	position: absolute;
	background-color: #0C4776;
	width: 97%;
	height: 320px;
	bottom: -29px;
	left: -4%;
	border-radius: 81px 0px 44px 75px;
}


.about-description {
	background: #EFFCFB 0% 0% no-repeat padding-box;
	padding: 80px 0px;
	margin: 0px;
}

.about-description-left {
	padding: 0px 100px 0px 0px;
	margin: 0px;
	position: relative;
}


.about-description-left {
	padding: 0px 100px 0px 0px;
	margin: 0px;
	position: relative;
}

.about-description-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 999;
	position: relative;
}


.about-description-left::after {
	content: '';
	position: absolute;
	background-color: #0C4776;
	width: 84%;
	height: 612px;
	top: 25px;
	right: 73px;
	border-radius: 0px 80px 44px 75px;
}


.appoinment-section-right p {
	text-align: left;
	font: normal normal normal 24px/36px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.appoinment-section-right h5 {
	text-align: left;
	font: normal normal 600 24px/34px Outfit;
	letter-spacing: 0px;
	color: #0C4776;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}

.appoinment-section-right h5 span {
	text-align: left;
	font: normal normal normal 20px/28px Outfit;
	letter-spacing: 0px;
	color: #8BB03F;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}


.doctor-tag-row {
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #8BB03F;
}

.doctor-tag-row-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.doctor-tag-row-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.doctor-tag-row-inner {
	position: relative;

}


.doctor-tag-row-inner p {
	text-align: left;

	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 35px;
	font-family: Raleway;
	color: #FFFFFF;
	font-weight: 500;
}


.doctor-tag-row-inner-text-left {
	float: left;
	padding: 10% 4% 10% 0%;
}


.doctor-tag-row-inner-text-right {
	float: right;
	padding: 10% 0% 10% 4%;
}


.inner-industrialfans-section {
	padding: 90px 0px;
	text-align: left;
	color: #fff;
}


.inner-industrialfans-section-left {
	padding: 0% 10% 0% 0%;
}

.inner-industrialfans-section-left p {
	text-align: left;
	letter-spacing: 0px;

	text-transform: capitalize;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 35px;
	font-family: Raleway;
	color: #FFFFFF;
	font-weight: 500;
}


.inner-industrialfans-section-right {
	padding: 0px;
	margin: 0px;
}


.inner-industrialfans-section-right p {
	text-align: left;
	letter-spacing: 0px;

	text-transform: capitalize;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 35px;
	font-family: Raleway;
	color: #FFFFFF;
	font-weight: 500;
}


.inner-industrialfans-section-right ul {
	padding: 0px;
	margin: 30px 0px 0px;
}

.inner-industrialfans-section-right ul li {
	width: 50%;
	float: left;
	list-style-type: none;
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-decoration: none;
}


.inner-industrialfans-section-right ul li::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f061";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #21CDC0;
}


/* ===================================about-pages============================================================= */


/* ===================================help-pages============================================================= */


.help-page-primarycar-section {
	background: #fff;
	padding: 80px 0px;
	margin: 0x;
}


.about-page-top-section-left h3 {

	text-align: left;
	font: normal normal normal 35px/45px Raleway;
	letter-spacing: 0px;
	color: #283B6A;
	opacity: 1;
}


.about-page-top-section-left .btn-appoinment {
	margin: 50px 0px;
	padding: 14px 35px;
	font: normal normal 800 16px/20px Raleway;
	outline: none;
	background: #21CDC0;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
	min-width: auto;
	float: left;
}


.about-page-top-section-left .btn-appoinment:hover {
	background: #22e9d8;
	color: #fff;
}


.primarycare-card a {
	color: #FFFFFF;
}

.modal {
	z-index: 99999;
}

.therapy_inner {
    background: #f0f0f0;
    padding: 22px 30px;
    min-height: 250px;
    border-radius: 6px;
    border-bottom: 3px solid #1e6bd5;
    transition: all ease-in-out 1s;
}
.therapy_inner h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    min-height: 40px;
}
.therapy_inner p {
    color: #444;
    font-size: 14px;
    line-height: 26px;
}
.therapy_listing {
    margin-top: 50px;
}

/* ===================================help-pages============================================================= */

/* ===================================inner-pages============================================================= */


.gallery-section .owl-next {
	position: absolute;
	right: 2%;
	bottom: 45%;
}


.gallery-section .owl-prev {
	position: absolute;
	left: 2%;
	bottom: 45%;
}

.gallery-section .owl-dots {
	display: none;
}

.appoinment-section-left img{border-radius: 0px 50px 50px 50px;}

section.services-page-section {
    padding: 80px 0px;
}

/* =========================blog-page========================================================*/
/*==================================
blog-page
====================================*/

.blog-page {
	position: relative;
	padding: 60px 0px;
	margin: 0px;
}


.blog-page-left {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.blog-page-left-box {
	background: #fff;
	box-shadow: 0px 8px 25px #00000014;
	border: 1px solid #C7C7C7;
	border-radius: 20px;
	opacity: 1;
	padding: 15px 15px;
	margin: 0px 0px 40px 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 520px;
}

.blog-page-left-box-img {
	width: 100%;
	height: 250px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	border-radius: 15px;
}

.blog-page-left-box-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
	margin: 0px auto;
	text-align: center;
	display: flex;
	object-fit: contain;
}


.blog-page-left-box-text {
	padding: 0px;
	margin: 0px;
}

.blog-page-left-box-text h3 {
	text-align: left;
	font: normal normal bold 16px/24px Montserrat;
	letter-spacing: 0px;
	color: #000000;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}


.blog-page-left-box-text h6 {
	font: normal normal medium 20px/30px Outfit;
	letter-spacing: 0px;
	color: #79B627;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.blog-page-left-box-text h6 a {
	color: #79B627;
}


.blog-page-left-box-text h6 span {
	margin-right: 10px;
}

.blog-page-left-box-text h6 span img {
	width: 20px;
	height: 20px;
}


.blog-page-left-box-text p {
	text-align: left;
	font: normal normal normal 16px/22px Outfit;
	letter-spacing: 0px;
	color: #3A3A3A;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.blog-page-left-box .learn-btn {
	margin: 0px 0px 22px 0px;
	font: normal normal 600 16px/22px Montserrat;
	letter-spacing: 0px;
	color: #79B627;
}


.blog-page-left-box .learn-btn:hover {
	color: #000;
}


.blog-page-right {
	padding: 0% 0% 0% 10%;
	margin: 0px;
}

.recent-post h3 {
	font-size: 30px;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.recent-post-box {
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 10px;
	margin: 0px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 20px;
	background: #fff;
}

.recent-post-box-img {
	width: 25%;
	height: auto;
	border-radius: 10px;
}

.recent-post-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.recent-post-box-text {
	width: 70%;
	padding: 0px;
	margin: 0px;
}


.recent-post-box-text h6 {
	color: #BA131A;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: 500;
	line-height: 20px;
}

.recent-post-box-text p {
	color: #3D3D3D;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}


.categories {
	padding: 0px;
	margin: 20px 0px 30px;
	float: left;
	width: 100%;
}

.categories h3 {
	font-size: 30px;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.categories ul {
	padding: 0px;
	margin: 0px 4px;
}

.categories ul li {
	list-style-type: none;
}

.categories ul li a {
	font: normal normal medium 26px/63px Outfit;
	letter-spacing: 0px;
	color: #242424;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
}

.categories ul li a:hover {
	color: #000;
}

.categories ul li a span {
	margin-right: 10px;
	color: #79B627;
	font-size: 15px;
}

.categories ul li a.last {
	border-bottom: none;
}

.sreach-box {
	margin: 0px 0px 20px 0px;
}

.input-group .btn {
	position: relative;
	z-index: 2;

}


.sreach-box .form-control {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #7D7D7D;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sreach-box .input-group-btn {
	position: absolute;
	right: 1%;
	top: 8%;
}


.pagination .page-item:not(:first-child) .page-link {
	margin-left: 6px;
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link {
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #E1F3C9;
	border: 1px solid #E1F3C9;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-weight: 500;
	border-radius: 4px !important;
	min-width: 40px;
	text-align: center;
	padding: 7px 14px !important;
}

.page-link:hover {
	color: #fff;
	background-color: #79B627;
	border: 1px solid #79B627;
}

.page-link.active {
	color: #fff;
	background-color: #79B627;
	border: 1px solid #79B627;
}


/*==================================
blog-page
====================================*/

.blog-detalis {
	padding: 80px 0px;
}

.blogect-section {
	position: relative;
	
}

.blogect-section-bg {
	position: absolute;
	
}

.recentposts {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.recentimg {
	width: 30%;
	height: 100px;
	border-radius: 16px;
	float: left;
	margin: 0px 0px 20px 0px;
}

.recentimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.recenttext {
	width: 70%;
	float: left;
	padding: 0px 0px 20px 20px;
}


.recenttext h6 {
	text-align: left;
	font: normal normal normal 14px/20px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.recenttext h5 {
	color: #21cdc0;
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}


.blogectright h3 {
	text-align: left;
	font: normal normal bold 30px/30px Raleway;
	letter-spacing: 0px;
	color: #283B6A;
	opacity: 1;
	padding: 0px 0px 30px 0px;
	margin: 3px;
}

.categories-card ul {
	padding: 0px;
	margin: 0px 4px;
}


.categories-card ul li {
	list-style-type: none;
	display: flex;
	gap: 3px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.categories-card ul li a {
	font: normal normal medium 26px/63px Outfit;
	letter-spacing: 0px;
	color: #242424;
	padding: 10px 0px;
	margin: 0px;
	width: 100%;
	float: left;
}

.categories-card ul li a span {
	margin-right: 10px;
	color: #79B627;
	font-size: 15px;
}

.blog-post-row {
	float: left;
	margin: 0px 0px 30px 0px;
}



.tagscard a {
	color: #000;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20 px;
}

.pagination a, .pagination span {
    margin: 0 5px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .current {
    background-color: #0073aa;
    color: white;
    border: 1px solid #0073aa;
}

.recentposts img {
    height: 77px;
    width: 100px;
}
/*================================================
		contact-page
=================================================*/


.Contact-page-section {
    padding: 0px;
    margin: 80px 0px;
}

.Contact-page-section h2 {
    text-align: left;
    font: normal normal normal 45px/50px Herculanum;
    letter-spacing: -1.8px;
    color: #1d3878;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}


.Contact-page-section p {
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}


.Contact-page-section-left {
	padding: 0px;
	margin: 0px;
}

.Contact-page-section-left form {
	margin: 20px 0px;
}

.Contact-page-section-left .form-row {
	margin: 0px;
	padding: 0px;
}


.form-row .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #959595;
	border-radius: 8px;
	opacity: 1;
	padding: 12px 20px;
	color: #666666;
	margin: 0px 0px 15px 0px;
}


textarea.form-control {
	min-height: calc(1.5em + (.75rem + 2px));
}


.Contact-page-section-right {
	padding: 0% 0% 0% 10%;
}

.contact-info-box {
	border-bottom: 1px solid #BEBEBE;
	border-radius: 0;
	opacity: 1;
	padding: 20px 0px 30px;
	margin: 0px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
	margin: 0;
}


.contact-info-box-icon {
	width: 10%;
	float: left;
}


.contact-info-box-icon span img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}


.contact-info-box-text {
	width: 90%;
	float: left;
}


.contact-info-box-text h4 {
    font: normal normal bold 30px/40px Cormorant Garamond;
    letter-spacing: 0px;
    color: #0f837b;
    opacity: 1;
    padding: 0px;
    margin: 0px;
}

.contact-info-box-text p {
	text-align: left;
	font: normal normal normal 24px/34px Herculanum;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.contact-info-box-text p a {
	color: #000000;
}


.contact-info-box-text p a:hover {
	color: #81BE1C;
}


.location-map {
	width: 100%;
	background: #543B23;
}


.location-map iframe {
	width: 100%;
	opacity: 0.7;
}


/*================================================
		contact-page
=================================================*/