.home-slider .banner-caption {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	opacity: 1;
	text-align: left;
	margin: 170px 0;
}

.home-slider .banner-caption .home-banner-head {
	font-size: 52px;
	line-height: 62px;
	text-transform: capitalize;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0 0 20px;
}

.home-slider .banner-caption .home-banner-head i {
	font-style: normal;
	display: inline-block;
	font-weight: 500;
	font-size: 33px;
	line-height: 43px;
	text-transform: uppercase;
	color: #222;
	background-color: var(--secondary-color);
	padding: 5px 30px 5px 15px;
	border-radius: 0px 30px 30px 0px;
}

.home-slider .banner-caption h3 {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	font-weight: 500;
}

.home-slider .banner-caption p {
	font-size: 18px;
	line-height: 29px;
	color: #111;
}

.home-slider .banner-caption .home-cta {
	margin: 30px 0 0;
}

.home-slider .mob-banner {
	background-size: 0;
}

.home-slider .banner-pattern {
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	z-index: 1;
}

.home-slider .carousel-item {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: unset;
	padding: 0px;
	background-color: #f2f2f2;
	min-height: 645px;
}

.pattern-bottom {
	position: absolute;
	margin: 0 auto;
	bottom: -1px;
}

.home-banner-img {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.home-slider .carousel-indicators {
	display: flex !important;
	bottom: 20px;
}

.home-slider .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin-left: 8px;
	margin-right: 8px;
	opacity: 1;
	border: 1px solid var(--secondary-color);
	border-radius: 0;
	background-color: transparent;
}

.home-slider .carousel-indicators [data-bs-target].active {
	width: 30px;
}

.home-slider .carousel-indicators [data-bs-target].active,
.home-slider .carousel-indicators [data-bs-target]:focus {
	background-color: var(--secondary-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.heading {
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 30px;
	position: relative;
	color: var(--primary-color);
}

.heading i {
	font-style: normal;
	color: #333;
}

.section-divider {
	margin: 0 0 80px;
}

.about-each-box {
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	border-bottom: 3px solid var(--secondary-color);
	margin: 30px 0 0;
	min-height: calc(100% - 30px);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.about-each-box .box-head {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
}

.about-each-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.w-pattern {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.journey-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 20px;
}

.journey-wrap .img-wrap {
	width: 120px;
	height: 120px;
	background-color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}

.journey-wrap .journey-wrap-head {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.grey-bg {
	background-color: #EDFCFE;
}

.blue-bg {
	background-color: #edfcfe;
}

.pad-80 {
	padding: 80px 0;
}

.insurance-options {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	padding: 50px;
}

.insurance-options .tpa-item {
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	border: 1px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gallerycarousel a {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.gallerycarousel a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #030303;
	transform: rotate(-40deg) translateY(-70%);
	transition: 0.3s all ease-in-out;
	opacity: 0.05;
}

.gallerycarousel a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\f002";
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transform: translateY(-100%);
	transition: 0.3s all ease-in-out;
	font-family: "Font Awesome 6 Pro";
}

.gallerycarousel a:hover:after {
	transform: translateY(0%);
}

.gallerycarousel a:hover:before {
	transform: rotate(0deg) translateY(0%);
	opacity: 0.8;
}

.gallerycarousel img {
	border-radius: 10px;
}

.gallery-carousel .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 20px 0 0;
}

.gallery-carousel .owl-nav .owl-next,
.gallery-carousel .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	margin: 0 auto;
	color: #fff !important;
	background-color: var(--secondary-color) !important;
	border-radius: 50%;
	font-size: 15px;
	line-height: 30px;
	opacity: 1;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease-in-out;
	margin: 0;
}

.gallery-carousel .owl-nav .owl-next:hover,
.gallery-carousel .owl-nav .owl-prev:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.faq-block .card {
	border: none;
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding: 20px 0;
	box-shadow: none;
	border-radius: 0;
}

.faq-block .card-header {
	padding: 0;
	background-color: transparent;
	border: none;
}

.faq-block .faq-ques {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.faq-block .btn-block {
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	color: var(--primary-color);
	background-color: transparent;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

.faq-block .btn-block.collapsed {
	color: #303a46;
}

.faq-block .btn-block:focus,
.faq-block .btn-block:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.faq-block .btn-block .round span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: 27%;
	bottom: 35%;
}

.faq-block .btn-block .round span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	left: 43%;
	bottom: 35%;
}

.faq-block .btn-block .round {
	position: relative;
	width: 45px;
	height: 30px;
}

.faq-block .btn-block .round span {
	z-index: 9;
	height: 2px;
	margin: 1px;
	width: 10px;
	background: #303a46;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.faq-block .collapsed.btn-block .round span {
	background: var(--primary-color);
}

.faq-block .collapsed.btn-block .round span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq-block .collapsed.btn-block .round span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.faq-block .card-body {
	padding: 15px 0 0;
}

.get-in-touch-main {
	padding: 100px 0;
}

.get-in-touch-main .container {
	position: relative;
	z-index: 9;
}

.get-in-touch-main:after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-image: url(../../assets/img/curesta-form.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.get-in-touch-main:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -20px;
	height: 100%;
	top: 0px;
	width: 100%;
	background-image: url(../../assets/img/pattern.webp);
	background-repeat: no-repeat;
	opacity: 0.5;
	pointer-events: none;
}

.home-v2 .doctorhp-card {
	width: 100%;
}

.home-v2 .swiper-container {
	padding-bottom: 40px;
}

.home-v2 .swiper-pagination-bullet {
	display: inline-block;
}

.ch_logo {
	width: 180px;
}

.ch-logo img {
	max-width: 180px;
}

.location-info.locationBoxInfo {
	min-height: calc(100% - 30px);
	margin: 30px 0 0;
	position: relative;
	padding-bottom: 90px !important;
}

.locationBoxBtn {
	position: absolute;
	bottom: 0;
}

.locationBoxInfo .card-title {
	font-size: 18px;
	line-height: 28px;
}

.navbar-nav li a {
	font-size: 16px;
	padding: 12px 25px;
}

@media(max-width:1700px) {
	.home-slider .banner-caption {
		margin: 120px 0;
	}

	.home-slider .carousel-item {
		min-height: 550px;
	}
}

@media(max-width:1500px) {
	.home-slider .banner-caption .home-banner-head {
		font-size: 45px;
		line-height: 55px;
	}

	.home-slider .banner-caption .home-banner-head i {
		font-size: 28px;
		line-height: 38px;
	}

	.home-slider .banner-caption {
		margin: 75px 0;
	}

	.home-slider .carousel-item {
		min-height: 470px;
	}
}

@media(max-width:1024px) {
	.home-slider .carousel-item {
		min-height: 430px;
	}

	.home-slider .banner-caption {
		margin: 70px 0;
	}

	.home-slider .banner-caption .home-banner-head {
		font-size: 35px;
		line-height: 45px;
	}

	.get-in-touch-main:after {
		width: 47%;
	}

	.heading {
		font-size: 28px;
		line-height: 38px;
	}

	.get-in-touch-main {
		padding: 60px 0;
	}

	.video-slider .owl-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 20px 0 0;
	}

	.video-slider .owl-nav button.owl-prev,
	.video-slider .owl-nav button.owl-next {
		position: static !important;
		transform: none !important;
	}
}

@media (max-width: 990px) {
	.home-slider .carousel-item {
		min-height: 10px;
	}

	.home-slider .banner-caption .home-banner-head {
		font-size: 30px;
		line-height: 40px;
	}

	.home-slider .banner-caption .home-banner-head i {
		font-size: 20px;
		line-height: 30px;
		margin: 10px 0 0;
	}

	.home-slider .banner-caption p {
		font-size: 14px;
		line-height: 24px;
	}

	.home-slider .mob-banner {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: unset;
	}

	.home-slider .banner-caption .home-banner-head i {
		border-radius: 20px;
	}

	.home-slider .banner-caption {
		margin: 40px 0;
	}

	.heading {
		font-size: 24px;
		line-height: 34px;
	}

	.whatnew_sec .swiper-button-next,
	.whatnew_sec .swiper-button-prev {
		display: none;
	}

	.cprght_ftr {
		padding-bottom: 70px;
	}

	.sub-menu .menu-item {
		min-width: 10px;
		max-width: 100%;
	}

	ul.sub-menu {
		left: 0 !important;
		padding: 15px !important;
	}

	.menu-main-menu-container {
		overflow-y: auto;
		height: 100%;
		padding-bottom: 80px;
	}

	.scrollable-submenu {
		max-height: 100% !important;
	}
}

@media(max-width:767px) {

	.section-divider {
		margin: 0 0 40px;
	}

	.pad-80 {
		padding: 40px 0;
	}

	.home-slider .carousel-indicators {
		bottom: 0;
	}

	.journey-wrap .img-wrap {
		width: 90px;
		height: 90px;
	}

	.journey-wrap .img-wrap img {
		width: 40px !important;
	}

	.journey-wrap .journey-wrap-head {
		font-size: 16px;
		line-height: 26px;
	}

	.insurance-options {
		padding: 30px 20px;
	}

	.get-in-touch-main:after {
		display: none;
	}

	.news-section-slider.owl-carousel .owl-nav {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
	}

	.faq-block .btn-block {
		font-size: 16px;
	}

	.ch-logo {
		margin: 0 0 20px;
	}

	.mob-search-form {
		width: 210px !important;
	}

	.ch-logo img {
		max-width: 120px;
	}

	.about-each-box {
		padding: 20px 15px;
	}

	.sticky-btn-fixed {
		top: auto;
		transform: none;
		bottom: 60px;
		padding: 12px 10px;
		width: auto;
		height: auto;
		box-shadow: none;
	}
   .cprght_ftr .text-center {
        text-align: left !important;
    }
 
    .cprght_ftr {
        padding-right: 60px;
    }

}