.custom-footer .main-title {
	line-height: 120%;
}

.custom-footer .main-cta-content {
	margin-top: 47px;
}

.custom-footer .row.accordion {
	margin-top: 110px;
}

.custom-footer .accordion-ds {
	width: 100%;
	margin: 0 auto;
}

.custom-footer .accordion-ds-item {
	transition: background 0.3s;
	overflow: hidden;
	padding: 20px 40px 0;
	border-radius: 12px;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s;
}

.custom-footer .accordion-ds-item .accord-wrapper {
	border-top: 2px solid #000000;
	padding-top: 15px;
	position: relative;
}

.custom-footer .accordion-ds-item.parent-active {
	background-color: #f9f9f9;
	margin: 25px 0 20px;
	padding: 40px 40px 0;
}

/* Toggle Title */
.custom-footer .accordion-ds-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-footer .accordion-ds-toggle h6 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	transition: font-size ease .2s;
	-moz-transition: font-size: ease .2s;
	-webkit-transition: font-size: ease .2s;
}

.custom-footer .parent-active .accordion-ds-toggle h6 {
	font-size: 26px;
}

/* Open/Close Icon */
.custom-footer .open-close {
	pointer-events: none;
	height: 20px;
	position: absolute;
	right: 0;
	top: 16px;
	width: 20px;
	z-index: 1;
	transition: transform ease .2s;
	-moz-transition: transform ease .2s;
	-webkit-transition: transform ease .2s;
}

.custom-footer .parent-active .open-close {
	transform: rotate(45deg);
}

.custom-footer .row.accordion .open-close::before,
.custom-footer .row.accordion .open-close::after {
	transform: rotate(90deg);
	background-color: #e1e5e8;
	content: " ";
	height: 20px;
	left: 10px;
	position: absolute;
	width: 1px;
}

.custom-footer .row.accordion .open-close::before {
	transform: rotate(90deg);
	background-color: #e1e5e8;
	content: " ";
	height: 20px;
	left: 10px;
	position: absolute;
	width: 1px;
}

.custom-footer .row.accordion .open-close::after {
	transform: rotate(0deg);
}

/* Animated Content Area */
.custom-footer .collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0;
}

.custom-footer .collapse.show {
	max-height: max-content;
	padding: 10px 0 0;
}

.custom-footer .accordion-ds-body {
	padding: 10px 0;
	font-size: 15px;
	color: #333;
}

.custom-footer .menu-list {
	margin-top: 150px;
}

.custom-footer .menu-list ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.custom-footer .menu-list > ul {
	gap: 30px;
}

.custom-footer .menu-list > ul > li {
	width: calc(100%/5);
}

.custom-footer .menu-list ul ul {
	flex-flow: column;
	margin-top: 5px;
}

.custom-footer .menu-list .menu-link {
	font-size: 14px;
}

.custom-footer .menu-list .menu-link-2 {
	font-size: 12px;
	display: inline-block;
	line-height: 140%;
	padding-bottom: 7px;
}

.custom-footer .menu-list .item-cont {
	margin-bottom: 30px;
}

.custom-footer .menu-list .item-cont .menu-link {
	font-weight: bold;
}

.custom-footer .row.bottom {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-top: 90px;
}


.custom-footer .row.middle {
	justify-content: center;
	display: flex;
	padding: 40px 0 0;
}

.custom-footer .row.middle img {
	max-width: 280px !important;
	object-fit: contain;
}

.custom-footer .row.bottom .center {
	max-width: 699px;
	/* 	padding: 3px 90px 0 68px; */
	margin-top: 15px;
}

.custom-footer .row.bottom .social-links {
	margin-left: auto;
	display: flex;
	gap: 11px;
}

.custom-footer .row.bottom .social-links svg {
	width: 20px;
	height: auto;
}

.custom-footer .row.bottom .links-list a {
	margin-right: 40px;
	margin-bottom: 10px;
}

.custom-footer .row.bottom .copyright {
	margin-top: 15px;
	line-height: 150%;
}


.custom-footer .menu-link.has-child .footer-drop-down-helper {
	display: none;
}

.custom-footer .row.bottom .social-links.mobile {
	display: none;
}

@media all and (max-width: 991px) {
	.custom-footer .main-title {
		font-size: 34px !important;
	}
}

@media all and (max-width: 767px) {
	.custom-footer .menu-list {
		max-width: 90%;
		margin: auto;
		padding: 30px 0;
		border-top: 1px solid;
		margin-top: 60px;
		position: relative;
	}

	.custom-footer .menu-list > ul {
		gap: 0;
		flex-flow: column;
	}

	.custom-footer .menu-list > ul > li {
		width: 100%;
	}

	.custom-footer .menu-list .item-cont .has-child {
		position: relative;
	}

	.custom-footer .menu-list .item-cont .has-child + ul {
		display: none;
	}

	.custom-footer .menu-list .item-cont .menu-link {
		display: block;
	}

	.custom-footer .menu-list .item-cont .menu-link br {
		display: none;
	}

	.custom-footer .menu-list .item-cont {
		margin-bottom: 12px;
	}

	.custom-footer .menu-link.has-child .footer-drop-down-helper:after {
		content: "";
		display: block;
		right: 10px;
		width: 5px;
		pointer-events: none;
		position: absolute;
		top: 8px;
		transform: rotate(45deg);
		border-style: solid;
		border-color: #000000;
		border-image: initial;
		border-width: 0px 1px 1px 0px;
		padding: 2px;
	}

	.custom-footer .menu-link.has-child .footer-drop-down-helper {
		display: inline-block;
		position: absolute;
		right: 0;
		width: 25px;
		height: 25px;
	}

	.custom-footer .row.bottom {
		flex-flow: column;
		align-items: center;
		padding-top: 40px;
/* 		border-top: 1px solid #000000; */
		max-width: 90%;
		margin: auto;
		gap: 0;
	}

	.custom-footer .row.bottom .center {
		padding: 5px 0;
		text-align: center;
	}

	.custom-footer .row.bottom .social-links.desktop {
		display: none;
	}

	.custom-footer .row.bottom .social-links.mobile {
		display: flex;
		margin: auto;
		align-items: center;
		gap: 20px;
		margin-top: 30px;
	}

	.custom-footer .row.bottom .social-links.mobile a {
		display: inline-block;
	}

	.custom-footer .row.bottom .links-list a {
		margin-right: 24px;
	}

	.custom-footer .row.accordion {
		margin-top: 40px;
	}

	.custom-footer .parent-active .accordion-ds-toggle h6 {
		font-size: 20px !important;
	}
}