/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2022 | 09:22:57 */
.feature-section .elementor-image-box-title {
	margin-bottom: 0;
}
.feature-section  .elementor-image-box-wrapper {
	justify-content: center;
}
.feature-section  figure.elementor-image-box-img,
.feature-section  .elementor-image-box-content {
	width: fit-content !important;
}

.elementor-menu-toggle {
	margin: 0 auto;
	padding-top: 0 !important;
}
.elementor-menu-toggle.elementor-active:before {
	content: 'CLOSE';
}
.elementor-menu-toggle:before {
	content: 'MENU';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -12px;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.add-accord .elementor-tab-title {
    border-bottom: 1px solid #000;
}
.add-accord ul {
	list-style: none;
	margin: 15px 0 0 0;
}
.add-accord ul li {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.add-accord ul li a {
	padding-left: 10px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
}

.old-manufacturers-section {
	display: none !important;
}


@media only screen and (min-width: 768px) {
	.nav-section ul.elementor-nav-menu li:nth-last-child(1),
	.nav-section ul.elementor-nav-menu li:nth-last-child(2) {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	ul.elementor-nav-menu {
		padding: 30px 20px;
	}
	.feature-section .elementor-column:before {
		content: '|';
		position: absolute;
		top: 40%;
		right: -7%;
		color: #FBB05D;
		font-size: 30px;
	}
	.feature-section .elementor-column:last-child:before {
		display: none;
	}
	li.contact-btn a {
		background: linear-gradient(180deg, #FBB05D 0%, #E6861C 100%);
		border-radius: 30px;
		width: fit-content;
		padding: 10px 16px !important;
		text-transform: uppercase;
		font-weight: 700 !important;
		letter-spacing: 1px !important;
		margin: 50px 20px;
	}
	.feature-section  figure.elementor-image-box-img,
	.feature-section  .elementor-image-box-content {
		margin: 0 auto;
	}
}