
:root {
	--cnvs-themecolor: #000;
	--cnvs-themecolor-rgb: 0, 0, 0;
	
	--cnvs-body-font: 'Open Sans', sans-serif;
	--cnvs-primary-font: 'Jost', sans-serif;
	--cnvs-secondary-font: 'Nunito', sans-serif;
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size:	1rem;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}

@media (min-width: 992px) {
	
	.menu-link {
		text-transform: none;
	}
	
	.sub-menu-container .menu-item > .menu-link { font-size: 0.875rem; }
	
	.primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
		text-decoration: underline !important;
		color: var(--bs-danger) !important;
	}
	
	#header.full-header .menu-container { border-right: 0; }
	
	.slider-caption h2 {		
		text-transform: none;
		
		
	}
	
}


@media (max-width: 991.98px) {
	
	#top-account {
		padding-right: 15px;
	}
	
}

#top-account {
	font-size: 14px;
	font-weight: 500;
	border-right: 0px solid #DDD;
	padding: 3px 15px 3px 0;
}

.dark .top-links-item > a,
.dark #top-social li a,
#top-bar.dark { color: #FFF; }

body.top-search-open #top-search-trigger > i { opacity: 0; }

/* shop-categories */
.shop-categories [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.shop-categories [class^=col-] > a {
	display: block;
	position: relative;
	height: 200px;
	background-color: #EEE;
}

.shop-categories [class^=col-] img { display: block; }

.shop-categories [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.shop-categories [class^=col-] > a:hover::before { opacity: 1; }

.product .product-title h3 {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-transform: capitalize;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-price { font-size: 14px; font-weight: 500; }

.product-image .product-overlay {
	opacity: 0;
	width: 90px;
	height: auto;
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: bottom .3s ease, opacity .3s .1s ease !important;
	-o-transition: bottom .3s ease, opacity .3s .1s ease !important;
	transition: bottom .3s ease, opacity .3s .1s ease !important;
}

.product-image:hover .product-overlay {
	opacity: 1;
	bottom: 20px;
}

.product-overlay a span { display: none; }

.product-overlay a {
	width: 40px;
	height: 40px !important;
	border-radius: 50%;
	text-align: center;
	line-height: 41px;
	padding-left: 2px;
}
.product-overlay a:last-child {
	margin-left: 10px;
}

.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
.owl-carousel .owl-nav .owl-next { right: -18px; }
.owl-carousel .owl-nav .owl-prev { left: -18px; }

.clients-grid .grid-item {
	width: 12.5%;
	padding: 1rem;
}

.button.button-desc.button-small {
	padding: 14px 20px;
	font-size: 16px;
}

.button.button-desc.button-small i {
	top: -1px;
	width: 34px;
	font-size: 34px;
	text-align: left;
}

.button.button-desc.button-small span {
	font-size: 12px;
	margin:  0 0 8px 0;
}

.widget .list-unstyled li { margin-bottom: 3px; }

.widget .list-unstyled li a { color: #666 !important; }

.widget > h4 {
	--cnvs-widget-title-font-size: 1rem;
	--cnvs-widget-title-font-weight: 700;
	--cnvs-widget-title-letter-spacing: 1px;
}

.shop-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.shop-footer-features i {
	position: relative;
	top: 5px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.shop-footer-features h5 span { color: #A0ACB6 !important; }

.app-button {
    border: 1px solid #e6087f;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: transparent;
    color: #e6087f;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for all properties */
	width: fit-content;
    
}

.app-button:hover {
    border: 1px solid #e6087f;
    background-color: #e6087f;
    color: #fff !important;
	
    
}
.custom-slider-height {
    width: 100%;
    min-height: 80vh !important;
    height: 80vh !important;
    background-size: cover;
    background-position: center;
}

/* Desktop Background Images */
.slider-1-home {
    background-image: url(../../images/slider/1.jpg);
    background-size: cover;
    background-position: center;
}

.slider-2-home {
    background-image: url(../../images/slider/2.jpg);
    background-size: cover;
    background-position: center;
}

.slider-3-home {
    background-image: url(../../images/slider/3.jpg);
    background-size: cover;
    background-position: center;
}
.custom-loca {
    max-width: 75% ! Important;
}
.custom-loca h2 {
    font-size: 3.5rem ! IMPORTANT;
	line-height: 1.2 !important;
	color: #3b3284 !important;
}
.right-sli{
	float:right;
	text-align:right;
	
}
.width-fluide{
	width: 90%;
}
.custom-loca h2 span{
    display: block;
    font-size: 45px;
	color: #e6087f !important;
}
.usp-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 5px;
    color: #000000;
    font-family: 'Jost', sans-serif;
}
.usp-box p {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 500;
    color: #818181;
    margin-bottom: 0;   
}
.usp-section {
    background-color: #fff !important;
    border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.no-margin {
    margin: 0px ! Important;
}
.no-padding {
    padding: 0px ! Important;
}
.usp-box {
    transition: all 0.9s ease; /* Adjusted timing for smoother transition */
    color: #000;
    text-align: center;
    padding: 10px 5px 5px;
    position: relative;
    overflow: hidden;
    
    background-color: #f7f8f9;
    border-right:1px solid #e1e1e1;
	cursor: pointer;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height:100%;
	
}

.usp-box:hover {
    background-color: #fff;
    transform: scale(1.01); /* Only zooms in slightly on hover */
}
.usp-box img {
    width: 65px;
    padding: 0px;
}
.usp-head-in{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: left;
	border-right:1px solid #e1e1e1;
    
	
}
.usp-head-in h2{
	font-size: 18px; /* Adjust size as needed */
    font-weight: 700; /* Bold for emphasis */
	
    margin: 0; /* Remove default margin */
    font-family: 'Jost', sans-serif; /* Replace with your preferred font */
	color: #e6087f !important;
}
.usp-head-in h3{
	font-size: 14px; /* Slightly smaller than h2 */
    font-weight: 400; /* Normal weight */
    color: #555; /* Lighter color for contrast */
    margin: 5px 0 0; /* Small space between h2 and h3 */
    font-family: 'Jost', sans-serif; /* Replace with your preferred font */
}

.custom-wrap{
	padding: 0px !important;
}
.side-par-tit {
	padding:5px;
}

.side-par-tit h1 {
    font-size: 3rem;
    font-weight: 300;
    margin: 0;
    color: #333c4a;
}

.side-par-tit h1 span {
	font-size: 20px;
    color: #ffffff !important;
    margin: 0px 0px 0px 0px;
    font-family: 'Jost', sans-serif;
    background-color: #3b3284;
    padding: 0px 24px;
}
.side-par-tit h3{
	font-size: 4.5rem;
    font-weight: 800;
    color: #e6087f !important;
    line-height: 0.6;
    display: flex;
    flex-wrap: nowrap;
	font-family: 'Nunito', sans-serif;
    
}
.side-par-tit p {
    font-family: 'Jost', sans-serif;
    color: #585858;
    font-weight: 400;
    margin: 0px;
}
.side-par-tit p span {
    font-family: 'Jost', sans-serif;
    color: #585858;
    font-weight: 800;
    margin: 0px;
	color: #e6087f !important;
}

.parent-woo-con {
	padding: 0px 0px 0px 85px;
    background-image: url(../../images/general/circle.svg);
    background-position: 0px 0%;
    background-repeat: no-repeat;
    background-size: 130% auto;
	
}
.parent-woo-con img{ 
	
	height:545px;
}
.pri-he-ph {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0px 10px;
}
.home-according{
	font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif !important;
	margin: 0 0px 0px !important;
    color: #e6087f;
}
.content-home-according{
	font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
	
}
.pink-light-bg{
	background-color: #ffe4f5;
}
.bottom-cloud-position{
	
}
.pink-color-title{
	color: #e6087f;
}
.my-section{
	margin: 0px;
    padding: 25px 0px 0px 0px;
}
.both-section{
	margin: 0px;
    padding: 25px 0px 25px 0px;
}
.subtit-in {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
	color: #3b3284;
}
.counter-body{
	margin: auto;
    width: 95%;
    padding: 25px 0px 0px;
	text-align: center;
}
.count-sub-body{
	display: flex;
    flex-wrap: nowrap;
    width: 100%;   
	padding:10px;
	transition: all 0.9s ease;
	cursor: pointer;
}
.count-sub-body:hover{
	background-color:#fff;
	border-radius:8px;
	background-color: #fff;
    transform: scale(1.01);
}
.coount-image{
	width:75px;
	height:100px;
}
.coount-image img{
	width:100%;
	height:100%;
}
.coount-body-head{
	margin-left: 10px;
	text-align: left;
}
.count-skill-count{
	color: #e6087f;
}
.coount-body-head h2{
	font-size: 16px;
    font-family: 'Nunito', sans-serif;
    margin: 0px;
}
.coount-body-span{
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-weight: 300;
    line-height: 0;
}
.book-appoint-section{
	margin: 0px;
    background-color: #fff !important;
    padding: 5rem 0px 0rem;
    background-image: url(../../images/general/parentwood.webp);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 195px auto;
    
}
.left-push{
	padding-left:125px;
}
.book-app-btn{
	margin-top: 15px;
    margin-left: 25px;
}
.book-app-btn span{
	font-size: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: 900;
    color: #000000;
}
.book-app-btn h2{
	font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    background-color: #3b3284;
    width: fit-content;
    padding: 2px 24px;
	margin:0px;
}
.book-app-btn p{
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0px 0px;
    font-weight: 300;
}
.image-std{
	
    width: 100%;
}
.button-app-sec{
	float: right;
    display: block;
	
}
.sel-bdk{
	background-color: #e6087f;
    font-size: 16px;
    padding: 10px 15px;
    font-family: 'Jost', sans-serif;
    color: #fff ! IMPORTANT;
    border-radius: 10px;
    transition: all 0.6s ease;
	
}
.sel-bdk:hover{
	background-color: #fff;
	border:1px solid #e6087f ! IMPORTANT;    
    font-family: 'Jost', sans-serif;
    color: #e6087f ! IMPORTANT;
    border-radius: 10px;
}
.contact-bg-area {
	
	margin: 0;
}
.contact-bg-area::before {
    position: absolute;
    content: "";
    background-color: #fafbfb82;
    opacity: 0.929;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.my-wrap-no-padding
{
	padding:0px;
}
.whi-bos{
	
}
.con-mid-op{
	
}
.con-mid-op img{
	
}
.for-rem-cf98n{
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: 300 !important;
}
.form-cont-in{
	padding: 50px;
    background-color: #fff ! IMPORTANT;
    border-radius: 12px;
}
.con-dkd{
	
}
.con-dkd h2{
	margin:0px;
}
.onglo {
    
	border-radius: 40px;
    background-color: #d6d2f1;
    padding: 40px 75px;
    margin-bottom: 30px;
}
.center-botton{
	display: flex;
    justify-content: center;
    align-items: center;
}
/* Background color for each box */

.onglobg2 {
    background-color: #F2DDD9; /* Deep lavender */
}
.onglobg3 {
    background-color: #D7ECE4; /* Soft blue */
}

/* Align image and title in one line */
.lo-title {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between image and title */
}

/* Image styling */
.img-loo {
    width: 75px;
    height: 55px ! IMPORTANT;
}

/* Title styling */
.te-ll {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    font-family: 'Jost', sans-serif;
}

/* Adjust paragraph */
.onglo p {
    margin-top: 5px;   
    color: #232323; 
	font-family: 'Nunito', sans-serif;
    font-size: 16px;
	margin-bottom:0px;
}
.otp-cont-in {
    padding: 50px;
    background-color: #fff ! IMPORTANT;
    border-radius: 12px;
    width: 60%;
    margin: auto;
    text-align: center;
}
/* otp css */
.otp-input {
	display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.otp-input input {
	width: 50px;
    height: 50px;
    margin: 5px 10px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #e6087f;
    border-radius: 12px;
    background-color: #e6087f3d;
    color: #212529;
    transition: all 0.3s ease;
}
.otp-input input:focus {
	border-color: #e6087f;
    box-shadow: 0 0 0 2px #e6087f42;
	outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.otp-input input[type=number] {
	-moz-appearance: textfield;
}
.otp-cont-in p {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    color: #000000;
    margin: 0;
    font-weight: 300;
}
#uslnel {
    color: #ff0000;
    font-weight: 500;
}
.otp-cont-in h2 {
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    color: #000000;
    margin: 0 0 20px 0px;
}
.resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #232323;
}
.resend-link {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}
#timer {
    font-size: 1rem;
    color: #ff0000;
    font-weight: 500;
    margin-left: 5px;
}
.otp-btnoo {
    width: 65% !important;
    margin: auto;
}
.black-color-title {
    color: #000000;
}
#errorMessage {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #e6087f;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.ins-categories .nav-link {
	padding: 20px 30px;
	color: #444;
	background-color: var(--bs-light);
	margin-top: 17px;
	font-size: 1.2em;
	border-radius: .25rem;
    transition: max-height .5s;
    max-height: 70px;
    overflow: hidden;
}

.ins-categories .nav-link:first-child {
	margin-top: 0;
}

.ins-categories .nav-link:hover {
	background-color: #F5F5F5;
}

.ins-categories .nav-link.active {
	color: #000;
	background-color: #E3EAF1;
	max-height: 200px;
}

.ins-categories .nav-link .tab-header img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	opacity: .5;
}

.ins-categories .nav-link .tab-desc {
    opacity: 0;
    transition: opacity .3s;
    color: #5B5855;
    font-size: 1.025rem;
    padding-left: 45px;
}

.ins-categories .nav-link.active .tab-desc {
	opacity: 1;
    transition: opacity .5s;
    transition-delay: .25s;
}

.services-icon-home {
    width: 75px !important;
    height: 75px !important;
}
.services-icon-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: 'Jost', sans-serif;
}
/* Style for the tab container to enable scrolling */
.tab-container {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 25px 0px 0px 0px;
}
.service-tab-left {
    background-color: #fff ! IMPORTANT;
    box-shadow: none !important;
    border: 0px !important;
    font-size: 16px;
    font-weight: 400 !important;
    padding: 10px 15px 5px 15px !important;
    font-family: 'Jost', sans-serif;
}
.service_head {
    display: block;
    color: #000000 !important;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    margin: 0px;
}
.count-servce-p {
    font-size: 14px ! IMPORTANT;
    line-height: 18px ! IMPORTANT;
    font-weight: 400;
    color: #212529;
    display: inline;
    font-family: 'Jost', sans-serif;
}
.servicesub-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family: 'Jost', sans-serif;
}
.service-sub-content {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    margin-left: 30px;
    padding-bottom: 5px;
}
.read-more-services {
    font-size: 12px;
    margin-left: 14px;
    font-weight: 700;
	color: #e6087f !important;
}
/* Style for the tab list to scroll horizontally */
.nav {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	white-space: nowrap;
	padding-left: 40px; /* Leave space for left arrow */
	padding-right: 40px; /* Leave space for right arrow */
}

/* Hide scrollbar for a clean look */
.nav::-webkit-scrollbar {
	display: none;
}

/* Style for arrow buttons */
.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 1.2rem;
	z-index: 10;
}

/* Position arrows on the left and right */
.nav-arrow-left {
	left: 0;
}

.nav-arrow-right {
	right: 0;
}

/* Optional: Add spacing and responsive layout for each service */
.nav-item {
	display: inline-block;
	margin-right: 8px;
}
.scroll-in-desktop{
	display: flex;
    flex-wrap: nowrap;
	flex-direction: row !important;
}

.nav-arrow-custom {
	
    background: rgb(255 255 255 / 0%) !important;
    color: #000000!important;
    font-size: 4.2rem!important;
}
.testimonial-section{
	margin: 0px;
    background-color: #fff;
    padding: 25px 0px;
}
.image-design-box{
	border-right:1px solid #fff;
}

.design-image-box {
    perspective: 1000px;
}

.design-flip-container {
    width: 100%;
    position: relative;
    padding-top: 100%; /* This maintains a square aspect ratio for the container */
}

.design-flipper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.9s;
    transform-style: preserve-3d;
	cursor: pointer;
}

.design-flip-container:hover .design-flipper {
    transform: rotateY(180deg);
}

.design-front, .design-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-front img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps the image aspect ratio without cutting */
}

.design-back {
	background-color: white;
    color: #333;
    transform: rotateY(180deg);
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 2px solid #e6087f;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    
}
.design-section{
	padding: 20px 0px 0px 0px;
	margin:0px;
	background-color:#fff !important;
}
.little-design-gap{
	padding:15px 0px 5px;
}
.eWlnOb {   
    display: none;
}
.faq-section{
	background-color: #f8f5f0 !important;
	padding:50px 0 25px; 
	margin: -75px 0px 0px;
    z-index: 9;
}

.faq-text{
	
}
.faq-text h1{
	font-size: 5.5rem;
    font-weight: 800;
    color: #3b3284 !important;
    line-height: 0.6;
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Nunito', sans-serif;
    margin: 75px 0px 20px;
}

.faq-text span{
	font-size: 3.5rem;
    font-weight: 800;
    color: #e6087f !important;
    line-height: 0;
    display: contents;
    flex-wrap: nowrap;
    font-family: 'Nunito', sans-serif;
    margin: 0px;
}

.faq-text h3{
	font-family: 'Jost', sans-serif;
    margin: 0px;
    font-size: 38px;
}
.faq-bodu-pspan {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-weight: 300;
    line-height: 0;
}
.ciCnpO a{
}
.faq-acco-cust{
	
}
.faq-acco-cust .accordion-header {
    border-color: var(--cnvs-contrast-300);
    padding: var(--cnvs-toggle-content-padding);
    margin: 10px 0px 0px 0px;
    border: 1px solid #e1e1e1;
    border-radius: 8px 8px 8px 8px;
    background-color: #fff ! IMPORTANT;
}
.accordion:not([data-collapsible=false]) .faq-header.accordion-active {
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
	border-bottom-width: 0px;
}
.faq-content-bos {
    display: none;
    position: relative;    
	border: 1px solid #e1e1e1;
    border-bottom: 6px solid #e6087f;
    border-top-width: 0px;
    border-radius: 0px 0px 8px 8px;
    background-color: #fff;
    padding: 12px;
    font-size: 14px ! IMPORTANT;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.faq-home-title {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}
.faq-right-title {
    margin-top:25px;
}

.faq-right-title h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.faq-right-title h3 {
    font-size: 14px;
    color: #585858; /* Slightly lighter than h1 */
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif; /* Customize font as needed */
}

.faq-right-title span {
    font-size: 14px;
    color: #000000; /* Even lighter for the paragraph */
    line-height: 1.6;
	font-weight: 300;
    font-family: 'Open Sans', sans-serif; /* Customize font as needed */
}
.hiafvJ {  
    background-color: rgb(255 228 245) !important;   
}
.idHrF {    
    background-color: rgb(255 228 245) !important;   ;   
}
.euBiGU {   
    background-color: #fff !important;
    border: 1px solid #e6087f ! IMPORTANT;
}
.dqiKFy {   
    color: #e6087f !important;
	font-family: 'Jost',sans-serif !important;
    font-weight: 600 !important;
}
.blog-section {
    padding: 20px 0px 20px 0px;
    margin: 0px;
    background-color: #fff !important;
	border-bottom:1px solid #e1e1e1;
}
.review-width {
    width: 325px;
    background-color: #faebd700;
	margin-top: 25px;
}

.pride-home-blog-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 22px rgba(18, 47, 105, .05), 0 0 0 rgba(63, 85, 204, .05);
    margin: 0 10px 60px;
    position: relative;
    text-align: left;
    z-index: 1;
}
.pride-home-blog-card:after,
.pride-home-blog-card:before {
    content: "";
    height: 60px;
    position: absolute;
    width: 130px;
}
.pride-home-blog-card:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAsCAYAAAC33FDQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASMSURBVHgB7ZztUdswGMflBAhc+JAN6hHSCRomKJ2g6QSECQgTkE4ATGCYINmAbFB3g3yA4530/xiJU3WWneA3SdH/zmfZhCTW88vzIskO2AZpuVz27u7uwna73cdh2Gq1vtC5IAhC2mf8a4xtgdfHLy8vf/H6OZ3b29uL2YYpYA7r/v4+xG4AQ38DEAO0Q1auFthmeO9r2m8CQE4BQ17i4eGhDw/ynQDB1hd/g1f477Xq8RqfkXUuBpyT19fXa1fhcQIYeJIBADhBkwBJQosMhK5dRDI4Ke0Y+1NAc8Eck9XAAJQhByXMA6RMaHJgSfYCHHib4263e8UckZXASB5loAKh2wuV5WFIObB8tPGZF29vb6cuhCmrgKEc5fHxkUAZkeHXhUWoDGiychkBigKPE2HKGmBub2/7W1tbEZXAdCyAqdOjZCnL28jgQFZ7GyuAQeVzBMOP0eylgVJFUltEacAox9Z6G+OBASxngGCkAmIiKLJUj6PxNuNOp3PKLJKxwPB85RwgHKqQ5OUoJikrGebHc4SoH7aEKCN7nGB5enqaotm3GRZZurxGClEHNkDTYoaJhvPhWW6YBAtGT7WhyBbpQirfaF7rBtd9yAyXUT1PsKDzprwDk3MCFpKNoKRJF574dry7uzthhsoYDyNgASChgMRFWEgaLyO2Mz7WZKSMAIZyFsARESwu5CurKCtEQWNToTHCEuicKK0aIrkIi6ysZBjXPtzZ2blkBqlxa6AaOkPnjNTEluQ6LLI01RN7fn7+ur+/P2eGqNGQRG7Xw/IuXU6zvb0d8YVgRqgxq/ASMlLL5uRLbRgssjSjwjOEpgNmgBrxMPwXc76JOUueNEnwgEI3M0C1A8MrIhpr6blcOhdRGjQUujGvNmINq3Zg6JdCA3NBYPbkYdPSjdGg/36yBlWrlXCxR9hNNG7XS5FccmOCUuQ0C1ROB01VTrVZivIWhJ8/LswL1SkBjQRMMlmJ40YmK2sLSTxvSdoeltWlGRGmH9+0iXK7FmDgQk9E3iInuV6rSTfD3W63o5w7Nsv/Lqxi+VBUnkwYo6ncw4hQ5GEpLk25PaCViawmVQqMHIo8KOUp5cc3rGt2uzIL0tA/LiYSFyUWRHloikud4ZYqqMoXX1ViPZ63THXrW7yKSzdGg/bXKsvt0kOSNPQf0rGHpRrJ5bZUUCR9X2XlVDowGM099yV0PVKnVkS5jdwxYhWpVGDU+4iEPDTVqe7KqTRgeJY+9CV0/dL0eSWVUynW5DQP/eBcc8qonCaonI5ZSSpkUUquKF6SC/TLLJtXBjRXnU7nF+yxYAX1aYtuyk1ntikDmriM23E/lcPQ4zfo1k4BS+BXzhmjQJndljy/mOEesgJay7Lcq1AlNNAltx4WM6TzNFyffqjRStblT1M4wn6smWp/fzMPi1HKukmOvT9jeAJwLtcBJ9PC/OGDtKzyMAgyb+30sBiqHGiS3Aa2m6F4+b3Kss9gyR+GzI9jlGALerw64h3B8jHELCe26jm17WWOKBSp7bRzXDG2GTFATOBvPWmaYd7tduN/gdRbbFcKBtkAAAAASUVORK5CYII=) no-repeat 50%;
    bottom: -8px;
    left: 20px;
}
.pride-home-blog-card img {
    border-radius: 20px;
    width: 100%;
}
.pride-home-blog-card span {
	background: linear-gradient(358deg, #cf0772 -1077.15%, #e6087f -690.64%, #e6087f -213.19%, #e6087f 218.79%, #e6087f 764.46%, #00dbff 1196.44%);
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    left: 20px;
    line-height: 28px;
    padding: 1px 20px;
    position: absolute;
    top: 20px;
    font-family: 'Nunito', sans-serif;
}
.pride-home-blog-card .pride-home-blog-content {
	padding: 15px 15px;
    background: #ffe4f5;
    border-radius: 20px;
    margin: 10px;
	
}
.pride-home-blog-card:after {
    background: url(../../images/blog/blogbefore.png) no-repeat 50%;
    bottom: -50px;
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}
.pride-home-blog-card .pride-home-blog-content ul {
	margin:0px;
}
.pride-home-blog-card .pride-home-blog-content ul li {
	color: #767676;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 2px;
    padding-right: 25px;
    position: relative;
}
.pride-home-blog-card .pride-home-blog-content h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0px;
    font-family: 'Jost', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#e6087f !Important;
}
.pride-home-blog-card .pride-home-blog-content a {
	background: linear-gradient(358deg, #e6087f -1077.15%, #e6087f -690.64%, #e6087f -213.19%, #e6087f 218.79%, #e6087f 764.46%, #e6087f 1196.44%);
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 65px;
    margin-bottom: -45px;
    margin-left: 25px;
    margin-top: 35px;
    position: relative;
    text-align: center;
    width: 65px;
}
.pride-home-blog-card-image{
	width:100%;
	height:215px;
}
.pride-home-blog-card-image img{
	width:100%;
	height:100%;
	border-radius: 20px 20px 0px 0px;
}
.blog-littpar{
	font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-icon-blog {
    font-size: 26px;
    line-height: 70px;
}
.footer-stick {    
    text-align: center;
    z-index: 99999999;
}
.contact-bg-area-texti {
    margin: 0 0px -40px;
    padding: 5rem 0px 0px 0px;
}
/* footer css started */
.cus_pdn40pxlr {
    padding: 40px 40px 10px 40px !important;
}
._ft8uhead {
    color: #C8C8C8;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
}
._f00t-abt4r p {
    color: #7d7d7d !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin: 0px !important;
    font-family: 'Open Sans', sans-serif;
}
._cus31_colr23 {
    background-color: #232323 !important;   
}
._ul_f7t {
    list-style: none;
    margin-bottom: 0px;
}
._ul_f7t >li {
    margin-bottom: 10px;
}
.foot-abt {
    color: #7D7D7D !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
._div7yr {
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    border-top: 0.5px solid #393939;
}
._9Oft7r2_1 {
    color: #C8C8C8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

._f00t-abt4r{
	margin-bottom:5px;
}
._ftr98_09 {    
    color: #7d7d7d;   
}
.footer-button:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #e6087f !important;
}
._0brfl_frf39 {
    border-left: 0.1px solid #393939;
    border-right: 0.1px solid #393939;
}
.sub-hhhh {
    margin: 0px 0px 5px 0px;
}
.icon-white{
	color:#fff;
}
.footer-button {
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
	text-align:center;
}
.thankyou-send-message{
	
}
.thankyou-send-message h6{
	font-size: 35px;
    margin: 0px 0px 5px;
    font-family: 'nunito', sans-serif;
    color: #000000;
}
.thankyou-send-message span{
	font-family: 'Jost', sans-serif;
    color: #3b3284;
    font-weight: 400;
    font-size: 18px;
}

.go-back-index{
	display: block;
    border: 1px solid #e6087f;
    margin: 10px auto;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 4px;
    color: #e6087f;
    font-family: 'jost', sans-serif;
    font-weight: 500;
}
.go-back-index:hover{
	display: block;
    border: 1px solid #3b3284;
    margin: 10px auto;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 4px;
    color: #3b3284;
    font-family: 'jost', sans-serif;
    font-weight: 500;
}
/* footer css end */

.booking-from-background{
	background-color:#fff;
	padding:25px;
	border-radius:15px;
	
}
.right-side-box{
	background-color: #fff;
    padding: 10px;
    border-radius: 12px;
}
.page-heading-left {
    text-align: left;
    font-family: 'Jost', sans-serif;
}
.page-heading-left h2 {
    color: #3b3284;
    font-size: 1.5rem;
    margin: 0px;
    font-weight: 800;
}
.page-heading-left h2 span {
    color: #e6087f !important;
    margin-left: 5px;
    font-weight: 500;
}
.page-heading-left h3 {
    font-size: 16px;
    font-weight: 300;
    color: #585858;
}
.log-co-us-er {
    font-size: 12px;
    color: #e6087f;
    margin-left: 10px;
    font-family: 'Jost', sans-serif !important;
    text-transform: capitalize;
}


.lhTHAU {
    display: flex;
    flex-direction: row !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.only-blog-margint {
    margin: 0 -5px 60px !important;   
}
.vertical-middle-override {
    position: absolute;
    top: 5%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    /* margin-top: -53.5px; */
}
.slider_wave {
	position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0px;
}
.sli_heig {
    height: 480px !important;
    width: 100%;
}
.img-heig {
    width: 100%;
    height: 480px;
    object-fit: fill;
}

.service_title {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.service_title span {
    font-size: 18px;
    font-weight: 300;
}
.services-images {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}
.services-images img {
    width: 100%;
    height: 100%;
}
.services-body {
}
.services-body p b{
    color: #212529;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: 'Jost', sans-serif;
}
.services-body p {
    font-weight: 300;
    color: #212529;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 6px;
    font-family: 'Jost', sans-serif;
}
.services-body h2 {
    font-weight: 600;
    color: #212529;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: 'Jost', sans-serif;
}
.services-body li {
    font-weight: 300;
    color: #212529;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 30px;
    font-family: 'Jost', sans-serif;
    list-style: outside;
}
.pad-top{
	padding-top:10px;
}
.accordion-bg-header {
	background-color: #e6087f !Important;
    color: #fff !Important;;
}
.mobile-book-my-botton{
	display:none;
}

.page-heading{
	text-align: center;
    font-family: 'Jost', sans-serif;
}
.page-heading h2{
	color: #3b3284;
    font-size: 2.5rem;
    margin: 0px;
	font-weight: 800;
}
.page-heading h2 span{
	color: #e6087f !important;
    margin-left: 5px;
    font-weight: 500;
}

.page-heading h3{
	font-size: 18px;
    font-weight: 300;
    color: #585858;
}
.contact-form-body{
	background-color:#f7f8f9;
	padding:10px;
	border-radius:8px;
}

.contact-form-button{
	width: 100%;
    font-family: 'Jost', sans-serif;
    color: #fff;
    background-color: #3b3284;
    display: block;
}
.contact-form-button:hover{
	width: 100%;
    font-family: 'Jost', sans-serif;
    color: #fff;
    background-color: #e6087f;
    display: block;
}
.contact-form-lable{
	font-family: 'Jost', sans-serif;
	font-size:14px;
	font-weight:400;
	
}


.lazy {
    max-width: 40%; /* Ensure image scales appropriately */
    max-height: 100%; /* Ensure image scales appropriately */
}


/* Style for the box container */
.box {
    margin: 20px;
    position: relative;
    padding: 20px;
    width: 250px; /* Set a fixed width */
    height: 300px; /* Set a fixed height */
    transition: all 0.3s ease; /* Smooth transition */
    display: flex; /* Flexbox layout */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Vertically center the content */
    align-items: center; /* Horizontally center the content */
    text-align: center; /* Center text and icon */
    border-radius: 8px; /* Optional: Add rounded corners */
    background-color: #fff; /* Default background color */
    box-sizing: border-box; /* Ensure padding is included in the width/height */
}

/* Default icon color */
.icon .fa {
    color: #3b3284; /* Default icon color */
    transition: color 0.3s ease; /* Smooth icon color transition */
}

/* Box hover effect */
.box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
    border-color: #ccc; /* Optional: Change border color */
    box-sizing: border-box;
}

/* Icon color on hover */
.box:hover .icon .fa {
    color: #e6087f; /* Change icon color on hover */
}

/* Text color on hover */
.box:hover .text p {
    color: #333; /* Change text color on hover */
    font-weight: bold;
}
.blod-con{
	background-color:#fff;
	margin:0px;
	padding:0px;
}
.blod-con::before{
	background-color:#fff;
}
._cus_zeyi23 {
    margin: 0px ! Important;
    padding: 0px ! Important;
}
.tou7y76_idy {
    width: 100%;
    height: 425px;
}
._i8ti867 {
    width: 100%;
    height: 100%;
}
.over_lay__black {
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgb(0 0 0 / 85%) 85%);
}
._im_8u7_yhe {
    position: absolute !important;
    left: 50px;
    right: 50px;
    bottom: 35px;
}
._lo_tyei {
    color: #fff ! Important;
    margin: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 900;
}
._ui8_ji {
    color: #fff;
    margin: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.img-for-about{
	border: 15px solid #fff;
    border-radius: 15px;
	background-color:#fff !important;
}
.img-for-about img{
	border-radius: 15px;
}
.another-img{
	position: absolute;
    top: 0px;
    width: 275px;
    right: 12px;
    border: 15px solid #fff;
    border-radius: 15px;
	background-color:#fff !important;
}

.another-img img{
	border-radius: 0px 15px 0px 15px;
	
}
.major-life{
	
}
.major-life h6{
	font-size: 32px;
    font-family: 'Nunito', sans-serif;
    margin: 45px 0px 5px;
}
.major-life p{
	font-family: 'Jost', sans-serif;
    font-weight: 100;
    font-size: 18px;
}
.bos-dd{
	border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.about-body-head {
	display: flex;
    flex-wrap: nowrap;
	padding: 25px 0px;
	
}
.about-body-head h2 {
	margin: 0px 10px;
    font-size: 18px;
    font-weight: 300;
}
.count-skill-count-ll {
    color: #e6087f;
    font-size: 18px;
}
.hiokkd{
	padding: 30px 30px 30px 30px;
    background-color: #e6087f;
    border-radius: 30px 30px 30px 30px;
}
.mjdkdj{
	margin:25px 0px;
}
.funfact-icon svg {
    margin-bottom: 15px;
    padding: 12px;
}
.ldksfj{
	list-style: none;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}
.ldksfj li {
	margin: 10px 0px;
}
.ldksfj li i{
	color: #3b3284;
    margin-right: 5px;
}
.funfact-icon{
	background-color: #fff !important;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 15px;
}
.funfact-icon i{
	font-size: 32px;
    color: #e6087f;
}
.count-skill-count-ee {
    color: #fff;
    font-size: 22px;
    padding: 5px;
}
.hiokkd h2 {
	color: #fff;
    font-size: 20px;
    margin: 0;
}
.my-won-bak{
	margin:0px;
	background-color: transparent;
    background-image: linear-gradient(180deg, #3b3284 70%, rgb(255 255 255) 30%);
}
.our-vio{
	color: #fff;
    font-size: 36px;
    line-height: 40px;
}
.wiksdfl{
	float: right;
    background-color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
}
.kdjf{
	background-color: #fff;
    min-height: 225px;
    border-radius: 25px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
    border: 1px solid #f0f0ff;
    padding: 20px;
    display: flex; /* Enable Flexbox */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
    text-align: center; /* Align text to the center */
}
.kdjf h1 {
	margin: 0px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    color: #e6087f;
}
.icon-dd{
	width: 85px;
}
.djmi{
	
}
.djmi h2{
	color: #7d7d7d !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 0px !important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
/* Mobile Specific Adjustments */
@media (max-width: 768px) {
    .custom-slider-height {
        width: 100%;
        min-height: 25vh !important;
        height: 100% !important;
        background-size: cover;
        background-position: center;
	}
	
    /* Mobile Background Images */
    .slider-1-home {
        background-image: url(../../images/slider/mobile-1.jpg); /* Mobile optimized image */
        background-size: cover;
        background-position: center;
	}
	
    .slider-2-home {
        background-image: url(../../images/slider/mobile-2.jpg); /* Mobile optimized image */
        background-size: cover;
        background-position: center;
	}
	
    .slider-3-home {
        background-image: url(../../images/slider/mobile-3.jpg); /* Mobile optimized image */
        background-size: cover;
        background-position: center;
	}
	.width-fluide {
		width: 95%;
	}
	.custom-loca h2 {
		font-size: 18px ! IMPORTANT;
		line-height: 1.2 !important;
		color: #3b3284 !important;
	}
	.custom-loca {
		max-width: 55% ! Important;
	}
	.custom-loca h2 span {
		display: block;
		font-size: 12px;
		color: #e6087f !important;
	}
	.slider-caption p {
		margin-top: 5px;
		margin-bottom: 0px;
		font-size: 10px;
	}
	.hide-mobile{
		display:none;
	}
	#page-title, .page-title {
        padding: 10px 0px;
        text-align: left;
        margin-top: 0px !important;
	}
	.breadcrumb {
		position: relative;
		margin: 0rem 0 0;
		justify-content: left;
		font-size: 75%;
	}
	.mobile-scroll{
		display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
		overflow-y:hidden;
	}
	.usp-head-in {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		text-align: left;
		padding: 10px 0px;
		border-right: 1px solid #e1e1e1;
	}
	.mobile-usp-size{
		width: 65%;
	}
	.usp-box {
		border-top: 1px solid #e1e1e1;
	}
	.side-par-tit h1 {
		font-size: 2rem;
		font-weight: 300;
		margin: 0;
		color: #333c4a;
		text-align: center;
	}
	.side-par-tit h3 {
		font-size: 3.5rem;
		font-weight: 800;
		color: #e6087f !important;
		line-height: 0.7;
		display: flex;
		flex-wrap: nowrap;
		font-family: 'Nunito', sans-serif;
		margin-bottom: 10px !important;
		width: fit-content;
		margin: 0px auto;
	}
	.side-par-tit h1 span {
		font-size: 18px;
		color: #ffffff !important;
		margin: 0px 0px 0px 0px;
		font-family: 'Jost', sans-serif;
		background-color: #3b3284;
		padding: 0px 27px;
	}
	.side-par-tit p {
		font-family: 'Jost', sans-serif;
		color: #585858;
		font-weight: 400;
		margin: 0px;
		text-align: center;
	}
	.pri-he-ph {
		font-size: 13px;
		font-weight: 500;
		font-family: 'Open Sans', sans-serif;
		margin: 0px 0px 5px;		
		text-align: center;
        width: 100%;
	}
	.home-according {
		font-size: 14px !important;
		font-weight: 400 !important;
		font-family: 'Open Sans', sans-serif !important;
		margin: 0 0px 0px !important;
		color: #e6087f;
		border-top: 0px !important;
	}
	.content-home-according {
		font-size: 14px !important;
		font-weight: 300 !important;
		font-family: 'Open Sans', sans-serif !important;
		background-color: #fff;
	}
	.col-zindex{
		z-index:1;
	}
	.bak-ldl{
		position: absolute ! IMPORTANT;
        right: 0;
        bottom: 0;
        width: 65%;
	}
	.parent-woo-con {
		padding: 0px 0px 0px 90px;
		background-image: url(../../images/general/circle.svg);
		background-position: 75px 0%;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.parent-woo-con img {
		height: 200px;
	}
	.cou-wid{
		width:65%;	
	}
	.count-skill-count {
		color: #e6087f;
		font-size: 18px !important;
	}
    .book-app-btn {
        margin-top: -10px;
        margin-left: 100px;
	}
    .book-app-btn span {
        font-size: 18px;
        font-family: 'Jost', sans-serif;
        font-weight: 900;
        color: #000000;
	}
    .book-app-btn h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 12px;
        font-weight: 100;
        color: #fff;
        background-color: #3b3284;
        width: fit-content;
        padding: 4px 25px;
        margin: 0px;
	}
	.book-app-btn p {
		font-size: 10px;
		font-family: 'Open Sans', sans-serif;
		margin: -100px 20px 0px 0px;
		font-weight: 300;
		text-align: right;
	}
	.book-appoint-section {   
		background-size: 135px auto;
	}
	.sel-bdk {
		background-color: #e6087f;
		font-size: 12px;
		padding: 10px 10px;
		font-family: 'Jost', sans-serif;
		color: #fff ! IMPORTANT;
		border-radius: 0px;
		transition: all 0.6s ease;
	}
	.image-std {
		width: auto;
		height: 80px !important;
		margin-left: 40%;
		margin-top: 45px;
	}
	.button-app-sec {
		float: right;
		display: block;
		margin-top: 35px;
		margin-right: 18px;
	}
	.black-color-title {
		color: #000000;
		text-align: center;
	}
	.design-back {
		background-color: white;
		color: #333;
		transform: rotateY(180deg);
		text-align: center;
		padding: 5px 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		border: 2px solid #e6087f;
		font-family: 'Nunito', sans-serif;
		font-weight: 600;
	}
	.faq-section {
		background-color: #f8f5f0 !important;
		padding: 0px 0 0px;
		margin: -75px 0px 0px;
		z-index: 9;
	}
	.faq-text h1 {
		font-size: 2.5rem;
		font-weight: 800;
		color: #3b3284 !important;
		line-height: 0.6;
		display: flex;
		flex-wrap: nowrap;
		font-family: 'Nunito', sans-serif;
		margin: 15px auto 0px;
        width: fit-content;
	}
	.faq-text span {
		font-size: 2rem;
		font-weight: 800;
		color: #e6087f !important;
		line-height: 0;
		display: contents;
		flex-wrap: nowrap;
		font-family: 'Nunito', sans-serif;
	}
	.faq-text {
		text-align: center;
	}
	.faq-right-title {
		margin-top: -20px;
		text-align: center;
	}
    .mobile_tab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        flex-direction: row !important;
        margin-bottom: 5px !important;
	}
	.servicesub-title {
        font-weight: 700;
        letter-spacing: 0.2px;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        font-family: 'Jost', sans-serif;
	}
	.service-sub-content {
        font-family: 'Jost', sans-serif;
        font-size: 12px;
        margin-left: 15px;
        padding-bottom: 5px;
        font-weight: 400;
	}
	.home-image-margin img {
        width: 100%;
        height: 175px !important;
	}
	.faq-home-title {
		font-family: 'Nunito', sans-serif;
		font-size: 14px;
	}
	.mobile-book-my-botton{
		display: block;
        position: fixed;
        background-color: #e6087f;
        z-index: 999999999999;
        text-align: center;
        margin: 15px;
        color: #fff !important;
        padding: 10px;
        font-weight: 700;
        font-family: 'Jost', sans-serif;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 15px;
	}
	.booking-image{
		display:none;
	}
	.contact-bg-area::before {		
		background-color: #ffffff;
	}
	.contact-bg-area {
		margin: 0;
		padding: 0px;
	}
	.booking-from-background {
		background-color: #fff;
		padding: 15px 5px;
		border-radius: 0;
	}
	.service_title {
        margin-top: 9px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
	}
	.services-images {
        width: 100%;
        height: 225px;
        margin-bottom: 15px;
	}
	.services-body h2 {
        font-weight: 600;
        color: #212529;
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-family: 'Jost', sans-serif;
	}
	.right-side-box{
		display:none;
	}
	.page-heading h2 {
		color: #3b3284;
		font-size: 1.5rem;
		margin: 10px 0px 0px;
		font-weight: 800;
	}
	.contact-bg-area-texti {
		margin: 2px 0px -40px;
		padding: 0rem 0px 0px 0px;
	}
	.page-heading h3 {
		font-size: 18px;
		font-weight: 300;
		color: #585858;
		margin-bottom: 5px;
	}
	.my-wrap-no-padding {
		padding: 15px;
	}
	.pride-home-blog-card-image {
		width: 100%;
		height: 175px;
	}
	.blog-littpar {
		font-size: 14px;
		color: #000000;
		line-height: 1.6;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pride-home-blog-card .pride-home-blog-content h3 {
		font-size: 18px;
		font-weight: 800;
		margin: 5px 0px;
		font-family: 'Jost', sans-serif;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #e6087f ! Important;
	}
	.onglo {
		border-radius: 12px;
        padding: 10px 10px;
        margin-bottom: 0;
        height: 100%;
	}
	.onglo p {
		margin-top: 5px;
		color: #232323;
		font-family: 'Nunito', sans-serif;
		font-size: 15px;
		margin-bottom: 0px;
	}
	.con-sll{
		width:85%;
	}
	.form-cont-in {
		padding: 12px;
		background-color: #fff ! IMPORTANT;
		border-radius: 12px;
	}
	.tou7y76_idy {
		width: 100%;
		height: 285px;
	}
	._im_8u7_yhe {
		position: absolute !important;
		left: 5px;
		right: 5px;
		bottom: 15px;
	}
	._lo_tyei {
		color: #fff ! Important;
		margin: 0px;
		font-family: 'Jost', sans-serif;
		font-size: 20px;
		font-weight: 900;
	}
	.slider_wave {
		position: absolute;
		right: 0;
		left: 0;
		z-index: 1;
		bottom: -5px;
	}
	.hiokkd h2 {
		color: #fff;
		font-size: 14px;
		margin: 0;
	}
	.our-vio {
		color: #fff;
		font-size: 24px;
		line-height: 24px;
	}
	.wiksdfl {
		float: right;
        background-color: #fff;
        font-family: 'Jost', sans-serif;
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 10px;
        margin-bottom: 14px;
        width: 100%;
        text-align: center;
        margin-top: -10px;
	}
	.kdjf {
		background-color: #fff;
		min-height: 225px;
		border-radius: 25px;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
		border: 1px solid #f0f0ff;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		height:100%;
	}
	.my-won-bak {
		margin: 0px;
		background-color: transparent;
		background-image: linear-gradient(180deg, #3b3284 70%, rgb(255 255 255) 30%);
		padding: 25px 0px;
	}
	.hiokkd {
		padding: 15px 15px 15px 15px;
		background-color: #e6087f;
		border-radius: 30px 30px 30px 30px;
	}
	.ldksfj {
		list-style: none;
		font-size: 16px;
		font-weight: 300;
		font-family: 'Nunito', sans-serif;
		padding-top: 10px;
	}
	.footer-stick {
		text-align: center;
		z-index: 99;
		margin-top: -20px !important;
		
	}
}