/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* header css start */
.main-menu .e-n-menu-title {
	padding: 0;
}
.main-menu .e-n-menu-title-container {
    padding: 30px 16px;
}
.main-menu .e-n-menu-title-container {
	position: relative;
}
.main-menu .e-n-menu-title-container:hover::after {
	content: "";
    width: 100%;
    height: 3px;
    background: var(--n-menu-title-color-active);
    bottom: -0px;
	left: 0;
    position: absolute;
}
.main-menu .e-n-menu-title.e-current .e-n-menu-title-container::after {
	content: "";
    width: 100%;
    height: 3px;
    background: var(--n-menu-title-color-active);
    bottom: -0px;
	left: 0;
    position: absolute;
}
.header-submit-btn .elementor-button-icon svg {
    height: 100%;
}
.header-main-inner {
    backdrop-filter: blur(15px);
}
@media (min-width: 990px) and (max-width: 1200px) {
	.main-menu .e-n-menu-title-container {
		padding: 30px 10px;
	}
}
@media (min-width: 1367px) and (max-width: 1397px) {
	.main-menu .e-n-menu-title-container {
		padding: 30px 14px;
	}
}
@media (max-width: 990px) {
	.main-menu .e-n-menu-title {
		background-color: transparent !important;
	}
	.main-menu .e-n-menu-heading {
		background: var(--e-global-color-3e17053) !important;
		margin: 20px 20px 0;
		padding: 25px 0;
	}
	.main-menu .e-n-menu-title-container {
		padding: 8px 16px;
	}
}
/* header css end */

.highlight-text {
	color: var(--e-global-color-primary) !important;
}
.accordian-box:hover .counter-title .elementor-heading-title {
	color: var(--e-global-color-primary);
}
.accordian-box {
	position: relative;
}
.accordian-box::after {
	content: '';
	height: 85px;
	width: 1px;
	background: #00A79D;
	position: absolute;
	right: -60px;
	top: 50%;
    transform: translateY(-50%);
}
.accordian-box:last-child::after {
	display: none;
}
.about-mpmed-main:hover {
	background: #F7F5F0;
}
.about-mpmed-main:hover .elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-3e17053) !important;
}
.about-mpmed-main:hover .elementor-view-stacked .elementor-icon path {
    stroke: #fff;
}
.about-mpmed-main:hover .elementor-icon-box-content .elementor-icon-box-title {
	color: var(--e-global-color-3e17053) !important;
}

@media (min-width: 990px) and (max-width: 1400px) {
	.accordian-box::after {
    	right: -5px;
	}
}
@media (max-width: 990px) { 
	.accordian-box::after {
    	display: none;
	}
}
.main-header-wrapper {
    transition: all 0.3s;
}
.main-header-wrapper.scrolled{
    top: 20px !important;
}

/* footer css start */
.page-id-156 .footer-main {
    margin-top: -140px;
    padding-top: 120px;
}
/* footer css end */

.global-manufactures:hover {
    box-shadow: 0px 46px 225px 0px #0F6E6E1F;
    border: 1px solid transparent !important;
}
.global-manufactures:hover .elementor-icon svg path {
	stroke: var(--e-global-color-3e17053); 
}
.global-manufactures:hover .elementor-heading-title {
	color: var(--e-global-color-3e17053) !important;
}
.shortlisting-accordian.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 20px 20px 0 0 !important;
	padding-bottom: 14px !important;
}
.shortlisting-accordian.elementor-widget-n-accordion .e-n-accordion-item[open] {
    border-radius: 20px !important;
}
.shortlisting-accordian.elementor-widget-n-accordion .e-n-accordion-item[open] .e-opened svg {
    rotate: 45deg;
	transition: all .5s ease;
}
.convert-shortlisting::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 340px;
    height: 380px;
    background: #fff;
    border-radius: 0px;
}
@media (max-width: 1030px) { 
	.convert-shortlisting::before {
		display: none;
	}
}