/* Banner Image */
.lp-banner .elementor-widget-image img {
	min-height: 440px;
	max-height: 700px;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

span.head-logo {
    display: flex;
}

span.head-logo svg {
    max-width: 180px;
    height: 100%;
}
/* landing-page */

.slide {
	min-width: 300px;

	margin-right: 15px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.first-sec {
	border-radius: 10px;
	background: #FFE0D6;
	height: 312px;
	width: 52%;
	padding: 30px;
}

.second-sec {
	height: 312px;
	width: 50%;
}


.banner-image-landing {
	max-width: 100vw !important;
}

.second-sec img {
	border-radius: 10px !important;
	height: 312px;
}

.first-sec h5 {
	color: #263238;
	font-family: Poppins;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.first-sec p {
	color: #263238;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 30px 0;
}

.mySwiper swiper-container {
	width: 100%;
	height: 100%;
}

.mySwiper swiper-slide {
	text-align: start;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-direction: row-reverse;
}

.banner-mobile-image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}

.mySwiper swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.first-sec h5 {
	position: relative;
}

.first-sec h5::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'100%\' height=\'1\' viewBox=\'0 0 380 1\' fill=\'none\'><mask id=\'path-1-inside-1_14088_22438\' fill=\'white\'><path d=\'M0 0H380V1H0V0Z\'/></mask><path d=\'M0 1.5H3.95833V0.5H0V1.5ZM11.875 1.5H19.7917V0.5H11.875V1.5ZM27.7083 1.5H35.625V0.5H27.7083V1.5ZM43.5417 1.5H51.4583V0.5H43.5417V1.5ZM59.375 1.5H67.2917V0.5H59.375V1.5ZM75.2083 1.5H83.125V0.5H75.2083V1.5ZM91.0417 1.5H98.9583V0.5H91.0417V1.5ZM106.875 1.5H114.792V0.5H106.875V1.5ZM122.708 1.5H130.625V0.5H122.708V1.5ZM138.542 1.5H146.458V0.5H138.542V1.5ZM154.375 1.5H162.292V0.5H154.375V1.5ZM170.208 1.5H178.125V0.5H170.208V1.5ZM186.042 1.5H193.958V0.5H186.042V1.5ZM201.875 1.5H209.792V0.5H201.875V1.5ZM217.708 1.5H225.625V0.5H217.708V1.5ZM233.542 1.5H241.458V0.5H233.542V1.5ZM249.375 1.5H257.292V0.5H249.375V1.5ZM265.208 1.5H273.125V0.5H265.208V1.5ZM281.042 1.5H288.958V0.5H281.042V1.5ZM296.875 1.5H304.792V0.5H296.875V1.5ZM312.708 1.5H320.625V0.5H312.708V1.5ZM328.542 1.5H336.458V0.5H328.542V1.5ZM344.375 1.5H352.292V0.5H344.375V1.5ZM360.208 1.5H368.125V0.5H360.208V1.5ZM376.042 1.5H380V0.5H376.042V1.5ZM0 2H3.95833V0H0V2ZM11.875 2H19.7917V0H11.875V2ZM27.7083 2H35.625V0H27.7083V2ZM43.5417 2H51.4583V0H43.5417V2ZM59.375 2H67.2917V0H59.375V2ZM75.2083 2H83.125V0H75.2083V2ZM91.0417 2H98.9583V0H91.0417V2ZM106.875 2H114.792V0H106.875V2ZM122.708 2H130.625V0H122.708V2ZM138.542 2H146.458V0H138.542V2ZM154.375 2H162.292V0H154.375V2ZM170.208 2H178.125V0H170.208V2ZM186.042 2H193.958V0H186.042V2ZM201.875 2H209.792V0H201.875V2ZM217.708 2H225.625V0H217.708V2ZM233.542 2H241.458V0H233.542V2ZM249.375 2H257.292V0H249.375V2ZM265.208 2H273.125V0H265.208V2ZM281.042 2H288.958V0H281.042V2ZM296.875 2H304.792V0H296.875V2ZM312.708 2H320.625V0H312.708V2ZM328.542 2H336.458V0H328.542V2ZM344.375 2H352.292V0H344.375V2ZM360.208 2H368.125V0H360.208V2ZM376.042 2H380V0H376.042V2Z\' fill=\'%23263238\' mask=\'url(%23path-1-inside-1_14088_22438)\'/></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 10px;
}

.gut-faqs .e-n-accordion-item {


	border-radius: 10px;
	border: 0.5px solid rgba(0, 0, 0, 0.10);

}


.experts-Swiper swiper-slide {
	transition: transform 0.5s ease;
	min-height: 300px;
	/* padding: 0 20px; */
}

.experts-Swiper swiper-slide.swiper-slide-prev,
.experts-Swiper swiper-slide.swiper-slide-next {
	transform: scale(0.9);
}

swiper-container.experts-Swiper {
	padding-top: 60px;
	padding-bottom: 100px;
}

.experts-Swiper swiper-slide.swiper-slide-active {
	transform: scale(1.2);
	/* padding: 0 40px; */
	transition: all 0.5s ease;
}

.testimonial-sec {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
}

.testimonial-sec img {
	width: 53px;
	height: 53px;
}

.profile-sec {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 16px;
}

.text-testimonial p {
	margin-bottom: 30px;
}

.profile-sec img {
	border-radius: 43px !important;
}

.profile-sec p {
	margin-bottom: 0;
}

.text-testimonial {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
}

.text-testimonial a {
	display: inline-block;
	margin-top: 6px;
	color: #fc5a31e3;
	text-decoration: underline;
	cursor: pointer;
}

.experts-Swiper::part(pagination) {
	text-align: start;
	bottom: -64px;
	top: auto;
	left: 32%;
	width: fit-content;
}

.experts-Swiper::part(container) {
	overflow: visible;
	min-height: 380px;
}


.experts-Swiper::part(button-prev) {
	left: auto;
	right: 36%;
	transform: translateX(0%);
}

.experts-Swiper::part(button-next) {
	right: 34%;
	left: unset;
	transform: translateX(70%);
}

.experts-Swiper::part(bullet-active) {
	background: #fff;
	transform: scale(1.4);
	transition: all 0.2s ease;
}

.experts-Swiper::part(bullet) {
	background: rgba(255, 255, 255, 0.40);
	transform: scale(1);
	transition: all 0.2s ease;
}

.experts-Swiper::part(button-next), .experts-Swiper::part(button-prev) {
	top: unset;
	bottom: -80px;
	background: rgba(255, 255, 255, 0.10);
	padding: 20px;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	fill: #fff;
	color: #fff;
	z-index: 99;
}

.experts-Swiper swiper-slide.swiper-slide-active .first-sec-experts {
	margin: 0 40px;
}

.landing-footer span.elementor-icon-list-text a {
	color: #FC5A31;
}

/* .faq-landing .e-n-accordion-item-title {
	padding-top: 30px !important;
	padding-bottom: 24px !important;

} */
.faq-landing .elementor-widget-n-accordion .e-n-accordion-item-title {
	align-items: flex-start;
	padding: 0 0 16px 0;
}

.experts-Swiper::part(button-next) svg,
.experts-Swiper::part(button-prev) svg {

	width: 13px !important;
	height: 13px !important;
}


.first-sec-experts {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.10);
	min-height: 320px;
	display: flex;
	align-items: center;
	margin: 0 20px;
	padding: 40px 30px;
	color: rgba(255, 255, 255, 0.70);
}

.first-sec-experts p {

	color: rgba(255, 255, 255, 0.70);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.about-faq .e-n-accordion-item {
	border-bottom: 1px solid #D4D6D7;
	margin-top: 16px;
}

.faq-landing .elementor-widget-n-accordion .elementor-element .elementor-widget-text-editor {
	padding: 0 0 16px 0;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
}

.faq-landing .elementor-widget-n-accordion .elementor-element {
	padding: 0;
}

.about-faq .e-n-accordion-item:first-child {
	margin-top: 0;
}

span.e-n-accordion-item-title-icon {
	padding: 10px;
	border-radius: 50px;
	background-color: #FDF7E8;
}

swiper-container.experts-Swiper::after,
swiper-container.experts-Swiper::before {
	position: absolute;
	width: 230px;
	height: 100%;
	top: 0;
	content: '';
	z-index: 9;
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

swiper-container.experts-Swiper::before {
	left: 0;
	background: linear-gradient(90deg, #263238 0%, rgba(38, 50, 56, 0.00) 100%);
}

swiper-container.experts-Swiper::after {
	right: 0;
	background: linear-gradient(268deg, #263238 0%, rgba(38, 50, 56, 0.00) 100%);
}

.experts-sec:after {
	transform: rotate(180deg);
	left: auto;
	right: 0;
}

.mySwiper::part(container):after {
	position: absolute !important;
	width: 102px !important;
	height: 164% !important;
	top: -50% !important;
	content: '' !important;
	transform: rotate(180deg) !important;
	left: auto !important;
	right: -11px !important;
	z-index: 9 !important;
	background: linear-gradient(90deg, #004638 0%, rgba(0, 70, 56, 0.00) 100%) !important;
	filter: blur(8px) !important;
	-webkit-filter: blur(8px);
}

.mySwiper::part(container):before {
	position: absolute !important;
	width: 174px !important;
	height: 164% !important;
	top: -50% !important;
	content: '' !important;
	left: -8px !important;
	z-index: 9 !important;
	background: linear-gradient(90deg, #004638 0%, rgba(0, 70, 56, 0.00) 100%) !important;
	filter: blur(8px) !important;
	-webkit-filter: blur(8px);
}

.myswiper-sec {
	overflow: hidden !important;
}

.mySwiper::part(pagination) {
	display: none;
}


/* .mySwiper::part(wrapper){
	transform: translateX(119px);
} */

/* .stats-sec:before{
	position: absolute !important;
    width: 102px !important;
    height: 100% !important;
    top: 0 !important;
    content: '' !important;
    left: -8px !important  ;
    z-index: 9 !important;
    background: linear-gradient(90deg, #004638 0%, rgba(0, 70, 56, 0.00) 100%) !important;
    filter: blur(8px) !important;
    -webkit-filter: blur(8px);
 } */
.mySwiper::part(button-next),
.mySwiper::part(button-prev) {

	background: rgb(255 255 255 / 24%);
	padding: 19px;
	border-radius: 62px;
	width: 22px;
	height: 22px;
	fill: #fff;
	color: #fff;
}

.mySwiper::part(button-prev) {
	left: 30px;
	right: auto;
}

.mySwiper::part(button-next) {
	left: auto;
	right: 30px;

}

.gut-faqs .e-n-accordion-item:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 4px;
	background-color: rgba(38, 50, 56, 0.10);
	left: -26px;
	top: 0;
	border-radius: 8px;
}

.gut-faqs .e-n-accordion-item-title[aria-expanded="true"]:before {
	content: '';
	position: absolute;
	height: 25%;
	width: 4px;
	background-color: #FC5A31;
	left: -26px;
	top: 0;
	border-radius: 8px;
}

.gut-faqs .e-n-accordion-item {
	overflow: visible !important;
}

.contact-us ul:first-child {
	font-weight: 700 !important;
}

/* .experts-sec {
	overflow: hidden !important;
} */

.mySwiper swiper-slide:nth-child(2) .first-sec {
	background: rgba(255, 255, 255, 0.05) !important;
}

.mySwiper swiper-slide:nth-child(2) .first-sec h5 {
	color: #fff;

}

.mySwiper swiper-slide:nth-child(2) .first-sec h5:after {
	color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='1' viewBox='0 0 380 1' fill='none'%3E%3Cmask id='path-1-inside-1_14088_22438' fill='white'%3E%3Cpath d='M0 0H380V1H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 1.5H3.95833V0.5H0V1.5ZM11.875 1.5H19.7917V0.5H11.875V1.5ZM27.7083 1.5H35.625V0.5H27.7083V1.5ZM43.5417 1.5H51.4583V0.5H43.5417V1.5ZM59.375 1.5H67.2917V0.5H59.375V1.5ZM75.2083 1.5H83.125V0.5H75.2083V1.5ZM91.0417 1.5H98.9583V0.5H91.0417V1.5ZM106.875 1.5H114.792V0.5H106.875V1.5ZM122.708 1.5H130.625V0.5H122.708V1.5ZM138.542 1.5H146.458V0.5H138.542V1.5ZM154.375 1.5H162.292V0.5H154.375V1.5ZM170.208 1.5H178.125V0.5H170.208V1.5ZM186.042 1.5H193.958V0.5H186.042V1.5ZM201.875 1.5H209.792V0.5H201.875V1.5ZM217.708 1.5H225.625V0.5H217.708V1.5ZM233.542 1.5H241.458V0.5H233.542V1.5ZM249.375 1.5H257.292V0.5H249.375V1.5ZM265.208 1.5H273.125V0.5H265.208V1.5ZM281.042 1.5H288.958V0.5H281.042V1.5ZM296.875 1.5H304.792V0.5H296.875V1.5ZM312.708 1.5H320.625V0.5H312.708V1.5ZM328.542 1.5H336.458V0.5H328.542V1.5ZM344.375 1.5H352.292V0.5H344.375V1.5ZM360.208 1.5H368.125V0.5H360.208V1.5ZM376.042 1.5H380V0.5H376.042V1.5ZM0 2H3.95833V0H0V2ZM11.875 2H19.7917V0H11.875V2ZM27.7083 2H35.625V0H27.7083V2ZM43.5417 2H51.4583V0H43.5417V2ZM59.375 2H67.2917V0H59.375V2ZM75.2083 2H83.125V0H75.2083V2ZM91.0417 2H98.9583V0H91.0417V2ZM106.875 2H114.792V0H106.875V2ZM122.708 2H130.625V0H122.708V2ZM138.542 2H146.458V0H138.542V2ZM154.375 2H162.292V0H154.375V2ZM170.208 2H178.125V0H170.208V2ZM186.042 2H193.958V0H186.042V2ZM201.875 2H209.792V0H201.875V2ZM217.708 2H225.625V0H217.708V2ZM233.542 2H241.458V0H233.542V2ZM249.375 2H257.292V0H249.375V2ZM265.208 2H273.125V0H265.208V2ZM281.042 2H288.958V0H281.042V2ZM296.875 2H304.792V0H296.875V2ZM312.708 2H320.625V0H312.708V2ZM328.542 2H336.458V0H328.542V2ZM344.375 2H352.292V0H344.375V2ZM360.208 2H368.125V0H360.208V2ZM376.042 2H380V0H376.042V2Z' fill='%23fff' mask='url(%23path-1-inside-1_14088_22438)'/%3E%3C/svg%3E") !important;

}

.mySwiper swiper-slide:nth-child(2) .first-sec p {
	color: #fff;

}

.mySwiper swiper-slide:nth-child(3) .first-sec {
	background: #F1DFFD !important;
}

.mySwiper swiper-slide:nth-child(4) .first-sec {
	background: #B0C6C1 !important;
}

.mySwiper swiper-slide:nth-child(5) .first-sec {
	background: #F1DFFD !important;
}

.mySwiper swiper-slide:nth-child(6) .first-sec {
	background: #FFE0D6 !important;
}

.mySwiper swiper-slide:nth-child(7) .first-sec {
	background: #B0C6C1;
}

.mySwiper swiper-slide:nth-child(8) .first-sec {
	background: #F1DFFD !important;
}

/* .your-accordion-section-class {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 15px;
	background-color: #fff;
	margin-left: 12px;
} */

.elementor-accordion {
	flex: 1 1 50%;
	background: #ffffff;
	overflow: visible;
}


.elementor-accordion-item {
	position: relative;
	margin-bottom: 20px;
	border: 0.5px solid rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	margin-left: 20px;
}

.active .elementor-accordion-title {
	color: #FC5A31;
}


.elementor-accordion-item::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -16px;
	width: 3px;
	height: calc(100% - 20px);
	background-color: #e0e0e0;
	border-radius: 3px;
	z-index: 2;
}

.elementor-accordion-item::after {
	content: "";
	position: absolute;
	top: 10px;
	left: -16px;
	width: 3px;
	height: calc(100% - 20px);
	background-color: #e0e0e0;
	border-radius: 3px;
	z-index: 1;
}

.elementor-accordion-item.active::before {
	background: #FC5A31;
	animation: progress-fill 10s linear forwards;
}

.elementor-accordion-title {
	padding: 14px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	background: rgba(38, 50, 56, 0.03);
	color: #263238;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: background-color 0.3s ease;
}


.elementor-tab-content {
	display: none;
	padding: 14px;
	padding-top: 6px;
	font-size: 16px;
	color: #263238;
	opacity: 0.7;
	line-height: 1.6;
	background-color: #f9f9f9;
	transition: all 0.3s ease;
	border-radius: 10px
}

.elementor-accordion-item.active .elementor-tab-content {
	display: block;
}


.progress-bar-landing {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: transparent;
	width: 0;
	transition: width 10s linear;
}

.elementor-accordion-item.active .progress-bar-landing {
	width: 100%;
}

.accordion-images {
	flex: 1 1 45%;
	position: relative;
	transition: .6s ease opacity, .6s ease transform;
}

#accordion-images-mobile {
	height: 0;
}

#accordion-images-mobile:has(.active-image) {
	height: unset;
}

#accordion-images-mobile img.accordion-image {
	margin-bottom: 16px;
}

.accordion-image {
	height: 0;
	border-radius: 20px;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	border-radius: 12px !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.accordion-image.active-image {
	opacity: 1;
	height: auto;
	animation: fade-in 0.2s;
	-webkit-animation: fade-in 0.2s;
}

div#accordion-images-desktop img.accordion-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
}

@keyframes fade-in {
	from {
		opacity: 0;
		height: 0;
	}

	to {
		opacity: 1;
		height: auto;
	}
}


/* .experts-sec {
	overflow: hidden;
} */

.landing-footer .contact-landing {
	color: #263238;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;

}

/* .fistslide-myslider {
	margin-left: 120px;
} */

@keyframes progress-fill {
	0% {
		height: 0%;
	}

	100% {
		height: calc(100% - 20px);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	/* .your-accordion-section-class {
		flex-direction: column;
	} */

	.elementor-accordion {
		flex: 1 1 100%;
	}

	.accordion-images {
		flex: 1 1 100%;
		/* margin-top: 20px; */
		transition: .2s ease opacity, .2s ease transform;
	}
}


/* *********************landing-page -media-queries********************************* */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.fistslide-myslider {
		margin-left: 00px;
	}

	/* .faq-landing .e-n-accordion-item-title {
		padding-top: 20px !important;
		padding-bottom: 24px !important;
	}

	.faq-landing .e-n-accordion-item-title {
		padding-left: 0 !important;
		padding-right: 0px !important;
	} */

	/* .first-sec-experts {
		padding: 30px 30px;
	} */
	/* 
	.first-sec-experts p {
		font-size: 16px;
	} */


	.testimonial-sec {
		gap: 10px;
		flex-direction: column;
	}

	/* swiper-container.experts-Swiper {
		transform: scale(1);
		overflow: visible;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0;
	}

	.first-sec {

		width: 100%;
		padding: 16px;
		height: auto;
	}

	.second-sec {

		width: 100%;

	}

	.first-sec p {
		font-size: 14px;
		margin: 15px 0;
	}

	.first-sec h5 {
		font-size: 21px;
		padding-bottom: 10px;
	}

	.mySwiper swiper-slide {
		flex-direction: column-reverse;
	}


	/* .elementor-accordion-item {
		margin-top: 10px;
		margin-bottom: 10px;
	} */
	/* 
	.your-accordion-section-class {
		padding: 0px;
	} */

	/* .elementor-accordion-item::after,
	.elementor-accordion-item::before {
		left: -18px;
	} */
	/* 
	.experts-Swiper::part(button-prev) {
		left: auto;
		right: 15%;
	} */
	.about-faq .e-n-accordion:last-child {
		border: 0;
	}

	.about-faq .e-n-accordion:last-child .e-n-accordion-item {
		border: 0;
	}

	/* .experts-Swiper::part(button-next) {
		right: 0%;
		left: auto;
	} */

	/* .experts-Swiper::part(button-next),
	.experts-Swiper::part(button-prev) {
		bottom: -22%;
		padding: 13px;
	} */

	/* .experts-Swiper::part(pagination) {
		bottom: -20%;
	}

	.experts-Swiper::part(pagination) {
		left: 1%;
	} */

	.elementor-accordion-title {
		font-size: 16px;
	}

	.elementor-tab-content {
		font-size: 14px;
	}

	/* .experts-sec {
		overflow: hidden !important;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0px !important;
	}

	

	.faq-landing .elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
		margin-block-end: 0 !important;
	}

	/* .accordion-images {
		margin-top: 5px;
	} */
	.myswiper-sec {
		overflow: hidden;
	}

	.mySwiper::part(container) {
		overflow: visible
	}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {

	/* .faq-landing .e-n-accordion-item-title {
		padding-top: 20px !important;
		padding-bottom: 24px !important;
	} */

	.second-sec {

		width: 50%;

	}

	/* 
	.faq-landing .e-n-accordion-item-title {
		padding-left: 0 !important;
		padding-right: 0px !important;
	} */
	.mySwiper::part(container) {
		overflow: visible
	}


	.faq-landing .elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
		margin-block-end: 0 !important;
	}

	.fistslide-myslider {
		margin-left: 00px;
	}

	.shadow-sec:after,
	.experts-sec:after {
		width: 0;
	}

	/* .accordion-images {
		margin-top: 5px;
	} */

	/* .first-sec-experts {
		padding: 30px 30px;
	} */
	/* 
	.first-sec-experts p {
		font-size: 16px;
	} */


	.testimonial-sec {
		gap: 10px;
		flex-direction: column;
	}

	/* swiper-container.experts-Swiper {
		transform: scale(1);
		overflow: visible;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0;
	}


	.first-sec p {
		font-size: 14px;
		margin: 15px 0;
	}

	.first-sec h5 {
		font-size: 21px;
		padding-bottom: 10px;

	}

	.mySwiper swiper-slide {
		flex-direction: row;
	}

	/* .elementor-accordion-item {
		margin-top: 3px;
		margin-bottom: 3px;

	} */

	/* .your-accordion-section-class {
		padding: 0px;
	} */
	/* 
	.elementor-accordion-item::after,
	.elementor-accordion-item::before {

		left: -18px;

	} */

	/* .experts-Swiper::part(button-prev) {
		left: auto;
		right: 20%;
	}

	.experts-Swiper::part(button-next) {
		right: 7%;
		left: auto;
	}

	.experts-Swiper::part(button-next),
	.experts-Swiper::part(button-prev) {

		bottom: -30%;

	} */
	/* 
	.experts-Swiper::part(pagination) {
		bottom: -20%;
	}

	.experts-Swiper::part(pagination) {
		left: 1%;
	} */

	.elementor-accordion-title {
		font-size: 16px;
	}

	.elementor-tab-content {
		font-size: 14px;
	}

	/* .experts-sec {
		overflow: hidden !important;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0px !important;
	}

	

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.shadow-sec:after,
	.experts-sec:after {
		width: 11px;
	}

	.fistslide-myslider {
		margin-left: 00px;
	}

	/* .first-sec-experts {
		padding: 30px 30px;
	} */

	/* .first-sec-experts p {
		font-size: 16px;
	} */



	.testimonial-sec {
		gap: 10px;
		flex-direction: column;
	}

	/* swiper-container.experts-Swiper {
		transform: scale(1);
		overflow: visible;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0;
	}

	.first-sec {
		width: 50%;
		padding: 16px;
		min-height: 226px;
	}

	.first-sec p {
		font-size: 14px;
		margin: 15px 0;
	}

	.first-sec h5 {
		font-size: 50px;
		padding-bottom: 10px;

	}

	.mySwiper swiper-slide {
		flex-direction: row;
	}

	/* 
	.elementor-accordion-item {
		margin-top: 20px
	} */

	/* .your-accordion-section-class {
		padding: 0px;
	} */
	/* 
	.elementor-accordion-item::after,
	.elementor-accordion-item::before {
		left: -18px;
	} */

	/* .experts-Swiper::part(button-prev) {
		left: auto;
		right: 20%;
	}

	.experts-Swiper::part(button-next) {
		right: 10%;
		left: auto;
	}

	.experts-Swiper::part(button-next),
	.experts-Swiper::part(button-prev) {
		bottom: -24%;
	} */
	/* 
	.experts-Swiper::part(pagination) {
		bottom: -20%;
	}

	.experts-Swiper::part(pagination) {
		left: 23%;
	} */

	.elementor-accordion-title {
		font-size: 16px;
	}

	.elementor-tab-content {
		font-size: 14px;
	}

	/* .experts-sec {
		overflow: hidden !important;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0px !important;
	}

	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* .elevate-sec {
		padding-top: 44px !important;
		padding-bottom: 45px !important;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.elevate-sec .elementor-heading-title {
		font-size: 32px !important;
	} */

	.banner-section-landing .elementor-heading-title {
		font-size: 28px !important;
	}

	.banner-section-landing p {
		font-size: 14px !important;
	}

	/* .experts-sec {
		padding-bottom: 50px !important
	} */

	.mySwiper swiper-slide {
		flex-direction: row;
	}

	.shadow-sec:after,
	.experts-sec:after {
		width: 11px;
	}

	/* .first-sec-experts {
		padding: 30px 30px;
	} */
	/* 
	.first-sec-experts p {
		font-size: 16px;
	} */

	.testimonial-sec {
		gap: 10px;
		flex-direction: column;
	}

	/* swiper-container.experts-Swiper {
		transform: scale(1);
		overflow: visible;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0;
	}

	.first-sec {
		width: 50%;
		padding: 16px;
		min-height: 226px;
	}

	.first-sec p {
		font-size: 14px;
		margin: 15px 0;
	}

	.first-sec h5 {
		font-size: 47px;
		padding-bottom: 10px;

	}

	/* 
	.elementor-accordion-item {
		margin-top: 20px
	} */
	/* 
	.your-accordion-section-class {
		padding: 0px;
	} */

	/* .elementor-accordion-item::after,
	.elementor-accordion-item::before {
		left: -18px;
	} */

	/* .experts-Swiper::part(button-prev) {
		left: auto;
		right: 29%;
	}

	.experts-Swiper::part(button-next) {
		right: 23%;
		left: auto;
	}

	.experts-Swiper::part(button-next),
	.experts-Swiper::part(button-prev) {
		bottom: -24%;
	} */

	/* .experts-Swiper::part(pagination) {
		bottom: -20%;
	}

	.experts-Swiper::part(pagination) {
		left: 23%;
	} */

	.elementor-accordion-title {
		font-size: 16px;
	}

	.elementor-tab-content {
		font-size: 14px;
	}

	/* 
	.experts-sec {
		overflow: hidden !important;
	} */

	.stats-sec:before,
	.stats-sec:after {
		width: 0px !important;
	}


	.mySwiper::part(container):after,
	.mySwiper::part(container):before {
		width: 116px !important;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1700px) {

	.first-sec p {
		font-size: 14px;
		margin: 15px 0;
	}

	.first-sec h5 {
		font-size: 47px;
		padding-bottom: 10px;
	}

	/* .first-sec-experts {
		padding: 42px 30px;
	} */

	/* .experts-Swiper::part(button-prev) {
		left: auto;
		right: 38%;
	} */

	/* .experts-sec {
		padding-bottom: 140px !important;
	} */

	/* .experts-Swiper::part(pagination) {
		bottom: -20%;
	} */

	/* .experts-Swiper::part(button-next),
	.experts-Swiper::part(button-prev) {
		bottom: -26%;
		width: 20px;
		height: 20px;

	} */

	/* .first-sec-experts p {
		font-size: 14px;
	} */

	.faq-landing .elementor-heading-title {
		font-size: 39px;
	}

	/* .elevate-sec {
		padding-left: 60px !important;
		padding-right: 60px !important;
		column-gap: 40px !important;
	} */


}

/* @media only screen and (min-width: 1366px) and (max-width: 1700px){
	.experts-sec .shadow-sec {
		padding-bottom: 0px !important;
	}
} */



.accordion-image {
	width: 100%;
}

@media screen and (max-width: 991px) {

	.first-sec-experts {
		margin: 0 10px;
		padding: 40px 24px;
	}

	.experts-Swiper::part(pagination) {
		text-align: start;
		bottom: -100px;
		top: auto;
		left: 24px;
		width: fit-content;
	}

	.experts-Swiper::part(button-next), .experts-Swiper::part(button-prev) {
		top: unset;
		bottom: -110px;
		padding: 16px;
		border-radius: 50px;
		width: 12px;
		height: 12px;
	}

	.experts-Swiper::part(button-next) {
		right: 60px;
	}

	.experts-Swiper::part(button-prev) {
		left: auto;
		right: 80px;
	}

	.experts-Swiper swiper-slide.swiper-slide-active .first-sec-experts {
		margin: 0;
	}

	.experts-Swiper swiper-slide.swiper-slide-active {
		transform: unset;
	}

	.experts-Swiper swiper-slide.swiper-slide-prev, .experts-Swiper swiper-slide.swiper-slide-next {
		transform: unset;
	}

	swiper-container.experts-Swiper {
		padding-top: 30px;
		padding-bottom: 120px;
	}

	.experts-Swiper::part(container) {
		min-height: auto;
	}

	swiper-container.experts-Swiper::after,
	swiper-container.experts-Swiper::before {
		display: none;
	}

	.first-sec-experts {
		padding: 60px 20px;
		border-radius: 20px;
	}

	.mySwiper swiper-slide img {
		width: 100vw !important;
	}

	/* .mySwiper::part(pagination) {
		left: 0;
        bottom: -65px;
        top: auto;
        width: fit-content;
	} */

	.mySwiper::part(bullet-active) {
		background: #fff;
		transform: scale(1.2);
		transition: all 0.2s ease;
}

	.mySwiper::part(pagination) {
		display: none;
	}
	.mySwiper::part(button-next), .mySwiper::part(button-prev) {
		background: rgb(255 255 255 / 24%);
		padding: 12px;
		border-radius: 50px;
		width: 20px;
		height: 20px;
		fill: #fff;
		color: #fff;
	}
	.mySwiper::part(button-next) {
		left: auto;
		right: 16px;
	}
	.mySwiper::part(button-prev) {
		left: 16px;
		right: auto;
	}
	span.head-logo svg {
		max-width: 150px;
	}

}

@media screen and (max-width: 768px) {
	.lp-banner .elementor-widget-image img {
		min-height: auto;
	}
	.mySwiper::part(container):after,
	.mySwiper::part(container):before {
display: none;
	}
	.mySwiper::part(pagination) {
        display: block;
        width: fit-content;
        bottom: -75px;
    }

	.mySwiper::part(button-next) {
		left: auto;
		right: 0;
		top: auto;
		bottom: -80px;
	}

	.mySwiper::part(button-prev) {
		left: auto;
		right: 60px;
		top: auto;
		bottom: -80px;
	}
	.first-sec-experts {
		margin: 0 10px;
		padding: 24px 20px;
	}
	.experts-Swiper::part(button-next) {
		right: 40px;
	}

	.experts-Swiper::part(button-prev) {
		left: auto;
		right: 70px;
	}
	.experts-Swiper::part(pagination) {
		left: 20px;
	}
	#accordion-images-mobile:has(.active-image) {
		min-height: clamp(350px, 47.25vw, 500px);
	}
	span.head-logo svg {
		max-width: 120px;
		height: 100%;
	}
}