/* Header Css  */
.site-header {
	position: relative;
	width: 100%;
	z-index: 99;
	/* background: var(--body-color); */
}

.site-header::after {
	content: "";
	position: absolute;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 92%;
	top: 0;
	z-index:-1;
}

.site-header .mobile-header {
	position: fixed;
	width: 50%;
	height: 100vh;
	top: 0;
	right: 0;
	padding: 100px 40px 20px;
	background-color: var(--extra-color-1);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 9999;
}

.header-logo .logo-here {
	object-fit: cover;
	width: 100%;
	max-width: 270px;
}

.head-link {
	gap: 60px;
}

.head-link li:first-child {
	list-style: none;
	padding-left: 0px;
}

.contact-icon {
	background: var(--secondary-color);
	color: var(--primary-color);
	border: 1px solid transparent;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	animation: pulse-animation1 2s infinite;
	text-decoration: none;
}

.contact-icon i {
	font-size: 20px;
}

@keyframes pulse-animation1 {
	0% {
		box-shadow: 0 0 0 0px rgb(1, 83, 1, 0.2);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 1700px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}
}

@media (max-width: 991px) {
	.site-header .mobile-header.active {
		transform: translateX(0);
	}
}

/* Header Css  */

/* banner Css  */
.banner {
	margin-top: -10px;
}
/*.banner::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	background-image: url(../img/banner-bottom.png);*/
/*	background-repeat: no-repeat;*/
/*	width: 80%;*/
/*	height: 100px;*/
/*	margin: auto;*/
/*	bottom: -16px;*/
/*	background-size: cover;*/
/*	z-index: 9;*/
/*	left: 0;*/
/*	right: 0;*/
/*}*/
.banner-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	z-index: 1;
}

.banner-wrapper {
	display: flex;
	justify-content: center;
	align-items: start;
}

.banner .swiper-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
}

.banner .swiper-pagination {
	position: absolute;
	/* top: 0; */
	bottom: 180px;
	right: 30px;
	width: 130px;
	left: unset;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: auto;
	transform: rotate(48deg);
	height: 150px;
}

.swiper-line {
	position: relative;
}

.swiper-line::after {
	content: "";
	background-color: #fff;
	width: 70px;
	height: 2px;
	position: absolute;
	left: 40px;
	bottom: 4rem;
	transform: rotate(90deg);
	z-index: 99;
}

/* .banner .swiper-banner .swiper-button-prev {
    bottom: 140px;
    left: 8%;
    top: unset;
}

.banner .swiper-banner .swiper-button-next {
    right: unset;
    left: 16%;
    bottom: 140px;
    top: unset;
} */

.banner .swiper-banner .swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 12px;
	color: var(--body-color);
}

.banner .swiper-pagination-bullet {
	padding: 0px 5px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 19px;
	font-family: var(--primary-bold-font);
	color: var(--body-color);
	opacity: 1;
	background: transparent;
	position: relative;
	transition: 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px !important;
}

.banner .swiper-pagination-bullet-active span.bullet-number {
	display: block;
	font-size: 34px;
	color: var(--extra-color-2);
	transform: rotate(311deg);
}

.banner .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	transform: rotate(-45deg);
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	color: var(--body-color);
	background: transparent;
	font-size: 32px;
	font-family: var(--primary-bold-font);
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px !important;
}

span.bullet-number {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: unset;
	/* display: none; */
	/* bottom: -20px; */
	transform: rotate(310deg);
	/* left: -10px; */
}

.banner-social-links {
	z-index: 9;
	height: fit-content;
	margin: auto;
}

.active-slide-number {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.banner-icon {
	background: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
}

.banner-icon:hover {
	background: var(--secondary-color);
	color: var(--primary-color);
}

.heading-bg:before {
	content: "";
	position: absolute;
	background: linear-gradient(45deg, #4d99cd, transparent);
	width: 100%;
	height: 75px;
	z-index: -1;
	left: -10px;
	bottom: 0;
	top: 0;
	margin: auto;
}

/* .about-heading::after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    width: 70px;
    height: 4px;
    display: block;
    bottom: 0px;
    left: -10px;
    border-radius: 2px;
} */

.scroll-down-wrapper {
	bottom: 20px;
	z-index: 10;
}

/* Banner Section End Here */

/* about-section Css  */

.about-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/about-sec-left-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.about-section::after{
    	content: "";
	position: absolute;
	background-image: url(../img/about-sec-right-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 944px;
	height: 1274px;
	z-index: -1;
    top: 0;
    right: 0;
}
.call_img {
	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.cell-no:hover {
	color: var(--secondary-color);
}

/*.about_fig::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	background-color: var(--secondary-color);*/
/*	width: 740px;*/
/*	height: 740px;*/
/*	top: -15px;*/
/*	left: -19px;*/
/*	z-index: 99;*/
/*	border-radius: 50%;*/
/*	clip-path: inset(0 20% 0 0);*/
/*	transform: rotate(-40deg);*/
/*	animation: rotateAnimation 9s infinite linear;*/
/*}*/

.circle-wrapper {
	position: absolute;
	bottom: 0;
	top: 200px;
	margin: auto;
	height: fit-content;
	z-index: 999;
	right: 0px;
}
.circle-wrapper-left{
    position: absolute;
    bottom: 0;
    top: 300px;
    margin: auto;
    height: fit-content;
    z-index: 999;
    /* right: 26px; */
    left: -100px;
    	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
/*.about_fig::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 770px;*/
/*	height: 770px;*/
/*	top: -32px;*/
/*	left: -34px;*/
/*	border-radius: 50%;*/
/*	z-index: 9;*/
/*	transform: rotate(-60deg);*/
/*	clip-path: polygon(0% 0%, 80% 0%, 40% 100%, 0% 100%);*/
	/* background: #e3f0ed; */
/*	border: 2px dashed #a9abaf;*/
/*}*/

@keyframes float_up_down {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
		/* Adjust the value for the float effect */
	}

	100% {
		transform: translateY(0);
	}
}

/* about-section Css  */

/* service-section Css */
.service_heading::before {
	content: "";
	position: absolute;
	background-color: var(--secondary-color);
	background-size: cover;
	width: 120px;
	height: 1px;
	left: -140px;
	top: 0;
	margin: auto;
	bottom: 0;
}

.service_heading::after {
	content: "";
	position: absolute;
	background-color: var(--secondary-color);
	background-size: cover;
	width: 120px;
	height: 1px;
	right: -140px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.service-section {
	padding: 50px 0px 150px;
	/*margin: 100px 0;*/
}

/*.service-section::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	background-image: url(../img/service-bg.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	width: 95%;*/
/*	height: 100%;*/
/*	z-index: 1;*/
/*	top: 0;*/
/*}*/

.service-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/our-serveice-bg.png);
	background-size: cover;
	background-position: center;
	width: 90%;
	height: 500px;
	z-index: 1;
	top: -3rem;
	right: 0;
}

/*.service_main_wrapper::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	background-image: url(../img/circle-img.png);*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	width: 150px;*/
/*	height: 150px;*/
/*	z-index: 1;*/
/*	top: 160px;*/
/*	left: -50px;*/
/*}*/

/*.service_main_wrapper::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	background-image: url(../img/circle-img.png);*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	width: 150px;*/
/*	height: 150px;*/
/*	z-index: 1;*/
/*	bottom: -210px;*/
/*	right: -100px;*/
/*}*/

.service-img-wrapper figure .img-fluid {
	border-radius: 0px;
}

/* service-section Css */

/* residential-section Css  */
.residential-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/residential-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

@keyframes background-animate {
	0% {
		background-color: var(--secondary-color);
	}

	33% {
		background-color: var(--extra-color-4);
	}

	66% {
		background-color: var(--primary-color);
	}

	100% {
		background-color: var(--secondary-color);
	}
}

.residental_fig::before {
	content: "";
	position: absolute;
	background: var(--secondary-color);
	background-size: cover;
	width: 360px;
	height: 160px;
	left: -15px;
	bottom: -15px;
	border-radius: 30px;
	z-index: 1;
	animation: background-animate 3s ease-in-out infinite;
}

.residential_heading {
	opacity: 0.05;
}

.residentail-text {
	left: -70px;
	z-index: -1;
}

.residental_fig img.img-fluid {
	z-index: 9;
	position: relative;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.circle-wrap {
	top: -60px;
	left: -70px;
	z-index: -1;
}

.circle-wrap-one {
	bottom: -60px;
	right: -70px;
	z-index: -1;
}

.ml1 .letter {
	display: inline;
	/* line-height: 1em; */
}

.ml1 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
	opacity: 1;
}

/* residential-section Css  */

/* client-section Css  */

.client-section {
	padding: 60px 0px 200px;
}

.client-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/testi-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
	width: 851px;
	height: 820px;
	top: 0;
	z-index: -1;
}

.client-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/testi-left-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 1556px;
	height: 1274px;
	top: -700px;
	right: 0;
	z-index: -1;
}

.client-img-wrap .reviews-wrap .review-li {
	font-size: 12px;
}

.client-slider .slick-dots {
	bottom: -50px;
	left: 0;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	top: unset;
	right: 0;
	row-gap: 0;
	gap: 10px;
	margin: auto;
	max-width: fit-content;
	display:none;
}

.client-slider .slick-dots li {
	background: var(--extra-color-2);
	border: 0;
	height: 5px;
	width: 60px;
	margin: 0 6px;
	transition: 0.4s ease;
	border-radius: 3px;
		display:none;
}

.client-slider .slick-dots li.slick-active {
	background: var(--extra-color-1);
	border-color: transparent;
	width: 90px;
		display:none;
}

.client-slider .slick-list.draggable {
    padding-top: 70px;
}

.testi-left-img {
	bottom: -75px;
	right: -18rem;
}

.testi-right-img {
	left: -250px;
}

.testi-commas {
	margin-top: -60px;
	margin-right: 190px;
}

.img-icon-span {
	background: #0097a7;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.review_img {
	bottom: 150px;
	right: -40px;
	z-index: 9;
}


.blog-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/blog-bg-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1556px;
	height: 1274px;
    right: 0;
    bottom: 100px;
	z-index: -1;
}
/* client-section Css  */

/* .contact-section {
    padding: 100px 0px 68px;
} */



.contact-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/contact-bg-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 986px;
	height: 1250px;
    right: 0;
    bottom: -300px;
	z-index: -1;
}


.contact-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/contact-bg-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1262px;
	height: 1024px;
	bottom: 0;
	z-index: -1;
}
/* footer Css  */

.site-footer {
	padding: 100px 0px 10px;
	background-position: top;
	/*background-image: url(../img/footer-bg.png);*/
}
.site-footer::before {
    content: "";
	position: absolute;
	background-image: url(../img/footer-bottom-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 117px;
	bottom: 0;
	z-index: 0;

}

.site-footer::after {
    content: "";
	position: absolute;
	background-image: url(../img/footer-top-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 117px;
	top: -57px;
	z-index: 0;

}
.footer-bottom{
    position:relative;
    z-index:10;
    margin-top:50px;
}
.logo-wrap {
	position: relative;
	padding-left: 8px; /* space for fake border */
}

.logo-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	height: 100%;
	width: 2px;
	background: linear-gradient(
		to bottom,
		#e0e0e00f,
		/* light top */ #3e3c3c 70%,
		/* dark center */ #e0e0e00f /* light bottom */
	);
	border-radius: 4px;
}

.logo-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	height: 100%;
	width: 2px;
	background: linear-gradient(
		to bottom,
		#e0e0e00f,
		/* light top */ #3e3c3c 70%,
		/* dark center */ #e0e0e00f /* light bottom */
	);
	border-radius: 4px;
}

/* footer Css  */

.banner-social-links {
    z-index: 9;
    height: fit-content;
    margin: auto;
    display: none;
}

@media (min-width: 768px) {
    .banner-social-links {
        display: flex;
    }
}

.banner-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

.banner-content-wrapper {
    text-align: center; /* Center text for smaller screens */
}

@media (min-width: 992px) {
    .banner-content-wrapper {
        text-align: left; /* Align text to left for larger screens */
    }
}

.scroll-down-wrapper {
    bottom: 20px;
    z-index: 99;
}

/* Swiper Pagination */
.swiper-pagination {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-line::after {
    content: "";
    background-color: #fff;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Responsive adjustment for Swiper */
@media (max-width: 768px) {
    .swiper-slide {
        text-align: center;
    }

    .banner-content-wrapper {
        margin: auto;
    }
}

.banner-icon {
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}

.banner-icon:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

/* Responsive Font Sizes for Mobile */
@media (max-width: 768px) {
    .banner-content-wrapper h4 {
        font-size: 1.2rem; /* Smaller font size for mobile */
    }

    .banner-content-wrapper h2 {
        font-size: 1.3rem; /* Adjusted font size for mobile */
    }

    .banner-content-wrapper h3 {
        font-size: 1.2rem; /* Adjusted font size for mobile */
    }

    .banner-content-wrapper h5 {
        font-size: 1rem; /* Adjusted font size for mobile */
    }

    .banner-content-wrapper p {
        font-size: 0.9rem; /* Adjusted font size for mobile */
    }

    .banner-btn-wrapper a.btn {
        font-size: 0.8rem; /* Adjusted button font size for mobile */
        padding: 8px 16px; /* Adjusted button padding for mobile */
    }
}
/* Default size for scroll-down button */
.scroll-down-wrapper .scrolldown-btn figure img {
    width: 60px; /* Default width for desktop */
    height: auto; /* Maintain aspect ratio */
}

/* Responsive adjustments for mobile devices */
@media (max-width: 768px) {
    .scroll-down-wrapper .scrolldown-btn figure img {
        width: 40px; /* Smaller width for mobile */
        height: auto; /* Maintain aspect ratio */
    }
    
.scroll-down-wrapper {
    bottom: -27px;
    z-index: 99;
}
.banner::after {

	display:none;
}
}

/* Responsive Styling */
@media (max-width: 992px) {
    .about-heading {
        font-size: 2rem; /* Smaller font size for tablets */
    }

    .about-heading .heading-bg {
        font-size: 1.8rem; /* Adjusted font size for heading background */
    }

    .about-content-wrapper p {
        font-size: 0.9rem; /* Smaller font size for paragraphs */
    }

    .about-btn a.btn {
        font-size: 0.9rem;
        padding: 8px 16px; /* Adjusted button padding for smaller screens */
    }

    .header-details-wrapper {
        flex-direction: column; /* Stack the call details vertically on smaller screens */
        text-align: center; /* Center-align contact details */
    }
}

@media (max-width: 768px) {
    .about-heading {
        font-size: 1.8rem; /* Smaller font size for mobile */
    }

    .about-heading .heading-bg {
        font-size: 1.6rem; /* Adjusted font size for heading background on mobile */
    }

    .about-content-wrapper p {
        font-size: 0.8rem; /* Smaller font size for paragraphs on mobile */
    }

    .about-btn a.btn {
        font-size: 0.8rem;
        padding: 6px 12px; /* Adjusted button padding for mobile */
    }

    .header-details-wrapper {
        flex-direction: column; /* Stack call details vertically */
        text-align: center;
    }
    .about_fig::before {
	display:none;
}
.about_fig::after {
    display:none;
}
.about-section::before{
    bottom:650px;
    width:130px;
    height:130px;
}
.service_main_wrapper::after{
    display:none;
}
.service_heading::after{
      display:none;
}
.residental_fig img.img-fluid{
     display:none;
}
}
/* Default styling (desktop) */
.testi-img-wrapper {
    display: block; /* Images are visible on desktop */
}

.client-slider .client-slide {
    display: flex; /* Default flex layout */
}
.client-slide::before{
    content: "";
	position: absolute;
	background-image: url(../img/testi-comma.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 148px;
	height: 110px;
	top:-70px;
	z-index: 10;
	left:50px;
}
/* Responsive styling for mobile devices */
@media (max-width: 768px) {
    .testi-img-wrapper {
        display: none; /* Hide images on mobile devices */
    }

    .client-slider .client-slide {
        display: block; /* Vertically stack testimonials */
    }

    .review_main_wrapper {
        flex-direction: column; /* Stack content vertically on mobile */
    }

    .client-para {
        text-align: center; /* Center-align text for better readability */
    }
    .client-section::before{
        width:100%;
    }
    h2.level-3-lg.level-4-md.heading-font.primary-color{
        font-size:36px;
    }
    section.contact-section.section.position-relative {
    margin-top: 100px;
    }
   
}





section.client-section.section.position-relative .ts {
    font-size: 16px;
    text-align: left;
    width: 450px;
    color: white;
    font-family: var(--primary-regular-font);
}

@media (max-width: 768px) {
     section.client-section.section.position-relative .ts {
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: white;
    font-family: var(--primary-regular-font);
    padding-left:10px;
    padding-right:10px;
    }
}

h2.tsi {
    text-align: left;
    font-size: 59px;
    font-family: var(--secondary-regular-font);
    color: var(--primary-color);
}

@media (max-width: 768px) {
   h2.tsi {
    text-align: center;
    font-size: 40px;
    font-family: var(--secondary-regular-font);
    color: var(--primary-color);
}

}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    background: var(--secondary-color) !important;
    border-radius: 10px 24px;
    font-size: 14px;
    color: var(--extra-color-2);
    text-align: center;
    font-family: var(--primary-medium-font);
    border: 1px solid transparent;
    padding: 14px 30px !important;
    transition: 0.6s all;
}

.how-step-icon{
     width: 200px;
    height: 200px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: var(--secondary-color);
}

.how-it-works-section::before{
     content: "";
	position: absolute;
	background-image: url(../img/how-left-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1602px;
	height: 1274px;
	top:-300px;
	z-index: -1;
	left:0px;
}
.mental-sec::before{
     content: "";
	position: absolute;
	background-image: url(../img/mental-left-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1499px;
	height: 1274px;
	top:-200px;
	z-index: -1;
	left:0px;
}
.mental-sec::after{
     content: "";
	position: absolute;
	background-image: url(../img/mental-right-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1499px;
	height: 1274px;
	top:-200px;
	z-index: -1;
	right:0px;
}
.family-sec::after{
     content: "";
	position: absolute;
	background-image: url(../img/family-threapy-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
	top:0px;
	z-index: -1;
	right:0px;
}
.family-sec::after{
     content: "";
	position: absolute;
	background-image: url(../img/family-threapy-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
	top:0px;
	z-index: -1;
	right:0px;
}
.dep-sec::after{
     content: "";
	position: absolute;
	background-image: url(../img/dep-left-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1602px;
	height: 1274px;
	top:-600px;
	z-index: -2;
	left:0px;
}
.dep-sec{
    margin-top:150px;
}
.how-it-works-section::after{
     content: "";
	position: absolute;
	background-image: url(../img/how-right-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1230px;
	height: 958px;
	top:0px;
	z-index: -1;
	right:0px;
}
.date-wrap {
    background: var(--secondary-color);
    border-radius: 40px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    bottom: -20px;
}
.blog-card {
    margin: 0px 20px;
    clip-path: polygon(0 0, 100% 0%, 100% 91%, 0% 100%);
    /* padding-bottom: 80px; */
    padding: 10px 10px 60px 10px;
}
.about-section{
        padding: 50px 0px 100px;
}
.contact-detail {
    margin: 60px 0;
    text-align: center;
}
.iconic {
    width: 150px;
    height: 150px;
    background-color: var(--secondary-color);
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-modal-bg {
    background: url('./img/how-it-works-bg.png'), linear-gradient(135deg, #4fc3f7 0%, #1976d2 100%);
    background-blend-mode: lighten;
    color: #fff;
    border-radius: 38px;
    box-shadow: 0 6px 40px rgba(0,0,0,0.20);
  
}

.appointment-modal-bg .form-control,
.appointment-modal-bg .form-control:focus {
    background: #fff;
    color: #222;
    border: none;
    box-shadow: none;
    
    padding: 13px 18px;
}

.appointment-modal-bg textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

.appointment-modal-bg .btn-dark {
    background: #173a5e;
    color: #fff;
    border: none;
}

.appointment-modal-bg .btn-dark:hover,
.appointment-modal-bg .btn-dark:focus {
    background: #215a8e;
    color: #fff;
}

.appointment-modal-bg .btn-close {
    filter: invert(1);
}
.proCard {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
    margin-right: 22px;
    margin-left: 22px;
}
.prob-1 {
  
  align-items: center;
  /* justify-content: space-between; */
  padding: 15px 0;
}

.prob-1 h5 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Poppins', sans-serif;
}


.proBody {
  padding: 33px 10px 0px 10px;
}

.proBody ul {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 25px 0;
  border-top: 2px dashed #000;
  margin-top: 15px;
  gap: 37px;
}

.proBody ul li {
  color: var(--text-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.proSld {
  margin: 0 10px;
}

.propBtn button {
  height: 70px;
  width: 70px;
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 2rem;
  background-color: #fefefe;
}

.proHead {
  position: relative;
}

.proHead .date {
    background-color: white;
    box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.24);
    position: absolute;
    top: auto;
    color: black;
    display: flex;
    align-items: center;
    bottom: -23px;
    left: 12px;
    z-index: 99;
    text-align: start;
    padding-left: 20px;
    border-radius: 13px;
    padding-right: 30px;
}

.proHead .date h5 {
    color: black;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    margin-left: 20px;
}
.mental-sec{
    margin-top:200px;    
}
.mission_icon::before {
	content: "";
	position: absolute;
	background: #37c0da;
	width: 150px;
	height: 130px;
	background-size: cover;
	opacity: 0.14;
	top: -30px;
	left: -15px;
	right: 0;
	margin: auto;
	border-radius: 40px;
	z-index: -1;
}

.mission_icon {
	flex: 0 0 10%;
}
.mission-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/dep-left-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1274px;
    top: 1500px;
    z-index: -1;
    left: 0px;
}



section.service-section.section.position-relative .level-4-lg {
    font-size: 24px;
}

.contacttex{
     width: 620px;
    font-size: 17px;
    color: white;
}

.stro{
    color:white;
}

.pad{
    margin-top:100px;
    margin-bottom:60px;
}

.srv{
     margin-top:50px;
}

.new-heading {
    color: white;
    font-family: Baskerville Old Face;
    letter-spacing: 3px;
    font-size: 60px;
}

.cont{
    color: white;
    font-family: Baskerville Old Face;
    letter-spacing: 3px;
    font-size: 70px;
}

.banner-head{
      color: white;
    font-family: Baskerville Old Face;
    
    font-size: 76px;
}

.prag {
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
}


.dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown {
        position: relative;
    }

    .dropdown > a::after {
        content: " ▾"; /* down arrow */
        font-size: 0.8rem;
        margin-left: 5px;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #11385c;
        z-index: 1000;
        min-width: 200px;
        padding: 10px 0;
        border-radius: 4px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

   .dropdown-menu a {
    padding: 8px 20px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    width: 250px;
}

    .dropdown-menu a:hover {
        background-color: black;
        color:white;
    }
    
 .priv a {
    color: white !important;
}   
    
    
    
 .nur{
     font-size: 22px;
font-family: var(--primary-semibold-font);
color:white;
 } 
 
 
 h2.about-heading.heading-font.level-3.primary-color.position-relative.mb-4 {
    margin-bottom: 10px !important;
}


.contact-us p.text-white.text-decoration-none {
    width: 550px;
}