/* Custom styling for Custom website */

html,body {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
body {
	overflow-y:hidden;
}
.elementor-location-header {
	position:relative;
}
.multi_text span {
	color: var(--e-global-color-5c71432)!important;
}
.myCarousel:before {
	content: '';
	width: 80%;
	height: 2px;
	position: absolute;
	background: rgb(19 124 236 / 40%);
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.myFaqs.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
	margin-bottom:20px;
}
.myFaqs details {
	border-radius:24px;
}
.myFaqs details summary {
	border-radius:24px!important;
}
.myFaqs details[open] summary {
	border-bottom-left-radius:0px!important;
	border-bottom-right-radius:0px!important;
}
.myFaqs div[role="region"] {
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}
.mySocial a {
	font-size:26px!important;
}
.cross svg {
	transform: rotate(45deg);
}