@font-face {
	font-family: 'Astrid';
	src: url('../fonts/Astrid.woff2') format('woff2'),
		url('../fonts/Astrid.woff') format('woff');
	font-weight: 500;
	font-style: normal;

}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

/*========== Font Face Start =============*/

/*========== Font Face End =============*/

.header {
	padding: 20px 0;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 88;
	transition: all 300ms ease-in-out;
}

.header.sticky {
    padding: 15px 0;
    background: #d0b8a8;
    z-index: 999;
} 

.header .header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	align-items: center;
}

.navigation .stellarnav.light {
	background: transparent;
}

.navigation .stellarnav {
	width: auto;
}

.navigation .stellarnav ul>li {
	padding: 0;
	margin: 0 16px 0 0;
}

.navigation .stellarnav ul>li:last-child {
	margin-right: 0;
}

.navigation .stellarnav ul>li>a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
	padding: 0;
	margin: 0;
}

.stellarnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
}

.navigation .stellarnav ul>li>a:hover {
	color: #B45876;
}

.navigation .stellarnav ul>li>a.active {
	color: #B45876;
}

.navigation .stellarnav ul>li>ul {
	padding: 10px;
	border-radius: 5px;
}

.navigation .stellarnav ul>li>ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.navigation .stellarnav ul>li>ul li a {
	font-size: 14px;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #000;
}

.navigation .stellarnav ul>li>ul li:first-child a {
	padding-top: 0;
}

.navigation .stellarnav ul>li>ul li:last-child a {
	padding-bottom: 0;
}

.navigation .stellarnav ul>li>ul li:last-child {
	border-bottom: none;
}

.header .logo {
	max-width: 300px;
	transition: all 300ms ease-in-out;
	display:inline-block;
}

.header .logo img {
	max-width: 100%;
}

.header.sticky .logo {
	max-width: 250px; display:inline-block;
}

.header .header-wrap .hd-right-side {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 0;
	margin: 0 0 0 50px;
}


/*=================================Header-end================================================================= */
/*======================================Banner-start===========================================================*/

.banner {
	padding: 100px 0px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/banner-bg.png) no-repeat #f4f0eb;
	background-size: cover
}

.banner-left-img {
	margin: 0px 0px 58px 0px;
	padding: 0px 0px;
	width: 430px;
	border: #000 1px solid;
	border-radius: 214px;
	box-shadow: 0px 10px 31px 0px #BAAEC194;
}

.banner-left-img.big {
	max-width: 426px;
	border: 4px solid #E282A2;
	border-radius: 224px;
}

.banner-left-img.big img {
	border-radius: 90px;
	position: relative;
	z-index: -1;
	transition: all 300ms ease-in-out;
}

.banner-left-img.big:hover img {
	top: 0px;
	left: 0px;
}

.banner .item>img {
	width: 100%;
}

.banner .item img {
	width: auto;
}


.banner-left {
	padding: 10px 0px 0px 50px;
	margin: 0px;
	position: relative;
}


.banner-left img {
	width: 90%;
	height: auto;
}


.banner-left img::before {
	content: '';
	width: auto;
	height: auto;
	background: url(../images/banner-img1-efftc.png) no-repeat bottom center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	top: 0px;
	margin: 0 auto;
}


.banner-right {
	margin: 148px 0px 0px;
    position:relative;
	
}
 

.banner-right h1 {
	font-family: "Astrid", serif;
	font-size: 57px;
	font-weight: 400;
	line-height: 66px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #682792;
	color:#B45876;
}


.banner-right p {
	font-family: "Astrid", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
	padding: 0px;
	margin: 0px;
/* 	color:#7b374d; */
	/*color:#EE4B2B;*/
	color:#007FFF;
}

#banner-slider .owl-dots {
	position: absolute;
	bottom: 75px;
	right: 60px;
	display: flex;
	align-items: center;
	gap: 4px;
	right: 0px;
}


#banner-slider .owl-dot {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
}

#banner-slider .owl-dot span {
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #fff;
	transition: all 300ms ease-in-out;
}

#banner-slider .owl-dot.active span {
	width: 22px;
	background: #B45876;
	border-radius: 10px;
}


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

/*===========================================info-section-start================================================================*/

.info-section-start {
	padding: 80px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/care-bg.png) no-repeat;
	background-size: cover;
}


.info-box {
	background: #E5C2EC;
	border-radius: 20px;
	padding: 40px 20px;
	display: flex;
	justify-content: start;
	gap: 11px;
	width: 100%;
transition: box-shadow 0.3s ease-in-out;
	min-height:278px;
   
	
}

.info-box:hover{box-shadow: 5px 10px 8px rgba(4, 6, 12, .2);}

.info-box-img {
	background: #fff;
	box-shadow: 0px 10px 31px 0px #A883C094;
	border-radius: 50%;
	text-align: center;
	padding: 13px 13px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-box-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.info-box-text {
	padding: 0px;
	margin: 0px;
	width: 82%;
	position: relative;
}


.info-box-text h3 {
	font-family: "Astrid", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 7px 0px;
}

.info-box-text p {
	font-family: "Poppins", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}


/*===========================================info-section-end=================================================================*/


/*===========================================Services-section-start============================================================*/


.services-section {
	padding: 60px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/services-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;
}


.services-section h2 {
	font-family: "Astrid", serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #412553;
}


.services-carousel {
	margin: 25px 0px 0px;
	padding: 0px;
}

.services-box{      justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    overflow: hidden; /* Hide overflow */ margin-bottom:20px;  }
    
.services-box img {
    width: 100%; /* Make the image take the full width of the container */
    height: auto; /* Maintain aspect ratio */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); /* Create hexagon shape */
    object-fit: cover; /* Ensure the image covers the area */
}   
    
.blog-box img {    clip-path: none;
    border: 4px solid #E282A2;
    margin-bottom: 20px !important;}
/*.services-box {*/
/*	padding: 15px;*/
/*	text-align: center;*/
/*}*/

/*.services-box-img {*/
/*	position: relative;*/
/*	padding: 0px;*/
/*	margin: 0px 0px 20px 0px;*/
/*}*/

/*.services-box-img.big {*/
/*	max-width: 426px;*/
/*	border: 4px solid #E282A2;*/
/*	border-radius: 224px;*/
/*}*/

/*.services-box-img.big img {*/
/*	border-radius: 90px;*/
/*	position: relative;*/
/*	top: -10px;*/
/*	left: -10px;*/
/*	z-index: -1;*/
/*	transition: all 300ms ease-in-out;*/
/*}*/

/*.services-box-img:hover img {*/
/*	top: 0px;*/
/*	left: 0px;*/
/*}*/

/* .services-box-img::after {
	content: '';
	width: 200px;
	height: 30px;
	background: url(../images/img-effct.png) no-repeat bottom center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: 0 auto;
} */


.services-box-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


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


.product-box-text h3 {
	font-family: "Astrid", serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 29px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	min-height: 60px;
}

.read-more-butn {
	background: #B45876;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	font-family: Astrid;
	font-size: 21px;
	font-weight: 400;
	line-height: 21px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	display: flex;
	margin: 0px auto;
	padding: 15px 10px;
	align-items: center;
	margin-bottom:30px;
}


.read-more-butn:hover {
	background: #2e141d;
	color: #fff;
}


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


/*===========================================Services-section-end=================================================================*/

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

.about-section {
	padding: 60px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/about-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;
}

.about-section h2 {
	font-family: "Astrid", serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	color: #412553;
}

.about-section-left {
	padding: 15% 8% 0% 0%;
	margin: 0px;
}


.about-section-left p {
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.about-section-left .read-more-butn {
	float: left;
}


.about-section-right {
	margin: 49px 0px 1px 0px;
	padding: 0px 0px;
	width: 397px;
	border-radius: 214px;
	box-shadow: 0px 10px 31px 0px #BAAEC194;
}

.about-section-right.big {
	max-width: 397px;
	border: 4px solid #E282A2;
	border-radius: 224px;
}

.about-section-right.big img {
	border-radius: 90px;
	position: relative;
	top: -10px;
	left: -10px;
	z-index: -1;
	transition: all 300ms ease-in-out;
}

.about-section-right.big:hover img {
	top: 0px;
	left: 0px;
}


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

/*===========================================Amenities-section-start===========================================================*/

.amenities-section {
	padding: 60px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/amenities-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;

}

.amenities-section h2 {
	font-family: "Astrid", serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	color: #412553;
}

.amenities-section-inner {
	margin: 70px 0px 0px;
	padding: 0px;
}


.amenities-box {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.amenities-box-img {
	width: 90px;
	height: 90px;
	display: flex;
	background: #D5809C;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	padding: 11px 11px;
	align-items: center;
	justify-content: center;
}

.amenities-box-img img {
	width: 35px;
	object-fit: contain;
}


.amenities-box-text {
	margin: 20px 0px;
	padding: 0px;
}

.amenities-box-text h3 {
	font-family: "Astrid", serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px;
}


/*===========================================Amenities-section-end===============================================*/


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

.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: #492833b0;
	height: 100%;
	bottom: 0px;
	text-align: left;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}

.video-box {
	padding: 80px 0px 45px 0px;
	margin: 0px;
}


.video-box h3 {
	font-family: "Astrid", serif;
	;
	/*font-size: 55px;*/
	font-weight: 400;
	line-height: 47px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.video-box p {
	font-family: "Astrid", serif;
	;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


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


.play-button {
	position: absolute;
	top: 67%;
	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: #fff;
	border: 1px solid #fff;
	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: 75px;
	height: 75px;
	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 #fff;
	position: relative;
	font-size: 20px;
}

.play-button a i {
	color: #492833;
	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-end===================================================*/


/*===========================================client-says-section-start==================================================*/

.clientsays-section {
	padding: 60px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/saying-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;

}

.clientsays-section h2 {
	font-family: "Astrid", serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	color: #412553;
}

.clientsays-carousel {
	margin: 50px 0px 0px;
	padding: 0px;
}

.clientsays-carousel .owl-dots {
	display: none;
}

.clientsays-carousel .owl-carousel .owl-nav.disabled {
	display: block;
	position: unset;
}

.clientsays-carousel .owl-prev {
	position: absolute;
	font-size: 25px !important;
	left: -3%;
	top: 37%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	box-shadow: 0px 3px 4px 0px #b3b2b594;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clientsays-carousel .owl-next {
	position: absolute;
	right: -3%;
	top: 37%;
	width: 38px;
	height: 38px;
	background: #D5809C !important;
	border-radius: 50%;
	box-shadow: 0px 3px 4px 0px #b3b2b594;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clientsays-carousel .owl-next span {
	font-size: 25px !important;
	color: #fff;
}

.client-box {
	text-align: center;
	margin: 0px auto;
	padding: 0% 5%;
}


.client-box-img {
	margin: 0px auto;
	width: 88px;
	height: 88px;
	position: relative;
	display:none;
}

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

.quote {
	width: 30px;
	height: 30px;
	background: #BF5CFF;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: -12%;
	top: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.quote img {
	width: 14px !important;
	object-fit: contain;
}


.client-box-text {
	margin: 30px 0px 20px;
}


.client-box-text p {
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #686871;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	min-height: 110px;
}

.client-box-text h6 {
	font-family: "Astrid", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 19.5px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #1E222B;
	padding: 0px;
	margin: 0px;
}


/*===========================================client-says-section-end===================================================*/

/*===========================================appointment-section-start===================================================*/

.appointment-section {
	padding: 0px;
	margin: 0px;
	height: auto;
	background: url(../images/app-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: cover;
	position: relative;
}


.appointment-section-right {
	padding: 0% 15% 0% 0%;
}


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

.app-sec-box{ 
    background: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%; border: 12px solid #B45876;}

/*===========================================appointment-section-end===================================================*/


/*------- Servicescard Start -------*/
.appointment-sectioncard {
	margin: 40px 0px;
	padding: 0px 0px;
	position: relative;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.sectioncardleft {
	position: relative;
	padding: 0 0 0 60px;
}

.appointment-sectioncard h4 {
	margin: 0px 0px;
	padding: 20px 0px;
	font-family: "Astrid", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 26.5px;
	text-align: center;
	color: #fff;
	writing-mode: vertical-rl;
	block-size: auto;
	position: absolute;
	left: 0px;
	bottom: 0;
	-webkit-writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.appointment-section-left {
    /*width: 100%;*/
    /*max-width: 440px;*/
    /*margin: 0px 0px;*/
    /*padding: 20px 0px;*/
    /*font-family: "Astrid", serif;*/
    /*font-size: 27px;*/
    /*font-weight: 400;*/
    /*line-height: 19.5px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*background: #6A2E92;*/
    
    width: 100%;
    max-width: 440px;
    margin: 0px 0px;
    padding: 6px 11px;
    font-family: "Astrid", serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 0px;
    text-align: center;
    color: #fff;
    background: #6A2E92;
    max-height: 632px;
}

.appointment-section-left h2 {
	margin: 0px 0px;
	padding: 20px 0px;
	font-family: "Astrid", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 19.5px;
	text-align: center;
	color: #fff;
	background: #6A2E92;
}

.appointment-box {
	margin: 0px 0px;
	padding: 18px 26px;
	position: relative;
	min-height: 444px;
}

.appointmentform .form-group {
	margin-bottom: 12px;
}

.appointmentform .form-group label {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px;
	font-size: 14px;
	font-family: "Poppins", serif;
	color: #1B1C20;
	    margin-bottom: 12px;
}

.appointmentform .form-group .form-control {
	display: block;
	width: 100%;
	padding: 12px 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background: #EEE;
	background-clip: padding-box;
	border: 1px solid #EEE;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wpcf7-textarea{ height:50px;}
.appointmentform{text-align:left;}
.submit-btn {
	font-family: "Astrid", serif;
	font-size: 20px;
	font-weight: 400;
	width: 88px;
	height: 88px;
	background: #B45876;
	border-radius: 50%;
	text-align: center;
	padding: 30px 10px;
	color: #fff;
	border: 0px;
	position: absolute;
	left: 39%;
	right: 39%;
	bottom: -46px;
}

.submit-btn:hover {
	background: #c24871;
}
.appointmentform .wpcf7-not-valid-tip{font-size:12px;}
.footer-right {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	justify-content: space-around;
}

.servicescard {
	margin: 0px 0px;
	padding: 20px 19px;
	position: relative;
	min-width: 246px;
	width: 100%;
}

.servicescard01 {
	background: #D5809C;
}

.servicescard02 {
	background: #ffffff;
	display:none;
}

.servicescard03 {
	background: #6A2E92;
}

.servicescard02 h4 {
	color: #1B1C20 !important;
}

.servicescard02 li a {
	font-size: 14px;
	line-height: 25px;
	color: #1B1C20 !important;
	text-decoration: none;
}

.servicescard02 .servicescard li a:hover {
	color: #1B1C20 !important;
	text-decoration: underline;
}

.servicescard h4 {
	padding: 0px 0px;
	margin: 0px 0px;
	font-family: "Astrid", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 60px;
	text-align: left;
	color: #ffffff;
}

.servicescard h5 {
	padding: 0px 0px;
	margin: 0px 0px;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 6px;
}

.cardicon {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 12px;
}

.servicescard ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.servicescard li {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "Poppins", serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
	font-style: normal;
}

.servicescard li a {
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
}

.servicescard li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*------- Servicescard End -------*/


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


.footer-section {
	background: #171934;
	padding: 80px 0px;
	margin: 0px;
}


.footer-left {
	padding: 0px;
	margin: 0px;
}

.footer-logo {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.footer-logo img {
	width: 212px;
	height: auto;
	object-fit: cover;
}

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

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 15px;
	align-items: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.footer-social-icon ul li {
	padding: 9px 0px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}


.footer-social-icon ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
}


.footer-text {
	margin: 0px;
	padding: 0px;
}


.footer-text p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #C5C6D6;
}


.footer-text p a {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #BF5CFF;
}


.footer-text p a:hover {
	color: #fff;
}


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


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

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #E5C2EC;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	border: 1px solid #E5C2EC;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	-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);
	line-height: 42px;
}

.go-top svg {
	max-width: 16px;
	filter: brightness(1) invert(1);
}

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


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


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

.inner-banner {
	padding: 100px 0px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/inner-banner.png) no-repeat #f4f0eb;
	background-size: cover;
}


.inner-banner h1 {
	font-family: "Astrid", serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	margin: 0px auto;
	padding: 5% 0%;
	color: #682792;
}


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


/*=========================================about-page==================================================================*/


.inner-about-section .about-section-left {
	padding: 15% 0% 0% 0%;
	margin: 0px;
}


/*=========================================about-page===============================================================*/

/*=========================================services-page=============================================================*/


.inner-services-section .about-section-left p {
	margin: 0px 0px 40px 0px;
}


.about-section.inner-services-section ul {
	padding: 0px;
	margin: 20px 0px;
}


.about-section.inner-services-section ul li {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	gap: 8px;
	align-items: stretch;
}


.about-section.inner-services-section ul li::before {
	font: normal normal normal 14px/2 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #B45876;
}


/*=========================================services-page=============================================================*/


/*=========================================gallery-page=============================================================*/

.inner-gallery-section {
	padding: 60px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/services-bg.png) no-repeat;
	background-size: auto;
	background-size: cover;
}


/*=========================================gallery-page=============================================================*/


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


.contact-page-top-section {
	padding: 80px 0px;
	margin: 0px;
	height: auto;
	background: url(../images/contact-page-bg.png) no-repeat;
	background-size: cover;
}


.contact-box {
      background: #F4E2FF;
    box-shadow: 0px 0px 40px 0px #BF5CFF0D;
    border-radius: 25px;
    padding: 32px 30px;
    clear: both;
    min-height: 120px;
    margin-bottom: 20px;
}


.contact-box-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;  
	padding: 11px;
	background: #D5809C;
	display: inline-block;
	margin-right: 25px; 
		float: left; 
}


.contact-box-text {
	padding: 0px;
	margin: 10px 0px 0px;
	float: left;
}

.contact-box-text h4 {
	font-family: Poppins;
	font-size: 26px;
	font-weight: 300;
	line-height: 45px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px;
	color: #000;

}


.contact-box-text h4 a {
	font-family: Poppins;
	font-size: 26px;
	font-weight: 300;
	line-height: 45px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px;
	color: #000;
}


.contact-box-text h4 a:hover {
	color: #D5809C;
}


.google-location {
	padding: 0px;
	margin: 0px;
}


.google-location iframe {
	width: 100%;
	height: 600px;
	object-fit: cover;
}


.inner-gallery-section .services-box {
 	z-index: 9999;
	position: relative;
} 


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

textarea.wpcf7-form-control.wpcf7-textarea.form-control { 
    height: 120px;
}

.servicescard h5 a{
color: #ffffff;
}

.head-contact{  } 

.head-contact a{    top: 30%;
    display: inline-block;
    position: fixed;
    left: -5%;
    rotate: 90deg;
    background: #B45876;
    padding: 10px 20px 19px 19px;
    border-radius: 10px 10px 0px 0px; font-size:20px; color:#fff; z-index:999;}
.head-contact a:hover{background:#000; color:#fff;}   
.service-detail .about-section-left{padding:20px 0px;}
.entry-footer,.post-navigation,.comments-area{ display:none;}
.inner-page{padding:30px 0px;} 
.services-box-img img{    width: 100%;
    max-width: 360px;
    text-align: center;
    display: table;
    margin: 0px auto;} 
.page-template-services .read-more-butn{margin-bottom:40px;}    
.single-service .services-box-img img{ max-width: 450px;}
body > section.services-section > div > div > div:nth-child(10){    display: table;
    margin: 0px auto;}
    

.heading-one strong{  
    font-size: 19px;
    position: absolute;
    bottom: 71px;
    left: 29%;
    color: #FFCE1B;}    
.heading-one{color:#68ff00;}
.subheading-one{color:#7851A9;} 
.heading-two{color:#40E0D0;}
.subheading-two{color:#FFCE1B;}
.inner-page .entry-header{ display:none;}
.page-id-272 .inner-page{background: rgba(213, 128, 156, .3);}
.aigwl_hexagonal_gallery_item{ width: 300px !important; height: 330px !important; margin-bottom: 60px;}
.aigwl_hexagon2{    width: 284px !important;
    height: 350px !important;}
.aigwl_hexagonal_gallery_sec .hexagonal_gallery_sec{ width: 910px !important;}
.aigwl_hexagonal_gallery_item:nth-child(7n-2) {   margin-left: 0px !important;}
#post-404 > div > div > div > div:nth-child(1),#post-404 > div > div > div > div:nth-child(2),#post-404 > div > div > div > div:nth-child(3){margin-bottom: 5px;}
.app-sec-box-non{display:none;}
.app-sec-box{display:block;}
.app-sec-box-det{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 20%; display:block;}
.app-sec-box-det h3{ margin-bottom:20px;}  
.but-yes,.but-no{
    font-family: "Astrid", serif;
    font-size: 20px;
    font-weight: 400;
    background: #B45876;
    text-align: center;
    padding: 2px 24px;
    border-radius: 30px;
    color: #fff;
    border: 0px;
    line-height: 29px;
    margin-top: 5px;     position: relative;
    z-index: 99;}
.but-no{ background:#000;margin-bottom: 60px;}
.appointment-section-left h6{
    font-family: "Astrid", serif;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    top: 120px;
    position: relative;
    } 
    
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000;
    line-height: 20px;
    font-size: 10px;
}    

#post-404 > div > div > div > div:nth-child(17) > div > div{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
 transform: none;}
#post-404 > div > div > div > div:nth-child(17) > div > div > a > img{
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);}  
 #post-404 > div > div > div > div:nth-child(17) > div > div{height:auto;}  
 #post-404 > div > div > div > div:nth-child(17) > div > div,#post-404 > div > div > div > div:nth-child(17) > div{    overflow: visible;}
 #post-404 > div > div > div > div:nth-child(17){ bottom:70px;right:90px;}
 
 
 .modal-header h3{color:#000;}
 h5.other-add{
    padding: 0px; 
    line-height: 20px;}
    
    
.custom-background {
    background-image: url(../images/contact-bg.webp);/* Replace with your image URL */
    background-size: cover;
    background-position: center;
    padding: 20px; /* Padding left and right */
    position: relative;
    height: 400px; /* Set a height for the column */
    overflow: hidden;
}

.text-container {
    position: absolute;
    bottom: 0%;
    left: 100px;
    right: 100px;
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .5);
    border-radius: 2px;
}    

 .custom-background h6{ margin-top: 5px; margin-bottom: 5px;}  
.text-container a{color:#D5809C;}  
.text-container a:hover{color:#000;}  
.otr-nav li{display: inline-block;  margin-right: 10px;}